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": "3a3f1772-294f-4f10-ac13-0e1f1f75e00d",
"ShoppingCartID": "9ee70a23-5e31-4816-b139-ef0c4166fe83",
"TrainingClassID": "f03c285b-b5eb-4ace-be2b-068826fa2d29",
"EmailPackageDefinitionID": "7b903fa2-b387-4a56-8aa4-cbae952e15f5",
"InventoryItemID": "9aa5d7bf-3d3d-4a9e-a858-38c79d179427",
"Quantity": 1
},
{
"ShoppingCartItemID": "3a3f1772-294f-4f10-ac13-0e1f1f75e00d",
"ShoppingCartID": "9ee70a23-5e31-4816-b139-ef0c4166fe83",
"TrainingClassID": "f03c285b-b5eb-4ace-be2b-068826fa2d29",
"EmailPackageDefinitionID": "7b903fa2-b387-4a56-8aa4-cbae952e15f5",
"InventoryItemID": "9aa5d7bf-3d3d-4a9e-a858-38c79d179427",
"Quantity": 1
},
{
"ShoppingCartItemID": "3a3f1772-294f-4f10-ac13-0e1f1f75e00d",
"ShoppingCartID": "9ee70a23-5e31-4816-b139-ef0c4166fe83",
"TrainingClassID": "f03c285b-b5eb-4ace-be2b-068826fa2d29",
"EmailPackageDefinitionID": "7b903fa2-b387-4a56-8aa4-cbae952e15f5",
"InventoryItemID": "9aa5d7bf-3d3d-4a9e-a858-38c79d179427",
"Quantity": 1
}
]