fulfillment Create
Requires access scope, access scope or access scope. Also: The user must have fulfill_and_ship_orders permission.
Creates a fulfillment for one or more objects. The fulfillment orders are associated with the same Order and are assigned to the same Location.
Use this mutation to mark items as fulfilled when they're ready to ship. You can specify tracking information, customer notification preferences, and which objects to fulfill from each fulfillment order. If you don't specify line items, then the mutation fulfills all items in the fulfillment order.
Learn more about building fulfillment solutions.
Arguments
- fulfillment (FulfillmentInput!)
- message (String)
- Anchor to fulfillmentfulfillment•Fulfillment
Input! required The input fields used to create a fulfillment from fulfillment orders.
- Anchor to messagemessage•String
An optional message for the fulfillment request.
- fulfillment (Fulfillment)
- userErrors ([UserError!]!)
- Anchor to fulfillmentfulfillment•Fulfillment
The created fulfillment.
- Anchor to userErrorsuser•[User
Errors Error!]! non-null The list of errors that occurred from executing the mutation.