Home > @infiniteobjects/shopify-data-manager > AdminTypes > LocationEditInput
The input fields to use to edit a location.
Signature:
export interface LocationEditInput
Property | Modifiers | Type | Description |
---|---|---|---|
address? | InputMaybe<LocationEditAddressInput> | (Optional) The address of the location. | |
fulfillsOnlineOrders? | InputMaybe<Scalars[‘Boolean’][‘input’]> | <p>(Optional) Whether inventory at this location is available for sale online.</p><p>**Note:** This can’t be disabled for fulfillment service locations.</p> | |
metafields? | InputMaybe<Array<MetafieldInput>> | (Optional) Additional customizable information to associate with the location. | |
name? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The name of the location. |