Archeive Orders
Last updated
Last updated
Fetches a list of archived orders based on optional filters such as limit, offset, keyword, sku, status, price, and date range.
/vendor-order/archive-order-list
Maximum number of results to return.
Number of results to skip.
Keyword to filter results.
Product SKU to filter results.
Order status to filter results.
Price to filter results.
Whether to include the total count (0 or 1).
Start date for the range filter (format: YYYY-MM-DD).
End date for the range filter (format: YYYY-MM-DD).
Whether to enable key-up filter (true or false).
Bearer token for vendor authentication
Fetches detailed information of a specific archived order based on the provided vendorOrderArchiveId.
/vendor-order/archive-order-detail/{vendorOrderArchiveId}
The ID of the archived order to fetch details for.
Bearer token for vendor authentication
Revokes the archive status of a specific vendor order.
/vendor-order/revoke-vendor-order-archive
Bearer token for vendor authentication
The ID of the vendor order to revoke archive status.