fulfillmentServiceUpdate mutation

Updates a fulfillment service.

Required access

write_fulfillments access scope.

On this page

Interactive example

This is an example mutation query. Use the embedded interactive tool below to edit the query.

Hint: use Ctrl + Space for autocompleting fields.

mutation fulfillmentServiceUpdate($id: ID!) { fulfillmentServiceUpdate(id: $id) {
  1. <font style="color:#1F61A0;">fulfillmentService</font> <font style="color:#555555;">{</font>
  2. <font style="color:#1F61A0;">id</font>
  3. <font style="color:#555555;">}</font>
  4. <font style="color:#1F61A0;">userErrors</font> <font style="color:#555555;">{</font>
  5. <font style="color:#1F61A0;">field</font>
  6. <font style="color:#1F61A0;">message</font>
  7. <font style="color:#555555;">}</font>
} } { “id”: “Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE=” }

Arguments

Argument Description
callbackUrl
(
[URL](https://shopify.dev/docs/admin-api/graphql/reference/scalar#url-2021-01)

)
The URL to send requests for the fulfillment service.
fulfillmentOrdersOptIn
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
Whether the fulfillment service will use the new fulfillment request flow based on fulfillment orders.
id
(
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)

) REQUIRED
The id of the fulfillment service.
name
(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

)
The name of the fulfillment service.
trackingSupport
(
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01)

)
Whether the fulfillment service provides tracking numbers for packages.

Return fields

  • fulfillmentService ([FulfillmentService](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentservice))
    The updated fulfillment service.
  • userErrors ([[UserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/usererror))
    List of errors that occurred executing the mutation.