Orders
Last updated
Last updated
This endpoint retrieves the number of orders placed today.
/vendor-order/order-counts
Bearer token for vendor authentication
This endpoint retrieves the complete list of available order statuses.
/vendor-order/vendor-order-status-list
Bearer token for vendor authentication
This endpoint retrieves the complete order list with optional filters like limit, offset, count, and payment process.
/vendor-order/order-list
The number of orders to retrieve.
The starting point of the data to retrieve.
Set to 'true' to count the total orders without retrieving the actual data.
Filter orders by payment process status. 1 = Processed, 0 = Pending
Bearer token for vendor authentication
This endpoint retrieves detailed information about a specific order using its orderId.
/vendor-order/order-detail/{orderId}
The unique identifier of the order to fetch details for.
Bearer token for vendor authentication
Retrieves a complete log list of vendor order statuses by vendorOrderId.
/vendor-order/vendorOrderLoglist
The ID of the vendor order to retrieve logs for.
Bearer token for vendor authentication
Allows updating the status of a specific vendor order by providing the orderId
and the new subOrderStatusId
.
/vendor-order/update-order-status/{orderId}
The ID of the vendor order to update.
Bearer token for vendor authentication
The ID of the new sub-order status.
1
Fetches a list of order statuses filtered by the provided parent ID.
/vendor-order/vendor-order-status-list-based-on-parent
The parent ID to filter order statuses.
Bearer token for vendor authentication
Updates the tracking number and shipping details for a specified vendor order.
/vendor-order/update-shipping-information
Bearer token for vendor authentication
The ID of the vendor order.
The tracking number for the shipment.
Marks a specified vendor order as archived by providing the vendorOrderId.
/vendor-order/make-vendor-order-archive
Bearer token for vendor authentication
The ID of the vendor order to be archived.