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": "7e8ccc4f-53b0-4c6e-ab75-b9b048de0b55",
"ShoppingCartID": "eaa18cc4-560f-494d-abd5-e5713dc96ebc",
"TrainingClassID": "40011986-4757-4a6b-9f48-583b08319b2f",
"EmailPackageDefinitionID": "b5e21614-d73a-4511-a734-bf4d66c6eda9",
"InventoryItemID": "47e58209-52c6-4547-8ef2-23a1b1ef36f8",
"Quantity": 1
},
{
"ShoppingCartItemID": "7e8ccc4f-53b0-4c6e-ab75-b9b048de0b55",
"ShoppingCartID": "eaa18cc4-560f-494d-abd5-e5713dc96ebc",
"TrainingClassID": "40011986-4757-4a6b-9f48-583b08319b2f",
"EmailPackageDefinitionID": "b5e21614-d73a-4511-a734-bf4d66c6eda9",
"InventoryItemID": "47e58209-52c6-4547-8ef2-23a1b1ef36f8",
"Quantity": 1
},
{
"ShoppingCartItemID": "7e8ccc4f-53b0-4c6e-ab75-b9b048de0b55",
"ShoppingCartID": "eaa18cc4-560f-494d-abd5-e5713dc96ebc",
"TrainingClassID": "40011986-4757-4a6b-9f48-583b08319b2f",
"EmailPackageDefinitionID": "b5e21614-d73a-4511-a734-bf4d66c6eda9",
"InventoryItemID": "47e58209-52c6-4547-8ef2-23a1b1ef36f8",
"Quantity": 1
}
]