Skip to main content
payload

Return type for locationEdit mutation.

•Location

The location that was edited.

•[LocationEditUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•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.

Arguments

•ID!
required

The ID of a location to edit.

•LocationEditInput!
required

The updated properties for the location.



Was this section helpful?