{
"quantity": 0,
"id": 0,
"updateTime": {
"mutable": true,
"firstDayOfWeek": "SUNDAY",
"timeZone": {
"ID": "string"
},
"minimalDaysInFirstWeek": 0
},
"productNo": "string",
"container": "string"
}
curl --location --request POST '/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": 0,
"id": 0,
"updateTime": {
"mutable": true,
"firstDayOfWeek": "SUNDAY",
"timeZone": {
"ID": "string"
},
"minimalDaysInFirstWeek": 0
},
"productNo": "string",
"container": "string"
}'
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": false
}