# FulfillmentInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields used to create a fulfillment from fulfillment orders. ### Access Scopes ## Fields * [lineItemsByFulfillmentOrder](/docs/api/admin-graphql/2024-10/input-objects/FulfillmentOrderLineItemsInput): 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](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean - Whether the customer is notified. If `true`, then a notification is sent when the fulfillment is created. The default value is `false`. * [originAddress](/docs/api/admin-graphql/2024-10/input-objects/FulfillmentOriginAddressInput): FulfillmentOriginAddressInput - Address information about the location from which the order was fulfilled. * [trackingInfo](/docs/api/admin-graphql/2024-10/input-objects/FulfillmentTrackingInput): FulfillmentTrackingInput - The fulfillment's tracking information, including a tracking URL, a tracking number, and the company associated with the fulfillment. ## Input objects with this input object * [fulfillmentCreate](/docs/api/admin-graphql/2024-10/mutations/fulfillmentCreate) ## Examples