Order Status
In this article we will go over the following:
- Set Order Status
- Get Order Status
Set Order Status
POST /order-status sets the new status to the specific orders
Required fields:
order_ids, status_id, are required when setting a custom status to an order.
This endpoint will return 200 OK with a JSON payload including details of the request
Example JSON Request
Example JSON Response
Get Order Status
GET /order-status/123 gets the current order status for the order with the id of 123
Example JSON Response
