Advance Auto Parts · OAuth Scopes

Advance Auto Parts OAuth Scopes

OAuth 2.0 derived

Advance Auto Parts publishes 4 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Advance Auto Parts API on a user’s behalf.

Tokens are issued from https://auth.advanceautoparts.com/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

AutomotiveE-CommerceParts CatalogRetailSupply ChainFortune 500
Scopes: 4 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://auth.advanceautoparts.com/oauth/authorize
Token URL
https://auth.advanceautoparts.com/oauth/token
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
catalog:read Read product catalog authorizationCode
loyalty:read Read loyalty account authorizationCode
orders:read Read order history authorizationCode
orders:write Place and manage orders authorizationCode

Source

OAuth Scopes

advance-auto-parts-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/advance-auto-parts-commerce-api-openapi.yml
schemes:
- name: oauth2
  source: openapi/advance-auto-parts-commerce-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.advanceautoparts.com/oauth/authorize
    tokenUrl: https://auth.advanceautoparts.com/oauth/token
scopes:
- scope: catalog:read
  description: Read product catalog
  flows:
  - authorizationCode
  sources:
  - openapi/advance-auto-parts-commerce-api-openapi.yml
- scope: loyalty:read
  description: Read loyalty account
  flows:
  - authorizationCode
  sources:
  - openapi/advance-auto-parts-commerce-api-openapi.yml
- scope: orders:read
  description: Read order history
  flows:
  - authorizationCode
  sources:
  - openapi/advance-auto-parts-commerce-api-openapi.yml
- scope: orders:write
  description: Place and manage orders
  flows:
  - authorizationCode
  sources:
  - openapi/advance-auto-parts-commerce-api-openapi.yml