dupont max Posted March 5 Share Posted March 5 Hello, I have a problem : I use PrestaShop 1.7.8 and I connected with Amazon seller central with a PrestaShop module. I sell products in my amazon seller central, around 500 products. everyday i receive around 25-30 orders from amazon in my prestashop store and i have to confirm the shipping of each amazon order manually in amazon seller central. here is my question: how can I automate the confirmation of the sending of amazon orders using a php api script ? please help me (please see image illustration) When order status in prestashop is shipping, i want to confirm automatically in amazon seller central. I've been looking for a solution for several days. Thanks. Link to comment Share on other sites More sharing options...
dupont max Posted March 6 Author Share Posted March 6 ok thanks @SeifF Link to comment Share on other sites More sharing options...
Andrei H Posted March 6 Share Posted March 6 Hello, Do you know if Amazon seller central has an endpoint that lets you confirm the shipment? I did a quick search and I found this: https://developer-docs.amazon.com/sp-api/docs/orders-api-v0-reference#confirmshipment PrestaShop has a hook called 'actionOrderStatusPostUpdate', which is triggered each time the status of an order changes. You can register this hook in a custom module and each time this hook is called, you can check if the status is 'Expedie' and at that point call the Amazon endpoint to update the shipment in there as well. Link to comment Share on other sites More sharing options...
dupont max Posted March 6 Author Share Posted March 6 ok thanks @Andrei H How to know if Amazon seller central has an endpoint that lets you confirm the shipment ? I don't know how amazon works tehchnically Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now