ZF-7622: Add support for Google Base shipping elements
Description
Currently the gdata gbase API does not support setting shipping information for google base products. The shipping property is a complex type that looks like this
US TX 94* By monkey 20 USD
The only child node that is required is price, all others are option more information on the shipping element can be found here: http://code.google.com/apis/base/…
Comments
Posted by Trevor Johns (tjohns) on 2009-08-18T14:32:57.000+0000
Acknowledged.
I've lowered the priority to Major, since this doesn't block development of the library itself.
Posted by Donald Organ (dorgan1983) on 2009-08-19T08:22:15.000+0000
I know thats it probably too soon to even tell, but any idea on when this would be implemented?
Otherwise I have strip the gdata api out of my project and create my own.
Posted by Trevor Johns (tjohns) on 2009-08-19T10:21:00.000+0000
As much as I hate to say it, probably not anytime soon (unless somebody besides me writes and submits a patch).
There's other issues that are higher priority, and have been open for a while now. Those would come first.
Posted by Donald Organ (dorgan1983) on 2009-08-19T10:51:40.000+0000
Can you point me to some documentation...maybe I can take a stab at this since I would have to create my own anyway..might as well work on this...
Posted by Benjamin Bartels (simplecommerce) on 2009-09-15T06:00:01.000+0000
http://code.google.com/intl/de-DE/…
here is an documentation... i tryed to implement is by my self and wanted to give you an code example... but you post an atom feed and this is just xml
but maybe it helps cause i need this :-) good luck!
Posted by Francisco Uribe (fruribe) on 2010-04-07T14:24:16.000+0000
If you want to add a shipping tag I recommend creating the xml manually. For example:
http://google.com/base/feeds/…2010-03-07T06:00:13.000Z2010-03-29T05:00:00.000ZApple iPod touch 3rd Generation (32 GB) MP3 PlayerSquaretrade �© ap6.0 this item will ship the day of or day after purchase -- usps priority 2-3 day shipping!!!! this ipod is was a store return (not refurbished) and is in excellent condition. it has a full apple warranty that lasts until october, ...eBayUsedElectronics:iPod & MP3 PlayersXMC008ZPA%%%89514716 mc 008 ll a%%%3%%%MC008LL/A%%%MC008LLA%%%XMC008ZPA%%%MC008LL/A%%%MC008%%%MC008LLABUNDLE%%%MC008%%%MC008LLABUNDLEhttp://!w0bkrznqcvmw~~_7.jpg/http://i.ebayimg.com/08/!!d5pblg!mM~$(KGrHqYH-EIEqu+sEN2804702616040.0 usd249.99 usdUS0.0falseUShttp://rover.ebay.com/rover/1/…2010-04-25T00:00:00ZApple iPod11729Products
And sending it using $client = Zend_Gdata_ClientLogin::getHttpClient($user, $pass, $service); $gdata = new Zend_Gdata_Gbase($client); $gdata->updateEntry($data, $itemUrl);
This way you'll reuse the http request handling included in the Zend Framework.
Posted by Adam Lundrigan (adamlundrigan) on 2012-05-04T23:16:35.000+0000
Zend_Gdata_Gbase was discontinued by Google on June 1st, 2011 and has been removed from Zend Framework in 1.12.0. The classes remain, but will throw a {{Zend_Exception}} when instantiated. Announcement: http://googlemerchantblog.blogspot.ca/2010/12/…