Token Checkout
Path parameters
tokenstringRequiredExample:
The checkout token (UUID format).
a1b2c3d4-e5f6-7890-abcd-ef1234567890Responses
302
Redirects to the checkout page
401
User mismatch
application/json
404
Invalid token or user not found
application/json
get
/orders/checkout-with-token/{token}/No content
Path parameters
tokenstringRequiredExample:
The checkout token (UUID format).
a1b2c3d4-e5f6-7890-abcd-ef1234567890Responses
200
Order status
application/json
order_createdbooleanOptional
Whether an order has been created for the token's basket.
order_numberstringOptional
The order number (only present if order_created is true).
404
Token not found
application/json
get
/orders/checkout-with-token/{token}/status/Last updated
Was this helpful?

