{
"offerId": 0,
"specId": "string",
"skuId": "string",
"sellerOpenId": "string",
"itemTitle": "string",
"itemPic": "string",
"price": 0,
"quantity": 0,
"amountOnSale": 0,
"properties": "string",
"sellerNickName": "string"
}
curl --location --request POST 'https://api.pandapon.com/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": 0,
"specId": "string",
"skuId": "string",
"sellerOpenId": "string",
"itemTitle": "string",
"itemPic": "string",
"price": 0,
"quantity": 0,
"amountOnSale": 0,
"properties": "string",
"sellerNickName": "string"
}'
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": false
}