Oracle Retail · OAuth Scopes

Oracle Retail OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://identity.oraclecloud.com/oauth2/v1/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.

RetailMerchandisingOrder ManagementPricingInventoryPoint of SaleOmnichannelOracle
Scopes: 4 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://identity.oraclecloud.com/oauth2/v1/token
Flows
clientCredentials

Scopes (4)

ScopeDescriptionFlows
oms.read Read order data clientCredentials
oms.write Write order data clientCredentials
retail.read Read retail data clientCredentials
retail.write Write retail data clientCredentials

Source

OAuth Scopes

oracle-retail-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/oracle-retail-merchandising-openapi.yml, openapi/oracle-retail-order-management-openapi.yml
schemes:
- name: oauth2
  source: openapi/oracle-retail-merchandising-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://identity.oraclecloud.com/oauth2/v1/token
- name: oauth2
  source: openapi/oracle-retail-order-management-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://identity.oraclecloud.com/oauth2/v1/token
scopes:
- scope: oms.read
  description: Read order data
  flows:
  - clientCredentials
  sources:
  - openapi/oracle-retail-order-management-openapi.yml
- scope: oms.write
  description: Write order data
  flows:
  - clientCredentials
  sources:
  - openapi/oracle-retail-order-management-openapi.yml
- scope: retail.read
  description: Read retail data
  flows:
  - clientCredentials
  sources:
  - openapi/oracle-retail-merchandising-openapi.yml
- scope: retail.write
  description: Write retail data
  flows:
  - clientCredentials
  sources:
  - openapi/oracle-retail-merchandising-openapi.yml