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": "d2afd49f-a4ad-4ad3-acbc-e04b96a1e6d2",
"ShoppingCartID": "8e6748d1-f771-4122-b4bc-a8731f8bdc8e",
"TrainingClassID": "4f2ca94f-e8df-405b-86fc-d80cef20d1d7",
"EmailPackageDefinitionID": "0b68ba8c-9aad-4121-9bb0-28959b5218d5",
"InventoryItemID": "36d979fc-3d80-4edb-a045-43a2ff93cfbb",
"Quantity": 1
},
{
"ShoppingCartItemID": "d2afd49f-a4ad-4ad3-acbc-e04b96a1e6d2",
"ShoppingCartID": "8e6748d1-f771-4122-b4bc-a8731f8bdc8e",
"TrainingClassID": "4f2ca94f-e8df-405b-86fc-d80cef20d1d7",
"EmailPackageDefinitionID": "0b68ba8c-9aad-4121-9bb0-28959b5218d5",
"InventoryItemID": "36d979fc-3d80-4edb-a045-43a2ff93cfbb",
"Quantity": 1
},
{
"ShoppingCartItemID": "d2afd49f-a4ad-4ad3-acbc-e04b96a1e6d2",
"ShoppingCartID": "8e6748d1-f771-4122-b4bc-a8731f8bdc8e",
"TrainingClassID": "4f2ca94f-e8df-405b-86fc-d80cef20d1d7",
"EmailPackageDefinitionID": "0b68ba8c-9aad-4121-9bb0-28959b5218d5",
"InventoryItemID": "36d979fc-3d80-4edb-a045-43a2ff93cfbb",
"Quantity": 1
}
]