Anchor to ProductPublicationProduct
Product Publication
object
Represents the channels where a product is published.
Anchor to FieldsFields
- Anchor to channelchannel•Channel!non-null
The channel where the product was or is published.
- Anchor to isPublishedis•
Published Boolean!non-null Whether the publication is published or not.
- Anchor to productproduct•Product!non-null
The product that was or is going to be published on the channel.
- Anchor to publishDatepublish•
Date The date that the product was or is going to be published on the channel.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Publishes a product. Products that are sold exclusively on subscription (
) can only be published on online stores.
- Anchor to inputinput•Product
Publish Input!required Specifies the product to publish and the channels to publish it to.
Arguments
- Anchor to productproduct•
The product that has been published.
- Anchor to shopshop•Shop!non-null
The user's shop.
- Anchor to userErrorsuser•
Errors [UserError!]!non-null The list of errors that occurred from executing the mutation.
- Anchor to productPublicationsproduct•
Publications The channels where the product is published.
Fields
Was this section helpful?