Anchor to FulfillmentCreatePayloadFulfillment
payloadFulfillment Create Payload
Return type for mutation.
Anchor to FieldsFields
- 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.
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- fulfillmentCreate (FulfillmentCreatePayload)
- •mutation
Creates a fulfillment for one or more
objects. The fulfillment orders are associated with the sameOrderand are assigned to the sameLocation.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.
- 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.
Arguments
Was this section helpful?