Get order detail
Returns full details of a single order by order number. Only orders belonging to the authenticated store are accessible — a valid order number from a different store returns 404.
Authorizations
Authenticate using a Leyyow merchant API key.
Include the key in every request as a Bearer token:
Keys are scoped to a single store. All endpoints return data belonging to the store that issued the key — there is no X-Store-Id override.
Keys are created in the Leyyow merchant dashboard under Settings → Developer → API Keys.
Path Parameters
Response
Order detail.
Serializer for public order details
Unique order number
50Store where this order was placed
How the order was created
internal- Internalstorefront- Storefrontpopup_storefront- Popup Storefrontpopup_internal- Popup Internal
internal, storefront, popup_storefront, popup_internal Location where this order was placed
Customer who placed this order
^-?\d{0,8}(?:\.\d{0,2})?$Order total before discount and delivery fee
^-?\d{0,8}(?:\.\d{0,2})?$Total discount amount applied
^-?\d{0,8}(?:\.\d{0,2})?$Tax amount applied to this order
^-?\d{0,8}(?:\.\d{0,2})?$Tax rate used when this order was created (e.g. 0.075 for 7.5%)
^-?\d{0,1}(?:\.\d{0,4})?$unpaid- Unpaidpartially_paid- Partially Paidpaid- Paidrefunded- Refunded
unpaid, partially_paid, paid, refunded unfulfilled- Unfulfilledfulfilled- Fulfilledreturned- Returnedpartially_fulfilled- Partially Fulfilledvoided- Voidedcancelled- Cancelled
unfulfilled, fulfilled, returned, partially_fulfilled, voided, cancelled How the order will be fulfilled
pickup- Pickupdelivery- Delivery
pickup, delivery Delivery fee for this order
^-?\d{0,8}(?:\.\d{0,2})?$100Date when the order was placed (for recording past orders). Defaults to current date if not provided.