GET api/ShoppingCart/{cartid}/ShoppingCartItem
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| cartid | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"ShoppingCartItemID": "1481204b-4f26-4c67-bea1-e0b3c29fcb87",
"ShoppingCartID": "9b21e094-f174-4872-b13d-ed91273ccf68",
"TrainingClassID": "3e43dc50-1136-441b-97b7-3b387c2c5b8d",
"EmailPackageDefinitionID": "fe652cc9-7f85-4fd9-8dd1-d33477e5e0d1",
"InventoryItemID": "e97e3bb2-6329-4dc7-b1d6-ce933d7571ed",
"Quantity": 1
},
{
"ShoppingCartItemID": "1481204b-4f26-4c67-bea1-e0b3c29fcb87",
"ShoppingCartID": "9b21e094-f174-4872-b13d-ed91273ccf68",
"TrainingClassID": "3e43dc50-1136-441b-97b7-3b387c2c5b8d",
"EmailPackageDefinitionID": "fe652cc9-7f85-4fd9-8dd1-d33477e5e0d1",
"InventoryItemID": "e97e3bb2-6329-4dc7-b1d6-ce933d7571ed",
"Quantity": 1
},
{
"ShoppingCartItemID": "1481204b-4f26-4c67-bea1-e0b3c29fcb87",
"ShoppingCartID": "9b21e094-f174-4872-b13d-ed91273ccf68",
"TrainingClassID": "3e43dc50-1136-441b-97b7-3b387c2c5b8d",
"EmailPackageDefinitionID": "fe652cc9-7f85-4fd9-8dd1-d33477e5e0d1",
"InventoryItemID": "e97e3bb2-6329-4dc7-b1d6-ce933d7571ed",
"Quantity": 1
}
]