Skip to main content
mutation

Requires write_publications access scope. Also: The user must have a permission to publish a product.

Deprecated. Use publishablePublish instead.

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

ProductPublishInput!required

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


Was this section helpful?

Anchor to ProductPublishPayload returnsProductPublishPayload returns

Product

The product that has been published.

Shop!non-null

The user's shop.

[UserError!]!non-null

The list of errors that occurred from executing the mutation.

[ProductPublication!]Deprecated

The channels where the product is published.


Was this section helpful?