Skip to main content
Use this hook when you need to access order data after checkout completion. It’s useful for building custom order confirmation components.

Import

Return Value

PropertyTypeDescription
orderCheckoutOrderNormalized 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.

Notes

  • This hook is only available on the order confirmation page (after successful checkout)
  • See Checkout Order Types for complete type definitions