Home > @infiniteobjects/shopify-data-manager > AdminTypes > LocationAddInput
The input fields to use to add a location.
Signature:
export interface LocationAddInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| address | LocationAddAddressInput | The address of the location. | |
| fulfillsOnlineOrders? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Whether inventory at this location is available for sale online. | |
| metafields? | InputMaybe<Array<MetafieldInput>> | (Optional) Additional customizable information to associate with the location. | |
| name | Scalars[‘String’][‘input’] | The name of the location. |