{
"offerId": 0,
"specId": "string",
"skuId": "string",
"sellerOpenId": "string",
"itemTitle": "string",
"itemPic": "string",
"price": 0,
"quantity": 0,
"amountOnSale": 0,
"properties": "string",
"sellerNickName": "string"
}curl --location 'https://www.xportcn.com/api/alibaba/cart/add' \
--header 'access-key;' \
--header 'nonce-str;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data '{
"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
}