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": "9c22c2dd-59af-469e-86ad-347bfac66b1e",
"ShoppingCartID": "b93e74c5-32e2-4b7a-82de-df2edf5e6c5f",
"TrainingClassID": "bc1843cc-7c44-4cd8-9f03-bb29184bb3d3",
"EmailPackageDefinitionID": "35d6d7a7-0cac-4293-ac4b-e8cb8070f9eb",
"InventoryItemID": "d65611c4-eebd-49e2-b1d1-a4000f376ae1",
"Quantity": 1
},
{
"ShoppingCartItemID": "9c22c2dd-59af-469e-86ad-347bfac66b1e",
"ShoppingCartID": "b93e74c5-32e2-4b7a-82de-df2edf5e6c5f",
"TrainingClassID": "bc1843cc-7c44-4cd8-9f03-bb29184bb3d3",
"EmailPackageDefinitionID": "35d6d7a7-0cac-4293-ac4b-e8cb8070f9eb",
"InventoryItemID": "d65611c4-eebd-49e2-b1d1-a4000f376ae1",
"Quantity": 1
},
{
"ShoppingCartItemID": "9c22c2dd-59af-469e-86ad-347bfac66b1e",
"ShoppingCartID": "b93e74c5-32e2-4b7a-82de-df2edf5e6c5f",
"TrainingClassID": "bc1843cc-7c44-4cd8-9f03-bb29184bb3d3",
"EmailPackageDefinitionID": "35d6d7a7-0cac-4293-ac4b-e8cb8070f9eb",
"InventoryItemID": "d65611c4-eebd-49e2-b1d1-a4000f376ae1",
"Quantity": 1
}
]