# MarketCreateInput - admin - INPUT_OBJECT Version: unstable ## Description The input fields required to create a market. ### Access Scopes ## Fields * [catalogs](/docs/api/admin/unstable/scalars/ID): ID - Catalog IDs to include in the market. * [conditions](/docs/api/admin/unstable/input-objects/MarketConditionsInput): MarketConditionsInput - The conditions that apply to the market. * [currencySettings](/docs/api/admin/unstable/input-objects/MarketCurrencySettingsUpdateInput): MarketCurrencySettingsUpdateInput - Currency settings for the market. * [enabled](/docs/api/admin/unstable/scalars/Boolean): Boolean - 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. * [handle](/docs/api/admin/unstable/scalars/String): String - A unique identifier for the market. For example `"ca"`. If the handle isn't provided, then the handle is auto-generated based on the country or name. * [makeDuplicateRegionMarketsDraft](/docs/api/admin/unstable/scalars/Boolean): Boolean - Whether to update duplicate market's status to draft. * [makeDuplicateUniqueMarketsDraft](/docs/api/admin/unstable/scalars/Boolean): Boolean - Whether to update duplicate region or wildcard markets' status to draft. * [name](/docs/api/admin/unstable/scalars/String): String! - The name of the market. Not shown to customers. * [priceInclusions](/docs/api/admin/unstable/input-objects/MarketPriceInclusionsInput): MarketPriceInclusionsInput - The strategy used to determine how prices are displayed to the customer. * [regions](/docs/api/admin/unstable/input-objects/MarketRegionCreateInput): MarketRegionCreateInput - The regions to be included in the market. Each region can only be included in one market at a time. * [status](/docs/api/admin/unstable/enums/MarketStatus): MarketStatus - The status of the market. * [webPresences](/docs/api/admin/unstable/scalars/ID): ID - Web presence IDs to include in the market. ## Input objects with this input object * [marketCreate](/docs/api/admin/unstable/mutations/marketCreate) ## Examples