Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to update example to use #update api #1

Closed
chifung7 opened this issue May 31, 2013 · 4 comments
Closed

Need to update example to use #update api #1

chifung7 opened this issue May 31, 2013 · 4 comments

Comments

@chifung7
Copy link

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
@mrmins
Copy link

mrmins commented Jul 18, 2013

@chifung7 did you fixed this bug?

@chifung7
Copy link
Author

I just changed to use #update instead of #add in my code.

mws.feeds.prices.update
mws.feeds.inventory.update

@mrmins
Copy link

mrmins commented Jul 24, 2013

A little question, do you have the list of categories to update/add a product?

@sean-devmode
Copy link
Contributor

examples should be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants