Skip to main content
The Order Data Model represents a purchase order, typically linked to an invoice. Orders track the commercial transaction details and can generate invoices. In V4, orders embed complete transaction history for comprehensive financial tracking.
  • Invoice generation: Orders can generate one or more invoices
  • Embedded transactions: Complete payment history embedded in the order object
  • Status tracking: Track both order fulfillment status and payment status
  • Line item details: Detailed breakdown of items in the order

Attributes

Orders Attributes

Status Enum Values

Payment Status Enum Values

Expandable Attributes

Use the expand query parameter to include related objects:
  • expand=line_items — includes the related Line Items object(s).
  • expand=transactions — includes the related Transactions object(s).
  • expand=addresses — includes the related Addresses object(s).