# LocationEditInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description The input fields to use to edit a location. ### Access Scopes ## Fields * [address](/docs/api/admin-graphql/2024-07/input-objects/LocationEditAddressInput): LocationEditAddressInput - The address of the location. * [fulfillsOnlineOrders](/docs/api/admin-graphql/2024-07/scalars/Boolean): Boolean - Whether inventory at this location is available for sale online. **Note:** This can't be disabled for fulfillment service locations. * [metafields](/docs/api/admin-graphql/2024-07/input-objects/MetafieldInput): MetafieldInput - Additional customizable information to associate with the location. * [name](/docs/api/admin-graphql/2024-07/scalars/String): String - The name of the location. ## Input objects with this input object * [locationEdit](/docs/api/admin-graphql/2024-07/mutations/locationEdit) ## Examples