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) {} } { “setting”: {} }
<font style="color:#1F61A0;">setting</font> <font style="color:#555555;">{</font>
<font style="color:#1F61A0;">legacyModeProfiles</font>
<font style="color:#555555;">}</font>
<font style="color:#1F61A0;">userErrors</font> <font style="color:#555555;">{</font>
<font style="color:#1F61A0;">field</font>
<font style="color:#1F61A0;">message</font>
<font style="color:#555555;">}</font>
Arguments
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.