{
"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: your-access-key' \
--header 'timestamp: your-timestamp' \
--header 'user-id: your-user-id' \
--header 'signature: your-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
}