id | string | Unique identifier for the fulfillment order |
status | OrderStatus | Current status of the order |
orderItems | OrderItem[] | Items included in this fulfillment |
customer | OrderCustomer | Customer information |
shipping | OrderShipping | Shipping addresses and packages |
payment | OrderPayment | Payment details |
campaign | Campaign | Applied coupons and promotions |
taxes | TaxLine[] | Tax breakdown |
totals | Totals | Order totals |
locale | LocaleInfo | Currency and language information |
createdAt | string | Timestamp when the order was created |
extensions | Record<string, unknown> | undefined | Custom platform-specific fields |