Retrieve all orders for an organization in reverse chronological order. 50 orders will be returned at a time and may be paginated using the startingAfter query parameter.
The key assigned to your company and provided via Meadow
The key generated and provided by our mutual client
The id for an order that you want to retrieve all orders after this one. Pass in the last id in a response to retrieve the next page.
A date that must be formatted as YYYY-MM-DD. When submitted, the response will return the latest order on that day and continue in reverse chronological order. I.E. if 2022-11-25 is passed in, the first order will be as close to 11:59pm November 25th, 2022 as possible.
When passed in as true, only fulfilled orders will be returned. The response will be ordered in reverse chronological order of fulfilled date. Also, this will cause startingOn to use fulfilledAt instead of createdAt for determining what orders to return.
Only orders of that type will be returned if this parameter is sent.
delivery, pickup, in-store Retrieves orders by user. You can get user IDs from List customers or after Creating an order.
List orders response
The ID of the order
The subtotal price before discounts, credits, adjustments are taken into account.
The final price of the order before payment & delivery fees. Includes taxes
The final price of the order after all fees
The datetime the order was created
The datetime the order was packed on
The date the order was fulfilled
The type of this order
delivery, pickup, in-store The status of the order.
draft is an order submitted without inventory taken outnew is an order that has had inventory associated with itpacked signifies an order has been processed and is waiting for pickup/deliveryfulfilled is an order that has been fully completedcanceled is an order that has been canceleddraft, new, packed, fulfilled, canceled A description of why the order was canceled
When the order was canceled
Whether this order was marked as tax exempt or not
The amount refunded by returns on this order
Whether this order was for a medical customer or not
The name of the customer for express pickup or kiosk orders.
The delivery fee for the order
A description of the delivery fee that can be shown to the customer
All of the products purchased with this order
All of the payments applied to this order
The customer attached to this order. Will be an empty object {} if there is no customer associated with this order (i.e. it is an anonymous order)
The employee that created this order. Will be an empty object {} if this order was created by a customer and not an employee.
The employee that fulfilled this order. Will be an empty object {} if there is no employee that fulfilled it.
Adjustments either made automatically such as even dollar rounding or custom adjustments by an employee
Credits used on this order
The discounts applied to this order
The loyalty redemptions used on this order
The taxes applied to this order
The returns applied to this order
The address if this order is a delivery order. Otherwise, null
The shift this order is attached to. Otherwise null