Order Statuses
Once the orders are imported and shipped, the module must notify Amazon of the status update and tracking number.
Amazon will then notify the customer.
Automated Process
This process can be automated using a scheduled task (cron job).
What to Check
1. Module Configuration
- Make sure you have defined a "shipped" status in the Parameters tab of the module:
- Set up your scheduled tasks
2. Order Verification
- The status matches the one you defined as "shipped"
- A tracking number is provided
Test the Process
You can test the script manually.
👉 Follow the Test section on the Scheduled Tasks page
Third-Party Integrations
If you use external software (e.g. Expeditor), make sure your technical provider ensures correct integration with the module.
Updated on: 03/07/2025
Thank you!