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": "c2c923fe-b5f6-4e1b-a8f9-789341bee2cf",
"ShoppingCartID": "e616605a-03c4-4939-b4d6-b2dc9b9f32ec",
"TrainingClassID": "a4478a09-008f-4b61-bf6d-2e8b599e559c",
"EmailPackageDefinitionID": "2d05baee-deae-4a62-8391-52008e133d2b",
"InventoryItemID": "056e90db-3e18-453f-b8c5-ae8121e45c6e",
"Quantity": 1
},
{
"ShoppingCartItemID": "c2c923fe-b5f6-4e1b-a8f9-789341bee2cf",
"ShoppingCartID": "e616605a-03c4-4939-b4d6-b2dc9b9f32ec",
"TrainingClassID": "a4478a09-008f-4b61-bf6d-2e8b599e559c",
"EmailPackageDefinitionID": "2d05baee-deae-4a62-8391-52008e133d2b",
"InventoryItemID": "056e90db-3e18-453f-b8c5-ae8121e45c6e",
"Quantity": 1
},
{
"ShoppingCartItemID": "c2c923fe-b5f6-4e1b-a8f9-789341bee2cf",
"ShoppingCartID": "e616605a-03c4-4939-b4d6-b2dc9b9f32ec",
"TrainingClassID": "a4478a09-008f-4b61-bf6d-2e8b599e559c",
"EmailPackageDefinitionID": "2d05baee-deae-4a62-8391-52008e133d2b",
"InventoryItemID": "056e90db-3e18-453f-b8c5-ae8121e45c6e",
"Quantity": 1
}
]