# PublicationCreateInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for creating a publication.

### Access Scopes



## Fields
* [autoPublish](/docs/api/admin/2025-01/scalars/Boolean): Boolean - Whether to automatically add newly created products to this publication.
* [catalogId](/docs/api/admin/2025-01/scalars/ID): ID - The ID of the catalog.
* [defaultState](/docs/api/admin/2025-01/enums/PublicationCreateInputPublicationDefaultState): PublicationCreateInputPublicationDefaultState - Whether to create an empty publication or prepopulate it with all products.


## Input objects with this input object
* [publicationCreate](/docs/api/admin/2025-01/mutations/publicationCreate)


## Examples