Walmart Token API

Get access token by providing Client ID and Client Secret.An access token expires after a certain interval, so you will have to refresh a user's access token. You could use refresh token, obtained from the token API call using authorization code grant type, to get a new access token. Refresh tokens remain valid for a year. [Guide reference - authorization_code](/doc/us/mp/us-mp-auth2/#606) [Guide reference - refresh_token](/doc/us/mp/us-mp-auth2/#606)...