deliverySettingUpdate mutation

Set the delivery settings for a shop.

Required access

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 deliverySettingUpdate($setting: DeliverySettingInput!) { deliverySettingUpdate(setting: $setting) {
  1. <font style="color:#1F61A0;">setting</font> <font style="color:#555555;">{</font>
  2. <font style="color:#1F61A0;">legacyModeProfiles</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>
} } { “setting”: {} }

Arguments

Argument Description
setting
(
[DeliverySettingInput!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverysettinginput)

) REQUIRED
Specifies the input fields for the delivery shop level settings.

DeliverySettingInput fields

  • legacyModeProfiles ([Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Enables legacy compatability mode for the multi-location delivery profiles feature.

Return fields

  • setting ([DeliverySetting](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverysetting))
    The updated delivery shop level settings.
  • userErrors ([[UserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/usererror))
    List of errors that occurred executing the mutation.