# LocationEditInput - admin - INPUT_OBJECT Version: unstable ## Description The input fields to use to edit a location. ### Access Scopes ## Fields * [address](/docs/api/admin/unstable/input-objects/LocationEditAddressInput): LocationEditAddressInput - The address of the location. * [fulfillsOnlineOrders](/docs/api/admin/unstable/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/unstable/input-objects/MetafieldInput): MetafieldInput - Additional customizable information to associate with the location. * [name](/docs/api/admin/unstable/scalars/String): String - The name of the location. ## Input objects with this input object * [locationEdit](/docs/api/admin/unstable/mutations/locationEdit) ## Examples