{
"products": [
{
"product_id": 424,
"sku_id":""
}
],
"shop_id": null,
"from": "list"
}
curl --location --request POST '/api/product/product/promotion' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"products": [
{
"product_id": 424,
"sku_id":""
}
],
"shop_id": null,
"from": "list"
}'
{
"code": 0,
"msg": "ok",
"data": {
"list": {
"1": {
"activity_info": {
"type": 2,
"promotion_id": 18,
"data": {
"promotion_desc":"满100减20"
}
}
}
},
"errcode": 0,
"message": ""
}
}