# marketCreate - admin-graphql - MUTATION Version: 2025-04 ## Description Creates a new market. ### Access Scopes `read_markets` for queries and both `read_markets` as well as `write_markets` for mutations. ## Arguments * [input](/docs/api/admin-graphql/2025-04/input-objects/MarketCreateInput): MarketCreateInput! - The properties of the new market. ## Returns * [market](/docs/api/admin-graphql/2025-04/objects/Market): Market The market object. * [userErrors](/docs/api/admin-graphql/2025-04/objects/MarketUserError): MarketUserError! The list of errors that occurred from executing the mutation. ## Examples