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

Cancel order and returns/refunds? #787

Open
ChrisSantiago82 opened this issue Sep 25, 2024 · 1 comment
Open

Cancel order and returns/refunds? #787

ChrisSantiago82 opened this issue Sep 25, 2024 · 1 comment

Comments

@ChrisSantiago82
Copy link

First, thank you so much for this nice package.

My questions are not an issue of this package, they are question to the Amazon API and maybe somebody can point me to the right direction. I was not able to find it in the Amazon docs

In the case if our stock value was wrong, and we can not deliver an order, how can we cancel that order?

And if we get a return of item, how can we apply the refund to that order?

Thanks to everybody

@dartheditous
Copy link

In the case if our stock value was wrong, and we can not deliver an order, how can we cancel that order?

You can use an Order Acknowledgement feed to cancel orders (with reason "NoInventory").

POST_FLAT_FILE_ORDER_ACKNOWLEDGEMENT_DATA is specifically for cancelling orders (amusingly the docs point out that "This feed does not acknowledge orders"), though I assume it's being deprecated in March.

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

2 participants