stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketCreateInput > enabled

AdminTypes.MarketCreateInput.enabled property

Whether the market is enabled to receive visitors and sales. If a value isn’t provided, then the market is enabled by default if all included regions have shipping rates, and disabled if any regions don’t have shipping rates.

**Note**: Regions in inactive markets can’t be selected on the storefront or in checkout.

Signature:

enabled?: InputMaybe<Scalars['Boolean']['input']>;