Salla · OAuth Scopes

Salla OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://accounts.salla.sa/oauth2/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.

ArabicE-CommerceGCCHeadless CommerceMerchantMENAOnline StoresRetailSaudi ArabiaSMBStorefront
Scopes: 11 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://accounts.salla.sa/oauth2/auth
Token URL
https://accounts.salla.sa/oauth2/token
Flows
authorizationCode

Scopes (11)

ScopeDescriptionFlows
customers.read Read customers. authorizationCode
customers.read_write Read and write customers. authorizationCode
offline_access Required to receive a refresh token. authorizationCode
orders.read Read orders. authorizationCode
orders.read_write Read and write orders. authorizationCode
products.read Read products. authorizationCode
products.read_write Read and write products. authorizationCode
settings.read Read store settings. authorizationCode
shipments.read Read shipments. authorizationCode
shipments.read_write Read and write shipments. authorizationCode
webhooks.read_write Manage webhook subscriptions. authorizationCode

Source

OAuth Scopes

salla-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/salla-merchant-api-openapi.yml, openapi/salla-shipping-fulfillment-api-openapi.yml
schemes:
- name: OAuth2
  source: openapi/salla-merchant-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.salla.sa/oauth2/auth
    tokenUrl: https://accounts.salla.sa/oauth2/token
- name: OAuth2
  source: openapi/salla-shipping-fulfillment-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.salla.sa/oauth2/auth
    tokenUrl: https://accounts.salla.sa/oauth2/token
scopes:
- scope: customers.read
  description: Read customers.
  flows:
  - authorizationCode
  sources:
  - openapi/salla-merchant-api-openapi.yml
- scope: customers.read_write
  description: Read and write customers.
  flows:
  - authorizationCode
  sources:
  - openapi/salla-merchant-api-openapi.yml
- scope: offline_access
  description: Required to receive a refresh token.
  flows:
  - authorizationCode
  sources:
  - openapi/salla-merchant-api-openapi.yml
  - openapi/salla-shipping-fulfillment-api-openapi.yml
- scope: orders.read
  description: Read orders.
  flows:
  - authorizationCode
  sources:
  - openapi/salla-merchant-api-openapi.yml
- scope: orders.read_write
  description: Read and write orders.
  flows:
  - authorizationCode
  sources:
  - openapi/salla-merchant-api-openapi.yml
- scope: products.read
  description: Read products.
  flows:
  - authorizationCode
  sources:
  - openapi/salla-merchant-api-openapi.yml
- scope: products.read_write
  description: Read and write products.
  flows:
  - authorizationCode
  sources:
  - openapi/salla-merchant-api-openapi.yml
- scope: settings.read
  description: Read store settings.
  flows:
  - authorizationCode
  sources:
  - openapi/salla-merchant-api-openapi.yml
- scope: shipments.read
  description: Read shipments.
  flows:
  - authorizationCode
  sources:
  - openapi/salla-shipping-fulfillment-api-openapi.yml
- scope: shipments.read_write
  description: Read and write shipments.
  flows:
  - authorizationCode
  sources:
  - openapi/salla-shipping-fulfillment-api-openapi.yml
- scope: webhooks.read_write
  description: Manage webhook subscriptions.
  flows:
  - authorizationCode
  sources:
  - openapi/salla-merchant-api-openapi.yml