Order
Manage the full lifecycle of merchant orders, from creation to fulfillment.
An order represents a customer's purchase request — items selected, payment, shipping address, and current fulfillment progress. This API is the merchant-facing entry point for the entire order lifecycle.
Provided operations: create new orders; browse and search the order list; retrieve a single order by ID or order number; update editable fields; cancel orders; mark orders as paid; count orders matching filters; and inspect related post-sale (after-sales) and refund records.
Create Order
Merchants can use this feature to create orders on behalf of their customers.
Order List
Returns a paginated list of orders, with optional filters for status, date range, and other criteria.
Order Count
Provides the total number of orders matching the specified query parameters.
Order Details
Retrieves detailed information about a specific order based on its unique ID.
Update Order
Allows users to update the details of an existing order.
Delete Order
Allows the deletion of a specific order by its unique ID.
Get Order Details By Number
Retrieves detailed information about a specific order using its unique order number.
Cancel Order
Canceling an order by specifying its unique ID and an optional cancel reason.
Order Payment Success
Finalizes payment for an order and updates its status to indicate that payment has been completed.
After Sales List
Delete Post Sale Order
Allows you to remove a specific post-sales order record (e.g., a return or exchange request) by its unique identifier.