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": "c63212c9-3435-4387-ae7b-57acfe1ac50a",
"ShoppingCartID": "ed797536-7b38-40f5-8e08-2dd4347f5c3f",
"TrainingClassID": "9f13bd0b-db49-405b-886b-1790fe261ca9",
"EmailPackageDefinitionID": "d5a7ee4d-86e9-4ebf-bdaa-4462b5ce9643",
"InventoryItemID": "5eccc669-e3b5-4dfb-9355-5e9917ec3ecc",
"Quantity": 1
},
{
"ShoppingCartItemID": "c63212c9-3435-4387-ae7b-57acfe1ac50a",
"ShoppingCartID": "ed797536-7b38-40f5-8e08-2dd4347f5c3f",
"TrainingClassID": "9f13bd0b-db49-405b-886b-1790fe261ca9",
"EmailPackageDefinitionID": "d5a7ee4d-86e9-4ebf-bdaa-4462b5ce9643",
"InventoryItemID": "5eccc669-e3b5-4dfb-9355-5e9917ec3ecc",
"Quantity": 1
},
{
"ShoppingCartItemID": "c63212c9-3435-4387-ae7b-57acfe1ac50a",
"ShoppingCartID": "ed797536-7b38-40f5-8e08-2dd4347f5c3f",
"TrainingClassID": "9f13bd0b-db49-405b-886b-1790fe261ca9",
"EmailPackageDefinitionID": "d5a7ee4d-86e9-4ebf-bdaa-4462b5ce9643",
"InventoryItemID": "5eccc669-e3b5-4dfb-9355-5e9917ec3ecc",
"Quantity": 1
}
]