Custom Gateway has developed an order status API to allow the order status of each order to be updated.
The following are examples of the API calls required to set the status of orders received from OMS platform via API:
There are two standard status options supported; dispatch and cancel, depending on whether an order can be fulfilled or not. To dispatch an order using the API, the following call should be executed:
Dispatch:
To indicate that an order is fulfilled, the following call should be executed:
This also supports submitting tracking numbers example below
Cancel:
To cancel an order, where it cannot be fulfilled, the following call should be executed:
In each case, :id is our the order ID we will pass when sending orders.