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": "bf8b0853-51fb-4ac9-917d-3c36a3028a03",
"ShoppingCartID": "315ce1ab-7bd4-4179-80b4-4341cd05b727",
"TrainingClassID": "ad40e6c2-216f-41b0-8a98-5ab7e372596e",
"EmailPackageDefinitionID": "fb04333b-47ea-46dc-95eb-03a74dff3767",
"InventoryItemID": "2bbc7d0d-167d-4256-b3b5-1467de1d95c6",
"Quantity": 1
},
{
"ShoppingCartItemID": "bf8b0853-51fb-4ac9-917d-3c36a3028a03",
"ShoppingCartID": "315ce1ab-7bd4-4179-80b4-4341cd05b727",
"TrainingClassID": "ad40e6c2-216f-41b0-8a98-5ab7e372596e",
"EmailPackageDefinitionID": "fb04333b-47ea-46dc-95eb-03a74dff3767",
"InventoryItemID": "2bbc7d0d-167d-4256-b3b5-1467de1d95c6",
"Quantity": 1
},
{
"ShoppingCartItemID": "bf8b0853-51fb-4ac9-917d-3c36a3028a03",
"ShoppingCartID": "315ce1ab-7bd4-4179-80b4-4341cd05b727",
"TrainingClassID": "ad40e6c2-216f-41b0-8a98-5ab7e372596e",
"EmailPackageDefinitionID": "fb04333b-47ea-46dc-95eb-03a74dff3767",
"InventoryItemID": "2bbc7d0d-167d-4256-b3b5-1467de1d95c6",
"Quantity": 1
}
]