--- title: MarketCreateInput - GraphQL Admin description: The input fields required to create a market. api_version: 2025-01 api_name: admin type: input-object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-01/input-objects/marketcreateinput md: https://shopify.dev/docs/api/admin-graphql/2025-01/input-objects/marketcreateinput.md --- # Market​Create​Input input\_object The input fields required to create a market. ## Fields * enabled [Boolean](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/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 [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/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 [String!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) non-null The name of the market. Not shown to customers. * regions [\[Market​Region​Create​Input!\]!](https://shopify.dev/docs/api/admin-graphql/2025-01/input-objects/MarketRegionCreateInput) required The regions to be included in the market. Each region can only be included in one market at a time. *** ## Map No referencing types