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": "3665a12b-07e6-45b4-9c18-efce1faf2b6b",
"ShoppingCartID": "3dbbd43e-37d0-43a1-b546-991a2c144328",
"TrainingClassID": "4d32be62-ad94-448f-9980-3bb9c65baf56",
"EmailPackageDefinitionID": "0e70d8fa-0b07-4d3a-8f38-4d46476f99cc",
"InventoryItemID": "77a2c39b-e8ff-4c02-9b13-714fa6c5650e",
"Quantity": 1
},
{
"ShoppingCartItemID": "3665a12b-07e6-45b4-9c18-efce1faf2b6b",
"ShoppingCartID": "3dbbd43e-37d0-43a1-b546-991a2c144328",
"TrainingClassID": "4d32be62-ad94-448f-9980-3bb9c65baf56",
"EmailPackageDefinitionID": "0e70d8fa-0b07-4d3a-8f38-4d46476f99cc",
"InventoryItemID": "77a2c39b-e8ff-4c02-9b13-714fa6c5650e",
"Quantity": 1
},
{
"ShoppingCartItemID": "3665a12b-07e6-45b4-9c18-efce1faf2b6b",
"ShoppingCartID": "3dbbd43e-37d0-43a1-b546-991a2c144328",
"TrainingClassID": "4d32be62-ad94-448f-9980-3bb9c65baf56",
"EmailPackageDefinitionID": "0e70d8fa-0b07-4d3a-8f38-4d46476f99cc",
"InventoryItemID": "77a2c39b-e8ff-4c02-9b13-714fa6c5650e",
"Quantity": 1
}
]