Skip to main content

Overview

Retrieve a paginated list of all orders for your tenant. Orders are automatically filtered by the tenant specified in the X-Tenant-ID header.

Authorization

  • User must be authenticated with a valid Bearer token
  • User must be a member of the tenant
  • Requires X-Tenant-ID header

Tenant Scoping

Only orders belonging to the specified tenant will be returned. This ensures complete data isolation between tenants.

Response

Returns a paginated list of orders with related data including:
  • Order items
  • User information
  • Delivery address
  • Product details

Example Usage

Response Example