Skip to main content
POST
/
api
/
product
/
copy
产品复制
curl --request POST \
  --url https://api.example.com/api/product/copy \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "dea332fe641541629f44ee274259d844",
  "productModel": "",
  "productName": ""
}
'
{}

Headers

Authentication
string
required

Body

application/json
id
string
required

被复制产品id

productModel
string

复制为model,不填后台默认处理

productName
string

复制为名称,不填后台默认处理

Response

200 - application/json

The response is of type object.