You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please update examples to use #update instead of #add. Otherwise, Amazon will reject the requests with the following errors.
<Result>
<MessageID>0</MessageID>
<ResultCode>Error</ResultCode>
<ResultMessageCode>90208</ResultMessageCode>
<ResultDescription>[Marketplace : Amazon.com] Purge and replace is not allowed for this feed type.</ResultDescription>
</Result>
This is because #add api would add PurgeAndReplace=true in url params (even the request has <PurgeAndReplace>false</PurgeAndReplace>).
mws.feeds.prices.add
mws.feeds.inventory.add
The text was updated successfully, but these errors were encountered:
Please update examples to use #update instead of #add. Otherwise, Amazon will reject the requests with the following errors.
This is because #add api would add
PurgeAndReplace=true
in url params (even the request has<PurgeAndReplace>false</PurgeAndReplace>
).The text was updated successfully, but these errors were encountered: