GET api/Shopping/ShoppingCart
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResultDataMsgOfListOfShoppingCartsView| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Collection of ShoppingCartsView |
None. |
|
| Code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Data": [
{
"Id": 1,
"UserInfoId": 2,
"ProductId": 3,
"ProductName": "sample string 4",
"Quantity": 5,
"MakeConfig": "sample string 6",
"MakeConfigName": "sample string 7",
"CreateDate": "2025-12-06T11:39:00.4425249+08:00",
"ModifDate": "2025-12-06T11:39:00.4434897+08:00",
"UnitPrice": 10.0,
"Subtotal": 11.0,
"ProductWeight": 12.0,
"ProductImage": "sample string 13",
"ProductDescribe": "sample string 14",
"IsChecked": true
},
{
"Id": 1,
"UserInfoId": 2,
"ProductId": 3,
"ProductName": "sample string 4",
"Quantity": 5,
"MakeConfig": "sample string 6",
"MakeConfigName": "sample string 7",
"CreateDate": "2025-12-06T11:39:00.4425249+08:00",
"ModifDate": "2025-12-06T11:39:00.4434897+08:00",
"UnitPrice": 10.0,
"Subtotal": 11.0,
"ProductWeight": 12.0,
"ProductImage": "sample string 13",
"ProductDescribe": "sample string 14",
"IsChecked": true
}
],
"Code": 3
}