{
"offerId": 34,
"specId": "84",
"skuId": "81",
"sellerOpenId": "339887284",
"itemTitle": "E14灯头e14S铜镀镍螺口小灯座神台LED节能球泡灯白炽小灯头灯灯座",
"itemPic": "https://cbu01.alicdn.com/img/ibank/O1CN01fvHZXm27sjHCNkCtc_!!2217893427853-0-cib.jpg",
"price": 867,
"quantity": 48,
"amountOnSale": 91,
"properties": "[{"attributeId":1234,"attributeName":"规格","attributeNameTrans":"Specifications","value":"5mm单孔橙光","valueTrans":"5mm single hole orange light"}]",
"sellerNickName": ""
}
curl --location --request POST '/alibaba/cart/add' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"offerId": 34,
"specId": "84",
"skuId": "81",
"sellerOpenId": "339887284",
"itemTitle": "E14灯头e14S铜镀镍螺口小灯座神台LED节能球泡灯白炽小灯头灯灯座",
"itemPic": "https://cbu01.alicdn.com/img/ibank/O1CN01fvHZXm27sjHCNkCtc_!!2217893427853-0-cib.jpg",
"price": 867,
"quantity": 48,
"amountOnSale": 91,
"properties": "[{"attributeId":1234,"attributeName":"规格","attributeNameTrans":"Specifications","value":"5mm单孔橙光","valueTrans":"5mm single hole orange light"}]",
"sellerNickName": ""
}'
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": false
}