FulfillmentV2Input input object

The input fields used to create a fulfillment from fulfillment orders.

Input fields

  • lineItemsByFulfillmentOrder ([[FulfillmentOrderLineItemsInput!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorderlineitemsinput)) REQUIRED
    Pairs of fulfillment_order_id and fulfillment_order_line_items that represent the fulfillment order line items that have to be fulfilled for each fulfillment order. For any given pair, if the fulfillment order line items are left blank then all the fulfillment order line items of the associated fulfillment order ID will be fulfilled.
  • notifyCustomer ([Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Whether the customer is notified. If set to true, a notification is sent when the fulfillment is created.
  • trackingInfo ([FulfillmentTrackingInput](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmenttrackinginput))
    The fulfillment’s tracking information, including a tracking URL, a tracking number, and the company associated with the fulfillment.