fabric · Authentication Profile

Fabric Com Authentication

Authentication

fabric secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

CommerceComposable CommerceHeadless CommerceE-commerceRetailCartCatalogPIMOMSInventoryOffersPricingPromotionsCheckoutIdentityExperiencesAgentic Commerce
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

bearerAuth http
scheme: bearer
api_key apiKey
· in: header (x-api-key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/fabric-cart-openapi.yml, openapi/fabric-catalog-openapi.yml, openapi/fabric-checkout-openapi.yml,
  openapi/fabric-customers-openapi.yml, openapi/fabric-inventory-openapi.yml, openapi/fabric-invoices-openapi.yml,
  openapi/fabric-offers-prices-openapi.yml, openapi/fabric-offers-pricing-openapi.yml, openapi/fabric-offers-promotions-openapi.yml,
  openapi/fabric-orders-openapi.yml, openapi/fabric-pim-openapi.yml, openapi/fabric-product-agent-openapi.yml
  ...
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: This is the authorization token used to authenticate the request. You must pass
    the access token generated from the system app. For more information, see the [Making your
    first API request](/v3/api-reference/getting-started/getting-started-with-fabric-apis#procedure)
    section.
  sources:
  - openapi/fabric-cart-openapi.yml
  - openapi/fabric-catalog-openapi.yml
  - openapi/fabric-checkout-openapi.yml
  - openapi/fabric-customers-openapi.yml
  - openapi/fabric-inventory-openapi.yml
  - openapi/fabric-invoices-openapi.yml
  - openapi/fabric-offers-prices-openapi.yml
  - openapi/fabric-offers-pricing-openapi.yml
  - openapi/fabric-offers-promotions-openapi.yml
  - openapi/fabric-orders-openapi.yml
  - openapi/fabric-pim-openapi.yml
  - openapi/fabric-product-agent-openapi.yml
  - openapi/fabric-shipments-openapi.yml
  - openapi/fabric-shopperxp-openapi.yml
- name: api_key
  type: apiKey
  in: header
  parameter: x-api-key
  description: The `x-api-key` enables you to access the fabric API without `Authorization`.
    You must request fabric Inc to obtain this key.<br />Authorization` header is required if
    `x-api-key` is omitted.
  sources:
  - openapi/fabric-pim-openapi.yml