Skip to main content
mutation

Requires write_assigned_fulfillment_orders access scope, write_merchant_managed_fulfillment_orders access scope or write_third_party_fulfillment_orders access scope. Also: The user must have fulfill_and_ship_orders permission.

Deprecated. Use fulfillmentCreate instead.

Creates a fulfillment for one or many fulfillment orders. The fulfillment orders are associated with the same order and are assigned to the same location.

•FulfillmentV2Input!
required

The input fields used to create a fulfillment from fulfillment orders.

•String

An optional message for the fulfillment request.


Was this section helpful?

Anchor to FulfillmentCreateV2Payload returnsFulfillmentCreateV2Payload returns

•Fulfillment

The created fulfillment.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?