Get Orders
GET /v1/orders (API Reference)
Description
- Return a list of orders
Query Parameters
- (optional) limit: Pagination parameter to limit the number of orders returned - defaults to 10
- (optional) skip: Pagination parameter to scroll through orders - defaults to 0
- (optional) fulfillmentStatus: Filter for orders with a fulfillment in the specified fulfillment status enum
- (optional) status: Filter for orders in the specified order status enum
Updated 9 months ago