Salla · Arazzo Workflow
Salla OAuth Token Exchange
Version 1.0.0
Exchange an authorization code for an access token and confirm the merchant identity.
View Spec
View on GitHub
ArabicE-CommerceGCCHeadless CommerceMerchantMENAOnline StoresRetailSaudi ArabiaSMBStorefrontArazzoWorkflows
Provider
Workflows
oauth-token-exchange
Turn an authorization code into an access token and resolve the merchant.
Initiates the merchant authorization redirect, exchanges the returned authorization code for an access and refresh token, and then reads the authenticated merchant profile to confirm the grant succeeded.
1
authorizeApp
authorize
Send the merchant to the authorization endpoint to grant the requested store data scopes; the endpoint redirects back with an authorization code.
2
exchangeToken
token
Exchange the authorization code for an access token and a refresh token using the authorization_code grant.
3
getMerchant
getUserInfo
Read the authenticated merchant and store profile using the freshly issued access token to confirm the grant succeeded.