The input fields used to create a fulfillment from fulfillment orders.
Access Scopes
Fields
lineItemsByFulfillmentOrder:
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:
Boolean -
Whether the customer is notified.
If `true`, then a notification is sent when the fulfillment is created. The default value is `false`.
originAddress:
FulfillmentOriginAddressInput -
Address information about the location from which the order was fulfilled.
trackingInfo:
FulfillmentTrackingInput -
The fulfillment's tracking information, including a tracking URL, a tracking number,
and the company associated with the fulfillment.