Skip to main content
Anchor to LocationEditUserError

LocationEditUserError

object

Requires read_locations access scope or read_fulfillments access scope.

An error that occurs while editing a location.

•LocationEditUserErrorCode

The error code.

Show enum values
•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Updates the properties of an existing Location. You can modify the location's name, address, whether it fulfills online orders, and custom metafields.

Apps that created a FulfillmentService can edit the associated location to ensure accurate representation of their fulfillment network.


Note

You can't disable the fulfillsOnlineOrders setting for fulfillment service locations.


Learn more about editing locations for fulfillment services.

Show payload

Arguments

•ID!
required

The ID of a location to edit.

•LocationEditInput!
required

The updated properties for the location.

Show input fields


Was this section helpful?


Was this section helpful?