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": "857628e5-4a93-45eb-8003-fcb4a2260156",
"ShoppingCartID": "b502fdbc-9e40-4c17-88e2-3e9afca0e795",
"TrainingClassID": "aa5cd514-cfc9-4d3f-9891-b653ef44b2ce",
"EmailPackageDefinitionID": "7a34088a-fe64-4fbb-b6af-626bd4c5de91",
"InventoryItemID": "cbddf6fd-bb40-4186-bbc4-76f619c6f77e",
"Quantity": 1
},
{
"ShoppingCartItemID": "857628e5-4a93-45eb-8003-fcb4a2260156",
"ShoppingCartID": "b502fdbc-9e40-4c17-88e2-3e9afca0e795",
"TrainingClassID": "aa5cd514-cfc9-4d3f-9891-b653ef44b2ce",
"EmailPackageDefinitionID": "7a34088a-fe64-4fbb-b6af-626bd4c5de91",
"InventoryItemID": "cbddf6fd-bb40-4186-bbc4-76f619c6f77e",
"Quantity": 1
},
{
"ShoppingCartItemID": "857628e5-4a93-45eb-8003-fcb4a2260156",
"ShoppingCartID": "b502fdbc-9e40-4c17-88e2-3e9afca0e795",
"TrainingClassID": "aa5cd514-cfc9-4d3f-9891-b653ef44b2ce",
"EmailPackageDefinitionID": "7a34088a-fe64-4fbb-b6af-626bd4c5de91",
"InventoryItemID": "cbddf6fd-bb40-4186-bbc4-76f619c6f77e",
"Quantity": 1
}
]