Hi.

On November 4th Google announced "Shipping Costs Available for UK
Shoppers".

We've modified our Java Google Upload program to include shipping on
our uploaded products.  The product uploads fine with the new shipping
attribute (i.e. no error is returned).  HOWEVER, the shipping does not
appear on the Google Merchant dash-board product page.

This is the code snippet:

entry.getGoogleBaseAttributes().addShipping
    (new Shipping("GBR" /*country*/,
                         "Royal Mail - 1st Class" /*service*/,
                         0.41f /*price*/,
                         "GBP" /*currency*/));

Any suggestions?

john

-- 
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 google-base-data-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-base-data-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-base-data-api?hl=en.

Reply via email to