{
"bdmServiceId": 0,
"bdmServiceName": "string",
"cartCount": 0,
"cartDatetime": "2019-08-24T14:15:22.123Z",
"cartStatus": 0,
"cost": 0,
"createdBy": "string",
"createdDate": "2019-08-24T14:15:22.123Z",
"customerId": 0,
"id": 0,
"itemId": 0,
"originalPrice": 0,
"photoPaths": "string",
"price": 0,
"productName": "string",
"salesAmount": 0,
"shopId": 0,
"specMappingTag": "string",
"stockSpecInfoId": 0,
"unit": "string",
"updatedBy": "string",
"updatedDate": "2019-08-24T14:15:22.123Z",
"version": 0,
"weight": 0
}curl --location --request POST 'https://dev.mallpraise.com.cn/emall/openapi/v1//h5/customerInfo/shoppingcart/update' \
--header 'Authorization;' \
--header 'openKey;' \
--header 'Content-Type: application/json' \
--data-raw '{
"bdmServiceId": 0,
"bdmServiceName": "string",
"cartCount": 0,
"cartDatetime": "2019-08-24T14:15:22.123Z",
"cartStatus": 0,
"cost": 0,
"createdBy": "string",
"createdDate": "2019-08-24T14:15:22.123Z",
"customerId": 0,
"id": 0,
"itemId": 0,
"originalPrice": 0,
"photoPaths": "string",
"price": 0,
"productName": "string",
"salesAmount": 0,
"shopId": 0,
"specMappingTag": "string",
"stockSpecInfoId": 0,
"unit": "string",
"updatedBy": "string",
"updatedDate": "2019-08-24T14:15:22.123Z",
"version": 0,
"weight": 0
}'{
"code": 0,
"data": "string",
"extraData": {},
"extraData1": {},
"message": "string"
}