API Reference (v1.2)
Complete reference for all Ultimate Custom Order Status API endpoints
Available Endpoints
GET
/v1/ordersRetrieve a paginated list of orders with filtering, sorting, and search capabilities.
Read more
GET
/v1/orders/:order_idRetrieve detailed information about a specific order by its ID.
Read more
GET
/v1/statusesRetrieve a list of all custom order statuses configured in your system.
Read more
GET
/v1/statuses/:status_idRetrieve detailed information about a specific custom order status by its ID.
Read more
POST
/v1/orders/:order_id/statusUpdate the custom status of a specific order. Automatically sends notifications based on status configuration.
Read more
POST
/v1/orders/:order_id/notifyForcibly send customer notifications (email, SMS, WhatsApp) for a specific order.
Read more
POST
/v1/orders/status-bulkUpdate the custom status for multiple orders in a single request.
Read more
POST
/v1/orders/notify-bulkSend notifications to customers for multiple orders in a single request.
Read more