FulfillmentOrderLineItemsInput - admin-graphql - INPUT_OBJECT
Version: 2024-10
Description:
The input fields used to include the line items of a specified fulfillment order that should be fulfilled.
Access Scopes
Fields
fulfillmentOrderId
: ID! - The ID of the fulfillment order.
fulfillmentOrderLineItems
: FulfillmentOrderLineItemInput - The fulfillment order line items to be fulfilled. If left blank, all line items of the fulfillment order will be fulfilled.
Input objects with this input object
FulfillmentInput
FulfillmentV2Input
Examples