Failed Orders
Last updated
Last updated
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