Get Authorization URL
GET/api/walmart/:integrationInstance/oauth/authorization-url
Get the Walmart seller-consent authorization URL for this integration instance. Redirect the seller's browser to the returned URL so they can grant delegated access to their Walmart Marketplace account; on approval Walmart redirects back with an authorization code that completes the connection.
Authentication: Requires Bearer token.
Requires the integrations.update permission.
Request
Responses
- 200
- 401
- 403
- 404
- 429
OK
Response Headers
Content-Type
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden
Response Headers
Content-Type
Not Found
Response Headers
Content-Type
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.