Reputation: 2097
Is there a way to update shipping price for an existing product in amazon via Amazon API. I checked the API documentation for Feeds API, Product's API but can't find any. There is a way by uploading CSV file but I was wondering if there is a way using API.
Upvotes: 0
Views: 490
Reputation: 842
I believe you would update shipping through the Overrides Feed. The .xsd fields seem to support this, although I have not used this particular part of the API.
Article Describing API Features including Shipping Override capability in Feeds API
Upvotes: 1