Anchor to productPublishproduct
product Publish
mutation
Requires 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 () can only be published on online stores.
Anchor to Arguments
Arguments
- Anchor to inputinput•Product
Publish Input!required Specifies the product to publish and the channels to publish it to.
Was this section helpful?
- 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 [ProductPublication!]Deprecated The channels where the product is published.
Was this section helpful?