generateSessionSyncJwt

Generate Session Sync JWT Token.

Arguments

redirectToStringRequired
The route where to redirect after generation of token
cartIdStringOptional
The cartId for which token should be created.
paymentWalletDataPaymentWalletDataInputOptional
The payment wallet data.
analyticsAnalyticsCommonEventInputOptional
The analytics data.

Returns

a GenerateSessionSyncTokenResult
errorslist of GenerateSessionSyncTokenErrors
The errors that occurred during the mutation.
resultGenerateSessionSyncTokenData
The result of the mutation when successful.