This document provides a comprehensive reference for the order processing status API endpoint. Use the following information to understand the various states an order can go through.

Order Statuses

  • Pending: The order is currently being processed.
  • Processing: The order is actively being processed.
  • Shipped: The order has been dispatched.
  • Delivered: The order has been successfully delivered.
  • Cancelled: The order has been cancelled.

API Endpoint

To retrieve the status of an order, use the following API endpoint:

GET /en/support-center/api-reference/order-processing/status-reference

Usage Example

To get the status of an order with ID 12345, send a GET request to:

GET /en/support-center/api-reference/order-processing/status-reference?order_id=12345

Further Reading

For more detailed information about our API, please refer to our API Documentation.


Order Processing Workflow