Skip to main content
Anchor to fulfillmentServiceUpdate

fulfillmentServiceUpdate

mutation

Requires write_fulfillments access scope. Also: The user must have fulfill_and_ship_orders permission.

Updates a fulfillment service.

If you are using API version 2023-10 or later, and you need to update the location managed by the fulfillment service (for example, to change the address of a fulfillment service), use the LocationEdit mutation.

URL

The URL to send requests for the fulfillment service. The following considerations apply:

  • Shopify queries the callback_url/fetch_tracking_numbers endpoint to retrieve tracking numbers for orders, if trackingSupport is set to true.
  • Shopify queries the callback_url/fetch_stock endpoint to retrieve inventory levels, if inventoryManagement is set to true.
  • Shopify uses the callback_url/fulfillment_order_notification endpoint to send fulfillment and cancellation requests.
ID!required

The id of the fulfillment service.

Boolean

Whether the fulfillment service tracks product inventory and provides updates to Shopify.

String

The name of the fulfillment service.

Anchor to requiresShippingMethodrequiresShippingMethod
BooleanDefault:true

Whether the fulfillment service requires products to be physically shipped.

Boolean

Whether the fulfillment service provides tracking numbers for packages.

Deprecated arguments

Anchor to fulfillmentOrdersOptInfulfillmentOrdersOptIn
BooleanDeprecated
BooleanDeprecated

Was this section helpful?

Anchor to FulfillmentServiceUpdatePayload returnsFulfillmentServiceUpdatePayload returns

FulfillmentService

The updated fulfillment service.

[UserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?