Back Orders
This endpoint retrieves the complete list of available order statuses.
Bearer token for vendor authentication
Successfully retrieved the order status list
1Successfully got the complete order status listBad request. Invalid parameters or missing required data.
Internal server error.
This endpoint retrieves the complete order list with optional filters like limit, offset, count, and payment process.
The number of orders to retrieve.
10The starting point of the data to retrieve.
0Set to 'true' to count the total orders without retrieving the actual data.
falseFilter orders by payment process status. 1 = Processed, 0 = Pending
1Bearer token for vendor authentication
Successfully retrieved the complete order list
1Successfully got the complete order listBad request. Invalid parameters or missing required data.
Internal server error.
This endpoint retrieves detailed information about a specific order using its orderId.
The unique identifier of the order to fetch details for.
Bearer token for vendor authentication
Successfully retrieved the order detail
1Successfully shown the order detailBad request. Invalid or missing orderId.
Order not found.
Internal server error.
Retrieves a complete log list of vendor order statuses by vendorOrderId.
The ID of the vendor order to retrieve logs for.
Bearer token for vendor authentication
Successfully retrieved the vendor order status log list
1Successfully got the complete seller Order Status Log listInvalid request parameters
Internal server error
Fetches a list of back orders based on optional filters such as limit, offset, keyword, orderId, amount, and customerName.
Maximum number of results to return.
10Number of results to skip.
0Whether to include the total count (0 or 1).
0Keyword to filter results.
Order ID to filter results.
Amount to filter results.
0Customer name to filter results.
Bearer token for vendor authentication
Successfully retrieved the Back Order list
1Successfully shown the Back Order listInvalid input data
Internal server error
Last updated