By using the Advanced API, i built a project to automatically upload the order tracking file each day.
Everything works great, but when it changes the order statuses from 'NEW' to 'SHIPPED', it does not trigger the automated notification email to each of the customers that their order has been shipped, like it does when you manually upload a tracking file.
Any idea how to trigger this notification email through the API? It also contains the tracking number in the email.
EDIT: Just wanted to let everyone else know who is wondering the same thing that this is correct. Once i converted back to using the basic API to update my order statuses and shipping, the notifications are now working. Thanks
Everything works great, but when it changes the order statuses from 'NEW' to 'SHIPPED', it does not trigger the automated notification email to each of the customers that their order has been shipped, like it does when you manually upload a tracking file.
Any idea how to trigger this notification email through the API? It also contains the tracking number in the email.
EDIT: Just wanted to let everyone else know who is wondering the same thing that this is correct. Once i converted back to using the basic API to update my order statuses and shipping, the notifications are now working. Thanks
Comment