# MarketUpdateInput - admin - INPUT_OBJECT Version: unstable ## Description The input fields used to update a market. ### Access Scopes ## Fields * [catalogsToAdd](/docs/api/admin/unstable/scalars/ID): ID - Catalog IDs to include in the market. * [catalogsToDelete](/docs/api/admin/unstable/scalars/ID): ID - Catalog IDs to remove from the market. * [conditions](/docs/api/admin/unstable/input-objects/MarketConditionsUpdateInput): MarketConditionsUpdateInput - The conditions to update. * [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. **Note**: Regions in inactive markets cannot 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"`. * [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. * [removeCurrencySettings](/docs/api/admin/unstable/scalars/Boolean): Boolean - Remove any currency settings that are defined for the market. * [removePriceInclusions](/docs/api/admin/unstable/scalars/Boolean): Boolean - The price inclusions to remove from the market. * [status](/docs/api/admin/unstable/enums/MarketStatus): MarketStatus - The status of the market. * [webPresencesToAdd](/docs/api/admin/unstable/scalars/ID): ID - The web presences to add to the market. * [webPresencesToDelete](/docs/api/admin/unstable/scalars/ID): ID - The web presences to remove from the market. ## Input objects with this input object * [marketUpdate](/docs/api/admin/unstable/mutations/marketUpdate) ## Examples