post https://marketplace.walmartapis.com/v3/token
Get an access token by providing the Client ID
and Client Secret
.
Access tokens expire after a certain interval. To obtain a new access token, use a refresh token obtained from the token API call using the authorization code grant type. Refresh tokens remain valid for one year.
Guide reference – authorization_code
Guide reference – refresh_token
Guide reference – client_credentials