Home > @infiniteobjects/shopify-service > IOrderLineItem
Order line item
Signature:
export interface IOrderLineItem<PropertiesType = ObjectLike<string>>
Property | Modifiers | Type | Description |
---|---|---|---|
customerEmail | string | null | ||
financialStatus | OrderFinancialStatus | ||
fulfillmentStatus | LineItemFulfillmentStatus | ||
id | number | null | ||
isDraftOrder | boolean | ||
name | string | ||
notes | ObjectLike<string | null> | ||
orderDate | Date | ||
orderId | number | null | ||
orderNumber | number | null | ||
orderStatus | PrintButtonWebhookEvent | ||
price | string | ||
product | number | null | ||
properties | Partial<PropertiesType> | ||
quantity | number | ||
sku | string | ||
variant | number | null |