Orders
Last updated
Last updated
This endpoint retrieves the number of orders placed today.
Bearer token for vendor authentication
Successfully retrieved today's order count
This endpoint retrieves the complete list of available order statuses.
Bearer token for vendor authentication
Successfully retrieved the order status list
This endpoint retrieves the complete order list with optional filters like limit, offset, count, and payment process.
The number of orders to retrieve.
10
The starting point of the data to retrieve.
0
Set to 'true' to count the total orders without retrieving the actual data.
false
Filter orders by payment process status. 1 = Processed, 0 = Pending
1
Bearer token for vendor authentication
Successfully retrieved the complete order list
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
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
Fetches a list of order statuses filtered by the provided parent ID.
The parent ID to filter order statuses.
Bearer token for vendor authentication
Successfully retrieved the order status list based on parent ID.
Allows updating the status of a specific vendor order by providing the orderId
and the new subOrderStatusId
.
The ID of the vendor order to update.
Bearer token for vendor authentication
The ID of the new sub-order status.
1
Successfully updated the order status
Updates the tracking number and shipping details for a specified vendor order.
Bearer token for vendor authentication
The ID of the vendor order.
The tracking number for the shipment.
Successfully updated shipping information
Marks a specified vendor order as archived by providing the vendorOrderId.
Bearer token for vendor authentication
The ID of the vendor order to be archived.
Successfully archived the order