Get Checkout
Storefront
Get Checkout
Get checkout by ID. Accepts either auth shape:
- Storefront token (
X-Site-ID+X-Stella-Token) — for the merchant’s own storefront calling back into Stella. - Per-checkout token (
Authorization: Bearer chk_…) — for the Stella-hostedcheckout-webSPA which runs on a different origin and doesn’t carry the merchant’s storefront token.
The chk_… Bearer is preferred when present because it carries
the eager-loaded checkout already (saves a query) and binds the
request to one specific checkout (defense in depth on top of the
URL checkout_id).
GET
Get Checkout
Headers
Path Parameters
Response
Successful Response
Schema for checkout response.
Schema for address. Fields are optional to support simpler address formats from AI widget.
Schema for address. Fields are optional to support simpler address formats from AI widget.
Pattern:
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Pattern:
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Pattern:
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Pattern:
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$