Publish product
The Publish product action makes the product that triggers the workflow available on the selected sales channels.
On this page
Fields
The Publish product action contains the following fields.
Field | Description |
---|---|
Publication | The publication(s) to which the product will be published. |
Triggers
The Publish product action has a hidden field added to it by the trigger. This field, Product ID, identifies the order to cancel. The product ID is set by default and can't be changed.
The Publish product action can be used in workflows that start with the following triggers:
- Product added to store
- Product status updated
- Product variant added
- Inventory quantity changed
- Variant back in stock
- Variant out of stock
- Inventory item created
API details
To learn more, review the publishablePublish mutation.
Templates
Publish and unpublish products based on inventory level
Hide out of stock products from your online store and republish when they have at least one variant with inventory. View template
Publish products with a certain tag in the future
On a date in the future, get products with a certain tag and publish them. Used Scheduled time trigger and Get product data action. View template