Home > @infiniteobjects/shopify-service > getLineItems
Reducer function to extract all LineItems from an array or orders
Signature:
export declare function getLineItems(orders: IOrder[]): IOrderLineItem[];
Parameter | Type | Description |
---|---|---|
orders | IOrder[] |
Returns: