-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
Help on sending tracking numbers to amazon #795
Comments
Look at the Mainpage of this Repository. |
@katzendrama - here is a copy of the function I built to handle this. I've left in all the conditionals and Sentry logging I use, feel free to remove if not needed. The link @christian71-stack referenced is also a good example. Don't forget to change the
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! I am just trying to set my FBM orders as fulfilled via the selling-partner-api.
My goal is to just set an Order as fulfilled with an carrier (e.g. DHL) with an tracking number (e.g. 003404999999999).
Im not able to identify the right API for this. It could be OrdersAPI, shipping API or MerchantFulfilllmentAPI.
Im trying for weeks to find a solution. I would be happy if someone could help me :)
Thanks!
My starting point of code is this:
`
The text was updated successfully, but these errors were encountered: