• Oriflame logo
    14.34.3
  • play_arrowPlayground
    • vpn_keyAuthorization
    • library_booksQuery examples
  • device_hubVoyager
HTTP headers
x-tenant-context

Identification of a tenant (market)

Authorization

Access token obtained from our Identity server and prefixed with Bearer

https://identity-we-uat.oriflame.com

lockClient credentials flow personAuth code with PKCE flow

x-customer-context

Identification of a customer

Copy and paste this JSON to HTTP headers tab:

					
closeClose
Query examples
Get Concepts
query concepts {
  concepts(conceptCodes: 1276) {
    conceptCode
    originalName
    products {
      productCode
      productType
      color
    }
    price {
      price {
        basicCataloguePrice
      }
    }
  }
}
Close