Import
Return Value
| Property | Type | Description |
|---|---|---|
order | CheckoutOrder | Normalized order data containing id, sessionId, and fulfillmentOrders |
For detailed type definitions including
FulfillmentOrder, OrderItem, OrderCustomer, and more, see the Checkout Order Types reference.Usage
Example
Display an order summary on a custom order page.- index.tsx
- styles.module.css
Notes
- This hook is only available on the order confirmation page (after successful checkout)
- See Checkout Order Types for complete type definitions