Order Status
Update Order Status
POST/orders/{order_id}/status
This endpoint allows you to update the status of a specific order by passing the order_id as a path parameter.
:::tip[Note]To update an order status,...
Create Custom Order Status
POST/orders/statuses
This endpoint allows you to create a custom order status using the parameters available to be sent as body request.
`orders.read_write` - Orders Read...
List Order Statuses
GET/orders/statuses
This endpoint allows you to fetch a list of all order statuses and sub-statuses.
`orders.read` - Orders Read Only
Order Status Details
GET/orders/statuses/{status_id}
This endpoint allows you to fetch details about specific order status by passing the status_id as a path parameter.
`orders.read` - Orders Read Only...
Update Custom Order Status
PUT/orders/statuses/{status_id}
This endpoint allows you to update a custom order status by passing the status_id as a path parameter.
:::tip[Note]Use available parameters to send as...
Update Bulk Orders Statuses
POST/orders/statuses/bulk
This endpoint allows you to update orders' statuses in bulk by uploading an Excel file with the xlsx file extension.
`orders.read_write` - Orders...
Sort Orders Statuses
POST/orders/statuses/sort
This endpoint allows you to sort the orders statuses on the Merchant dashboard.
`orders.read_write` - Orders Read & Write