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": "f0e4fb72-ddd9-4c0c-923f-840057ca8c2c",
"ShoppingCartID": "dfb2de9b-6521-4f22-8c66-b418f8ed9e8e",
"TrainingClassID": "6e0dc79c-b850-48bc-8349-d2376219c81d",
"EmailPackageDefinitionID": "68a08622-ac56-4615-80f2-30269856a159",
"InventoryItemID": "32d3a859-5779-4ded-90e7-3b661d0f0660",
"Quantity": 1
},
{
"ShoppingCartItemID": "f0e4fb72-ddd9-4c0c-923f-840057ca8c2c",
"ShoppingCartID": "dfb2de9b-6521-4f22-8c66-b418f8ed9e8e",
"TrainingClassID": "6e0dc79c-b850-48bc-8349-d2376219c81d",
"EmailPackageDefinitionID": "68a08622-ac56-4615-80f2-30269856a159",
"InventoryItemID": "32d3a859-5779-4ded-90e7-3b661d0f0660",
"Quantity": 1
},
{
"ShoppingCartItemID": "f0e4fb72-ddd9-4c0c-923f-840057ca8c2c",
"ShoppingCartID": "dfb2de9b-6521-4f22-8c66-b418f8ed9e8e",
"TrainingClassID": "6e0dc79c-b850-48bc-8349-d2376219c81d",
"EmailPackageDefinitionID": "68a08622-ac56-4615-80f2-30269856a159",
"InventoryItemID": "32d3a859-5779-4ded-90e7-3b661d0f0660",
"Quantity": 1
}
]