# MarketCreateInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields required to create a market. ### Access Scopes ## Fields * [enabled](/docs/api/admin-graphql/2024-10/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-graphql/2024-10/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. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - The name of the market. Not shown to customers. * [regions](/docs/api/admin-graphql/2024-10/input-objects/MarketRegionCreateInput): MarketRegionCreateInput! - The regions to be included in the market. Each region can only be included in one market at a time. ## Input objects with this input object * [marketCreate](/docs/api/admin-graphql/2024-10/mutations/marketCreate) ## Examples