# MarketUpdateInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields used to update 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. **Note**: Regions in inactive markets cannot 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"`. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String - The name of the market. Not shown to customers. ## Input objects with this input object * [marketUpdate](/docs/api/admin-graphql/2024-10/mutations/marketUpdate) ## Examples