diff --git a/www/docs/content/modules/orders/storefront/retrieve-order-details.mdx b/www/docs/content/modules/orders/storefront/retrieve-order-details.mdx index a52e95b191..bddbe21d36 100644 --- a/www/docs/content/modules/orders/storefront/retrieve-order-details.mdx +++ b/www/docs/content/modules/orders/storefront/retrieve-order-details.mdx @@ -123,7 +123,10 @@ const Order = () => { const { order, isLoading, - } = useOrders(orderId) + } = useOrders({ + display_id: 1, + email: "user@example.com", + }) return (