# LocationAddInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description The input fields to use to add a location. ### Access Scopes ## Fields * [address](/docs/api/admin-graphql/2024-07/input-objects/LocationAddAddressInput): LocationAddAddressInput! - 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. * [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 * [locationAdd](/docs/api/admin-graphql/2024-07/mutations/locationAdd) ## Examples