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