Checkout TokenAPI
API
The API for interacting with the token of a checkout.
Anchor to standardapiStandardApi
The base API object provided to purchase
, and customer-account.order-status
extension targets.
- Anchor to checkoutTokencheckoutTokenStatefulRemoteSubscribable<CheckoutToken | undefined>required
A stable id that represents the current checkout.
Matches the
token
field in the WebPixel checkout payload and thefield in the Admin REST API Order resource.
CheckoutToken
string
Was this section helpful?
Anchor to useCheckoutTokenuse Checkout Token()
use Checkout Token()
Returns a stable id that represents the current checkout.
CheckoutToken | undefined
CheckoutToken
string
Was this section helpful?