{
"offerId": "0TKFRHPSMug9XFLmzNmVXw",
"specId": "b1f7eb839828d3781406f0a1074de3c9",
"skuId": "5739035294244",
"sellerOpenId": "BBBsYj57TvauuzYy0AH4tDVCQ",
"itemTitle": "24S跨境欧美潮牌恶魔岛多口袋松紧休闲工装短裤男女沙滩五分裤",
"itemPic": "https://cbu01.alicdn.com/img/ibank/O1CN01S4xsc41xOMsVLgYD7_!!2218290996433-0-cib.jpg",
"price": 7500,
"quantity": 1,
"amountOnSale": 180,
"sellerNickName": "斯嘉丽服装商行"
}
curl --location --request POST '/v2/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": "0TKFRHPSMug9XFLmzNmVXw",
"specId": "b1f7eb839828d3781406f0a1074de3c9",
"skuId": "5739035294244",
"sellerOpenId": "BBBsYj57TvauuzYy0AH4tDVCQ",
"itemTitle": "24S跨境欧美潮牌恶魔岛多口袋松紧休闲工装短裤男女沙滩五分裤",
"itemPic": "https://cbu01.alicdn.com/img/ibank/O1CN01S4xsc41xOMsVLgYD7_!!2218290996433-0-cib.jpg",
"price": 7500,
"quantity": 1,
"amountOnSale": 180,
"sellerNickName": "斯嘉丽服装商行"
}'
{
"requestId": "83478a8e283241019e5964d7308b0827",
"code": 200,
"developId": "1110890638347337996",
"msg": "成功",
"data": true
}