MarketCreateInput
The input fields required to create a market.
Anchor to FieldsFields
- Anchor to catalogscatalogs•
Catalog IDs to include in the market.
- Anchor to conditionsconditions•
The conditions that apply to the market.
- Anchor to currencySettingscurrency•
Settings Currency settings for the market.
- Anchor to handlehandle•
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.- Anchor to makeDuplicateUniqueMarketsDraftmake•
Duplicate Unique Markets Draft Whether to update duplicate region or wildcard markets' status to draft.
- Anchor to namename•String!non-null
The name of the market. Not shown to customers.
- Anchor to priceInclusionsprice•
Inclusions The strategy used to determine how prices are displayed to the customer.
- Anchor to statusstatus•
The status of the market.
- Anchor to webPresencesweb•
Presences Web presence IDs to include in the market.
Deprecated fields
- Anchor to enabledenabled•BooleanDeprecated
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. Use
status
instead.- Anchor to makeDuplicateRegionMarketsDraftmake•
Duplicate Region Markets Draft BooleanDeprecated Whether to update duplicate market's status to draft. Use
instead.
- Anchor to regionsregions•[Market
Region DeprecatedCreate Input!] The regions to be included in the market. Each region can only be included in one market at a time. Use
conditions
instead.