- 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 theexpand 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).