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.
Let your agent build it. The Ollie Shop skill ships with projects created by npx create-ollie-shop and knows this hook only resolves on the order confirmation route.
Prompt
Don’t have the skill yet? Install it.

Import

Return Value

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