stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderLineItemsInput

AdminTypes.FulfillmentOrderLineItemsInput interface

The input fields used to include the line items of a specified fulfillment order that should be fulfilled.

Signature:

export interface FulfillmentOrderLineItemsInput 

Properties

Property Modifiers Type Description
fulfillmentOrderId   Scalars[‘ID’][‘input’] The ID of the fulfillment order.
fulfillmentOrderLineItems?   InputMaybe<Array<FulfillmentOrderLineItemInput>> (Optional) The fulfillment order line items to be fulfilled. If left blank, all line items of the fulfillment order will be fulfilled.