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": "22e1b263-0b64-469c-ac90-06975da0d3a2",
"ShoppingCartID": "4e24f6a8-4c5a-4771-ad75-982e4332fdf1",
"TrainingClassID": "c28848a0-ecd7-4f16-b6cf-974c1e600232",
"EmailPackageDefinitionID": "2c7b94c7-7c2f-4fc3-82ef-0a0e6b0b943e",
"InventoryItemID": "76c1e310-c6d1-4ef6-a60c-9cebb919a4db",
"Quantity": 1
},
{
"ShoppingCartItemID": "22e1b263-0b64-469c-ac90-06975da0d3a2",
"ShoppingCartID": "4e24f6a8-4c5a-4771-ad75-982e4332fdf1",
"TrainingClassID": "c28848a0-ecd7-4f16-b6cf-974c1e600232",
"EmailPackageDefinitionID": "2c7b94c7-7c2f-4fc3-82ef-0a0e6b0b943e",
"InventoryItemID": "76c1e310-c6d1-4ef6-a60c-9cebb919a4db",
"Quantity": 1
},
{
"ShoppingCartItemID": "22e1b263-0b64-469c-ac90-06975da0d3a2",
"ShoppingCartID": "4e24f6a8-4c5a-4771-ad75-982e4332fdf1",
"TrainingClassID": "c28848a0-ecd7-4f16-b6cf-974c1e600232",
"EmailPackageDefinitionID": "2c7b94c7-7c2f-4fc3-82ef-0a0e6b0b943e",
"InventoryItemID": "76c1e310-c6d1-4ef6-a60c-9cebb919a4db",
"Quantity": 1
}
]