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": "49bb8f92-e15f-4fbd-99b4-5f2e343ba5d1",
"ShoppingCartID": "78f83d40-e4e2-43a3-b23f-5067ebfd6967",
"TrainingClassID": "ba763edf-6c2e-419b-aa6e-96f8dbfda5ff",
"EmailPackageDefinitionID": "46d6a157-8187-4bef-a7cf-cf0be2b4a424",
"InventoryItemID": "5c1a9b4d-6fd0-41c2-b607-6b1b35c72f36",
"Quantity": 1
},
{
"ShoppingCartItemID": "49bb8f92-e15f-4fbd-99b4-5f2e343ba5d1",
"ShoppingCartID": "78f83d40-e4e2-43a3-b23f-5067ebfd6967",
"TrainingClassID": "ba763edf-6c2e-419b-aa6e-96f8dbfda5ff",
"EmailPackageDefinitionID": "46d6a157-8187-4bef-a7cf-cf0be2b4a424",
"InventoryItemID": "5c1a9b4d-6fd0-41c2-b607-6b1b35c72f36",
"Quantity": 1
},
{
"ShoppingCartItemID": "49bb8f92-e15f-4fbd-99b4-5f2e343ba5d1",
"ShoppingCartID": "78f83d40-e4e2-43a3-b23f-5067ebfd6967",
"TrainingClassID": "ba763edf-6c2e-419b-aa6e-96f8dbfda5ff",
"EmailPackageDefinitionID": "46d6a157-8187-4bef-a7cf-cf0be2b4a424",
"InventoryItemID": "5c1a9b4d-6fd0-41c2-b607-6b1b35c72f36",
"Quantity": 1
}
]