Authorization: Bearer ********************
{
"productPublicCode": "THC22907735",
"inSell": "禁用"
}
curl --location --request POST '/api/product/sell/toggle' \
--header 'Content-Type: application/json' \
--data-raw '{
"productPublicCode": "THC22907735",
"inSell": "禁用"
}'
{"code":10005,"message":"productSellCode 和 productPublicId 至少要提供一项"}