order
Fetch a single order by its globally unique ID
Retrieves a single order by its publicId. Returns an OrderType containing the order’s status, totals, customer, line items, payment, shipping address, and related subscription data.
Arguments
Return type: OrderType
Object-typed fields (such as customer, items, payment, shippingAddress, appliedIncentives, and oneTimeIncentives) expand to their own types. See the Objects reference for the full field definitions of each type.
Examples
Get basic order information
Quick lookup for order status and totals
Get subscription details by order
Retrieve complete subscription details from order
Get order with applied discounts
Order totals and line items with applied coupons and incentives
Get prepaid subscription status by order
Check prepaid subscription progress for each line item