have you figured this out??

I am having somewhat of the same issue.

I would suggest trying the following:

$entry->addGbaseAttribute("shipping.country", "US" , "text");
$entry->addGbaseAttribute("shipping.price", '0', "floatUnit");


AS a floatUnit should not contain an text, and giving the country
should specify the current.

Let me know if you have solved this another way?



On Aug 6, 10:50 am, Kylet <[email protected]> wrote:
> I've searched the google base API documentation on shipping and it
> does not seem to clearly explain how to submit free shipping so Google
> Products will display 'Free Shipping' in gray under the price.
>
> Currently, using Zend API, I'm submitting as:
> $entry->addGbaseAttribute("shipping.country", "US" , "text");
> $entry->addGbaseAttribute("shipping.price", '0 USD', "floatUnit");
>
> This does not seem to work though. Can anyone that has successfully
> gotten Google to recognize Free Shipping via the API please lend some
> help?
>
> thanks,
> Kyle
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Base Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-base-data-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to