Queries
order— Fetch a single order by its id (a branded order id or a legacy Mongo ObjectId hex).orders— List orders, optionally filtered by customer email or created/updated date range.
Objects
- Order — A customer order ingested from the merchant’s ecommerce platform.
- OrderCustomer — The customer who placed an order.
- OrderFulfillment — A shipment fulfilling some or all of an order’s items.
- OrderFulfillmentLineItem — A line item included in a fulfillment shipment.
- OrderLineItem — A single purchased item on an order.
- OrderShipping — How an order ships: method, cost, and destination address.
- OrderTrackingEvent — A single carrier tracking event for a fulfillment.
- OrderTrackingEventLocation — Where a tracking event was reported from.
Enums
- OrderFulfillmentStatus — The tracked shipment status of a fulfillment.
- OrderSortKey — A
field this list can be ordered by; pass to the list’s
orderByargument and pair withreverseto flip direction.