Order Desk · Authentication Profile

Orderdesk Authentication

Authentication

Order Desk secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

EcommerceOrder ManagementFulfillmentDropshippingInventoryShipping
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

storeId apiKey
· in: header (ORDERDESK-STORE-ID)
apiKey apiKey
· in: header (ORDERDESK-API-KEY)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/orderdesk-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: storeId
  type: apiKey
  in: header
  parameter: ORDERDESK-STORE-ID
  description: The numeric ID of your Order Desk store.
  sources:
  - openapi/orderdesk-openapi.yml
- name: apiKey
  type: apiKey
  in: header
  parameter: ORDERDESK-API-KEY
  description: The API key for your Order Desk store.
  sources:
  - openapi/orderdesk-openapi.yml