Skip to content

Order confirmation/detail by order_number (tenant-scoped → cross-tenant 404).

GET
/v1/commerce/orders/{order_number}/
curl --request GET \
--url https://api.nudova.dev/api/v1/commerce/orders/example/ \
--header 'Authorization: <Authorization>'

Guest-accessible (the confirmation/thank-you page is reached without an account), but a guest may only read the order they placed: the request’s guest token must match the order’s. Authenticated customers read their own. A mismatch returns 404 (never 403) so order existence can’t be probed by guessing sequential order numbers.

order_number
required
string
Media typeapplication/json