curl --location --request GET '/api/cart/cart/list' \
--header 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJseWVjc0AyMDIzIiwiYXVkIjoiIiwiaWF0IjoxNzcwMTkyNjg0LCJuYmYiOjE3NzAxOTI2ODQsImV4cCI6MTc3MTQ4ODY4NCwiZGF0YSI6eyJhcHBJZCI6IjEiLCJ1dWlkIjoiMWZlMzNjOWY4MGZkYTg0NzcyMTRhMzcwZmRjNzM3MDQifX0.IfHrDPDf_7VMF2QcHrRdLlu6s50fDPBD-svlGpj0EFE' \
--header 'X-Shop-Id: 0' \
--header 'x-vendor-id;' \
--header 'x-admin-type: admin'{
"total": {
"productAmount": 0,
"checkedCount": 0,
"discounts": 0,
"discountAfter": 0,
"totalCount": 0,
"discountCouponAmount": 0,
"discountSeckillAmount": 0,
"discountProductPromotionAmount": 0,
"discountTimeDiscountAmount": 0,
"discountDiscountAmount": 0,
"serviceFee": 0
},
"cartList": [
{
"total": {
"couponIds": [
0
],
"discountCouponAmount": 0,
"discountProductPromotionAmount": 0,
"discountSeckillAmount": 0,
"discountTimeDiscountAmount": 0,
"discountDiscountAmount": 0,
"discounts": 0
},
"carts": [
{
"cartId": 0,
"userId": 0,
"productId": 0,
"picThumb": "string",
"marketPrice": 0,
"originalPrice": "string",
"quantity": 0,
"skuId": 0,
"shopId": 0,
"type": 0,
"updateTime": 0,
"salesmanId": 0,
"productSn": "string",
"productName": "string",
"productType": 0,
"brandId": 0,
"cardGroupId": 0,
"productStock": 0,
"categoryId": 0,
"suppliersId": 0,
"virtualSample": "string",
"freeShipping": 0,
"shippingTplId": 0,
"productStatus": 0,
"noShipping": 0,
"productWeight": 0,
"sku": {
"skuId": 0,
"productId": 0,
"skuValue": "string",
"skuData": [
{
"name": "string",
"value": "string"
}
],
"skuSn": "string",
"skuStock": 0,
"skuTsn": "string",
"skuPrice": "string",
"marketPrice": 0,
"costPrice": 0
},
"shop": {
"description": "string",
"kefuInlet": "string",
"kefuLink": "string",
"kefuPhone": "string",
"kefuWeixin": "string",
"merchantId": 0,
"shopId": 0,
"shopLogo": "string",
"shopTitle": "string",
"status": 0
},
"memberPrice": 0,
"productPrice": 0,
"price": 0,
"originPrice": 0,
"stock": 0,
"isChecked": true,
"extraSkuData": [
{
"attributesId": 0,
"attrName": "string",
"attrValue": "string",
"attrPrice": 0,
"totalAttrPrice": 0
}
],
"extraSkuAllData": [
{
"attributesId": 0,
"attrName": "string",
"attrValue": "string",
"attrPrice": 0,
"totalAttrPrice": 0
}
],
"skuData": [
{}
],
"hasSku": true,
"subtotal": 0,
"isDisabled": true,
"activityInfo": [
{
"promotionId": 0,
"promotionName": "string",
"startTime": "string",
"endTime": "string",
"type": 0,
"shopId": 0,
"relationId": 0,
"range": 0,
"rangeData": [
0
],
"skuIds": [
0
],
"isAvailable": 0,
"isDelete": 0,
"typeText": "string",
"data": {
"property1": {},
"property2": {}
},
"isReceive": 0,
"amount": 0,
"timeText": "string"
}
],
"serviceFee": "string",
"isSeckill": 0,
"fixedShippingType": 0,
"fixedShippingFee": 0
}
],
"usedPromotions": [
{
"promotionId": 0,
"promotionName": "string",
"startTime": "string",
"endTime": "string",
"type": 0,
"shopId": 0,
"relationId": 0,
"range": 0,
"rangeData": [
0
],
"skuIds": [
0
],
"isAvailable": 0,
"isDelete": 0,
"typeText": "string",
"data": {
"property1": {},
"property2": {}
},
"isReceive": 0,
"amount": 0,
"timeText": "string"
}
],
"enableUsePromotion": [
{
"promotionId": 0,
"promotionName": "string",
"startTime": "string",
"endTime": "string",
"type": 0,
"shopId": 0,
"relationId": 0,
"range": 0,
"rangeData": [
0
],
"skuIds": [
0
],
"isAvailable": 0,
"isDelete": 0,
"typeText": "string",
"data": {
"property1": {},
"property2": {}
},
"isReceive": 0,
"amount": 0,
"timeText": "string"
}
],
"gift": [
{
"giftId": 0,
"productId": 0,
"skuId": 0,
"productName": "string",
"productSn": "string",
"picThumb": "string",
"type": 0,
"productType": 0,
"shopId": 0,
"skuData": [
{}
],
"rulesType": 0,
"num": 0
}
],
"shopId": 0,
"shopTitle": "string",
"noShipping": 0
}
]
}