Anchor to PublicationUserErrorPublication
objectPublication User Error
Defines errors encountered while managing a publication.
Anchor to FieldsFields
- Anchor to codecode•Publication
User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Creates a
Publicationthat controls whichProductandCollectioncustomers can access through aCatalog.You can create an empty publication and add products later, or prepopulate it with all existing products. The
field determines whether the publication automatically adds newly created products.- •mutation
Deletes a publication.
- •mutation
Updates a
Publication.You can add or remove products from the publication, with a maximum of 50 items per operation. The
field determines whether new products automatically display in this publication.
Was this section helpful?