Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketUpdateInput
The input fields used to update a market.
Signature:
export interface MarketUpdateInput
Property | Modifiers | Type | Description |
---|---|---|---|
enabled? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Whether the market is enabled to receive visitors and sales. **Note**: Regions in inactive markets cannot be selected on the storefront or in checkout. | |
handle? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) A unique identifier for the market. For example "ca" . |
|
name? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The name of the market. Not shown to customers. |