fulfillmentServiceCreate mutation

Creates 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 fulfillmentServiceCreate($name: String!) { fulfillmentServiceCreate(name: $name) {
  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>
} } { “name”: “placeholder” }

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.
name
(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)

) REQUIRED
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.
Default value: false

Return fields

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