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": "905201f4-8fc6-4a45-8eda-d8dc527de884",
"ShoppingCartID": "5b869322-7e61-46ae-9f21-2fc4ea6ba1de",
"TrainingClassID": "b5f7267b-4265-4e4a-a72e-bbaedc829b08",
"EmailPackageDefinitionID": "05b03dc2-a078-4437-a7d5-47e0161dae5c",
"InventoryItemID": "a0668326-04c7-4a5e-8f9e-f4cc33d353d2",
"Quantity": 1
},
{
"ShoppingCartItemID": "905201f4-8fc6-4a45-8eda-d8dc527de884",
"ShoppingCartID": "5b869322-7e61-46ae-9f21-2fc4ea6ba1de",
"TrainingClassID": "b5f7267b-4265-4e4a-a72e-bbaedc829b08",
"EmailPackageDefinitionID": "05b03dc2-a078-4437-a7d5-47e0161dae5c",
"InventoryItemID": "a0668326-04c7-4a5e-8f9e-f4cc33d353d2",
"Quantity": 1
},
{
"ShoppingCartItemID": "905201f4-8fc6-4a45-8eda-d8dc527de884",
"ShoppingCartID": "5b869322-7e61-46ae-9f21-2fc4ea6ba1de",
"TrainingClassID": "b5f7267b-4265-4e4a-a72e-bbaedc829b08",
"EmailPackageDefinitionID": "05b03dc2-a078-4437-a7d5-47e0161dae5c",
"InventoryItemID": "a0668326-04c7-4a5e-8f9e-f4cc33d353d2",
"Quantity": 1
}
]