Publication 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.
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.- Anchor to inputinput•Publication
Create Input! required The input fields to use when creating the publication.
Arguments
- •mutation
Deletes a publication.
- •ID!required
The ID of the publication to delete.
Arguments
- •ID!
- •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.- •ID!required
The ID of the publication to update.
- Anchor to inputinput•Publication
Update Input! required The input fields to use when updating the publication.
Arguments
- •ID!