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": "8b4c37fb-8c03-4e79-a3bd-e53a0be6e1d8",
"ShoppingCartID": "cebbdc0d-6083-47c4-9974-dc4bdf03e05b",
"TrainingClassID": "610b4f70-37f5-4321-b124-1dd5b07c6ac7",
"EmailPackageDefinitionID": "5092fc74-0bee-4969-8b09-d49df4a676a4",
"InventoryItemID": "3e20dc9b-a397-4b64-a1fb-28abfe5e7214",
"Quantity": 1
},
{
"ShoppingCartItemID": "8b4c37fb-8c03-4e79-a3bd-e53a0be6e1d8",
"ShoppingCartID": "cebbdc0d-6083-47c4-9974-dc4bdf03e05b",
"TrainingClassID": "610b4f70-37f5-4321-b124-1dd5b07c6ac7",
"EmailPackageDefinitionID": "5092fc74-0bee-4969-8b09-d49df4a676a4",
"InventoryItemID": "3e20dc9b-a397-4b64-a1fb-28abfe5e7214",
"Quantity": 1
},
{
"ShoppingCartItemID": "8b4c37fb-8c03-4e79-a3bd-e53a0be6e1d8",
"ShoppingCartID": "cebbdc0d-6083-47c4-9974-dc4bdf03e05b",
"TrainingClassID": "610b4f70-37f5-4321-b124-1dd5b07c6ac7",
"EmailPackageDefinitionID": "5092fc74-0bee-4969-8b09-d49df4a676a4",
"InventoryItemID": "3e20dc9b-a397-4b64-a1fb-28abfe5e7214",
"Quantity": 1
}
]