Checkout TokenAPI
API
The API for interacting with the token of a checkout.
Anchor to standardapiStandardApi
The base API object provided to purchase
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 REST Admin 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?