# publicationCreate - admin - MUTATION Version: unstable ## Description Creates a publication. ### Access Scopes `write_publications` access scope. Also: The user must have a permission to create and edit catalogs. ## Arguments * [input](/docs/api/admin/unstable/input-objects/PublicationCreateInput): PublicationCreateInput! - The input fields to use when creating the publication. ## Returns * [publication](/docs/api/admin/unstable/objects/Publication): Publication The publication that's been created. * [userErrors](/docs/api/admin/unstable/objects/PublicationUserError): PublicationUserError! The list of errors that occurred from executing the mutation. ## Examples