Skip to main content
POST
/
v1
/
ui
/
products
/
{id}
/
clone
Clone a product
curl --request POST \
  --url https://api.example.com/v1/ui/products/{id}/clone \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'

Path Parameters

id
string
required

Product ID or reference to clone

Body

application/json
name
string
Minimum string length: 1

Response

Product cloned successfully