Home > @infiniteobjects/shopify-service > IOrder
Order
Signature:
export interface IOrder
| Property | Modifiers | Type | Description |
|---|---|---|---|
| acquisition | { browser: string | null; referringSite: string | null; landingPage: string | null; } | ||
| createdAt | string | ||
| string | |||
| fulfillmentStatus | OrderFulfillmentStatus | ||
| id | number | ||
| items | IOrderLineItem[] | ||
| note | string | null | ||
| notes | ObjectLike<string> | ||
| number | number | ||
| payment | { status: OrderFinancialStatus; gateway: string; total: string; discounts: IOrderDiscountCode[]; } | ||
| shipping | { name?: string; location?: string; method?: string; } | ||
| status | PrintButtonWebhookEvent | ||
| statusUrl | string | ||
| tags | string |