Announcement
Collapse
No announcement yet.
JSON API - Cancelling orders
Collapse
X
-
There could be multiple triggered actions.- For each cancelled order item the Module_Notify_OrderItem_StatusChange API function that is part of the the "not_orderitem" feature will be called
- Once the status on the order changes the Module_Notify_Order_StatusChange API function that is part of the "not_order" feature will be called
- There could be conditions in the Order Workflow module that are triggered based on these events too
Leave a comment:
-
JSON API - Cancelling orders
To cancel a whole order, I am canceling each order item via the API using the function OrderItemList_Cancel. Once all the order's items are canceled, the order is automatically set to "Cancelled".
Other than the status change, what other (if any) actions are triggered?
Leave a comment: