stack

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

AdminTypes.FulfillmentV2Input interface

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

Signature:

export interface FulfillmentV2Input 

Properties

Property Modifiers Type Description
lineItemsByFulfillmentOrder   Array<FulfillmentOrderLineItemsInput> 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?   InputMaybe<Scalars[‘Boolean’][‘input’]> (Optional) Whether the customer is notified. If true, then a notification is sent when the fulfillment is created. The default value is false.
originAddress?   InputMaybe<FulfillmentOriginAddressInput> (Optional) Address information about the location from which the order was fulfilled.
trackingInfo?   InputMaybe<FulfillmentTrackingInput> (Optional) The fulfillment’s tracking information, including a tracking URL, a tracking number, and the company associated with the fulfillment.