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": "febf9e76-58b9-4148-af52-e4eac8906460",
"ShoppingCartID": "68eb2c62-c219-423b-8375-f5efc53a853c",
"TrainingClassID": "e9a7dca5-cc7b-4241-a439-105c1f44c98e",
"EmailPackageDefinitionID": "95ad9abe-4328-4d45-9f96-10a509e123bf",
"InventoryItemID": "82ba9864-ab78-4d3a-b0b0-5423a685e997",
"Quantity": 1
},
{
"ShoppingCartItemID": "febf9e76-58b9-4148-af52-e4eac8906460",
"ShoppingCartID": "68eb2c62-c219-423b-8375-f5efc53a853c",
"TrainingClassID": "e9a7dca5-cc7b-4241-a439-105c1f44c98e",
"EmailPackageDefinitionID": "95ad9abe-4328-4d45-9f96-10a509e123bf",
"InventoryItemID": "82ba9864-ab78-4d3a-b0b0-5423a685e997",
"Quantity": 1
},
{
"ShoppingCartItemID": "febf9e76-58b9-4148-af52-e4eac8906460",
"ShoppingCartID": "68eb2c62-c219-423b-8375-f5efc53a853c",
"TrainingClassID": "e9a7dca5-cc7b-4241-a439-105c1f44c98e",
"EmailPackageDefinitionID": "95ad9abe-4328-4d45-9f96-10a509e123bf",
"InventoryItemID": "82ba9864-ab78-4d3a-b0b0-5423a685e997",
"Quantity": 1
}
]