product_duplicate
Duplicate a product to create a draft copy. Use the returned new ID and title to update and publish the duplicate.
Instructions
Duplicate a product (POST /admin/api/ecommerce/v1/products/{id}/duplicate). The new product inherits status='draft' per Voog default — call product_update(status='live') after editing if the duplicate should be public. Returns the new product's full payload; summary surfaces new_id and new title for easy chaining into product_update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| product_id | Yes |