{
"quantity":3,
"id": 361,
"productNo":"WUnUC1cILiBjt-Jv3lDdlQ",
"updateTime":"2025-04-24 15:56:20"
}
curl --location --request POST '/v2/taobao/cart/edit-quantity' \
--header 'access-key;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"quantity":3,
"id": 361,
"productNo":"WUnUC1cILiBjt-Jv3lDdlQ",
"updateTime":"2025-04-24 15:56:20"
}'
{
"requestId": "b83122511702482597e0fb2ee1a4762d",
"code": 200,
"developId": "1110890638347337996",
"msg": "成功",
"data": true
}