FulfillmentInput input object
The input fields used to create a fulfillment.
Input fields
- lineItems (
[[FulfillmentLineItemInput!]](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentlineiteminput)
)
The line items to be fulfilled. - locationId (
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
) REQUIRED
The ID of the location from which the items 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. - orderId (
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
) REQUIRED
The ID of the order to be fulfilled. - shippingMethod (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
A reference to the shipping method, such asFree Shipping
. - trackingCompany (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The name of the tracking company. - trackingNumbers (
[[String!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
Tracking numbers associated with the fulfillment. - trackingUrls (
[[String!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The URLs to track the fulfillment.