stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > LocationAddInput

AdminTypes.LocationAddInput interface

The input fields to use to add a location.

Signature:

export interface LocationAddInput 

Properties

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.