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": "0e19abcf-01bf-4b59-8b72-46b7f5839d55",
"ShoppingCartID": "c0e95f70-9aa6-44da-97f4-ed9a0d5ab190",
"TrainingClassID": "6ce32b95-5c95-4f14-9317-c11676fe24ef",
"EmailPackageDefinitionID": "4e0ab447-a07a-416a-b1b0-9b008bf8b88e",
"InventoryItemID": "37b28ebb-2461-44ca-9ac3-dfe491bac9e3",
"Quantity": 1
},
{
"ShoppingCartItemID": "0e19abcf-01bf-4b59-8b72-46b7f5839d55",
"ShoppingCartID": "c0e95f70-9aa6-44da-97f4-ed9a0d5ab190",
"TrainingClassID": "6ce32b95-5c95-4f14-9317-c11676fe24ef",
"EmailPackageDefinitionID": "4e0ab447-a07a-416a-b1b0-9b008bf8b88e",
"InventoryItemID": "37b28ebb-2461-44ca-9ac3-dfe491bac9e3",
"Quantity": 1
},
{
"ShoppingCartItemID": "0e19abcf-01bf-4b59-8b72-46b7f5839d55",
"ShoppingCartID": "c0e95f70-9aa6-44da-97f4-ed9a0d5ab190",
"TrainingClassID": "6ce32b95-5c95-4f14-9317-c11676fe24ef",
"EmailPackageDefinitionID": "4e0ab447-a07a-416a-b1b0-9b008bf8b88e",
"InventoryItemID": "37b28ebb-2461-44ca-9ac3-dfe491bac9e3",
"Quantity": 1
}
]