PRODUCTS
Duplicate a product
Duplicate an existing product by its ID.
POST
/
v1
/
products
/
{productId}
/
duplicate
Authorizations
Public-Key
string
headerrequiredSecret-Key
string
headerrequiredPath Parameters
productId
string
requiredPOST /v1/products/:productId/duplicate Parameter
Body
application/json ยท object
The body is of type object
.
Response
200 - application/json
status
string
requiredAllowed value:
"success"
data
object
required