Publish product
printify_publish_productPublish a product to the shop's connected sales channel (e.g. Shopify, Etsy). STATE-CHANGING: this locks the product and pushes the selected fields to the external store. The body is an object of booleans controlling which fields are published; all default to true. Printify REST: POST /v1/shops/{shop_id}/products/{product_id}/publish.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Publish the tags (default true). | |
| title | No | Publish the title (default true). | |
| images | No | Publish the images (default true). | |
| shop_id | Yes | Shop id — required. | |
| variants | No | Publish the variants (default true). | |
| product_id | Yes | Product id — required. | |
| description | No | Publish the description (default true). | |
| keyFeatures | No | Publish the key features (default true). | |
| shipping_template | No | Publish the shipping template (default true). |