For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
Storefront
Mutations
generateSessionSyncJwt
Copy page
Generate Session Sync JWT Token.
Developer
Developer
Developer
Developer
Arguments
redirectTo
String
Required
The route where to redirect after generation of token
cartId
String
Optional
The cartId for which token should be created.
paymentWalletData
PaymentWalletDataInput
Optional
The payment wallet data.
Show 3 fields
analytics
AnalyticsCommonEventInput
Optional
The analytics data.
Show 3 fields
Returns
a GenerateSessionSyncTokenResult
errors
list of GenerateSessionSyncTokenErrors
The errors that occurred during the mutation.
result
GenerateSessionSyncTokenData
The result of the mutation when successful.