Copy Product
POST/api/products/:product_id/copy
Copy a product with all its details including pricing tiers and bundle items.
Args: product_id: The ID of the product to copy publish: If True, immediately publish the copied product. Default False (creates as draft). request: Optional request body with custom name for the copy
Returns: The newly created product with all its details
Request
Responses
- 200
- 422
Successful Response
Validation Error