# marketRegionsCreate - admin-graphql - MUTATION Version: 2024-10 ## Description Creates regions that belong to an existing market. ### Access Scopes `read_markets` for queries and both `read_markets` as well as `write_markets` for mutations. ## Arguments * [marketId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the market to add the regions to. * [regions](/docs/api/admin-graphql/2024-10/input-objects/MarketRegionCreateInput): MarketRegionCreateInput! - The regions to be created. ## Returns * [market](/docs/api/admin-graphql/2024-10/objects/Market): Market The market object. * [userErrors](/docs/api/admin-graphql/2024-10/objects/MarketUserError): MarketUserError! The list of errors that occurred from executing the mutation. ## Examples