Skip to main content
object

Represents the channels where a product is published.

Channel!non-null

The channel where the product was or is published.

Boolean!non-null

Whether the publication is published or not.

Product!non-null

The product that was or is going to be published on the channel.

The date that the product was or is going to be published on the channel.


Was this section helpful?

mutation

Publishes a product. Products that are sold exclusively on subscription (requiresSellingPlan: true) can only be published on online stores.

Arguments

Specifies the product to publish and the channels to publish it to.


Fields

The product that has been published.

Shop!non-null

The user's shop.

The list of errors that occurred from executing the mutation.

The channels where the product is published.


Was this section helpful?