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": "ee9485da-61a9-40cc-b901-f6ede1daf26f",
"ShoppingCartID": "7efeb5ab-6df1-458e-8cb3-b2c323364722",
"TrainingClassID": "1ba56111-85a0-4e5f-a289-9d3bb8d94c66",
"EmailPackageDefinitionID": "607260aa-e86c-4b6b-8ac2-005b121e0ce8",
"InventoryItemID": "8928afe8-7da2-4aca-b9e4-570df76cb4ff",
"Quantity": 1
},
{
"ShoppingCartItemID": "ee9485da-61a9-40cc-b901-f6ede1daf26f",
"ShoppingCartID": "7efeb5ab-6df1-458e-8cb3-b2c323364722",
"TrainingClassID": "1ba56111-85a0-4e5f-a289-9d3bb8d94c66",
"EmailPackageDefinitionID": "607260aa-e86c-4b6b-8ac2-005b121e0ce8",
"InventoryItemID": "8928afe8-7da2-4aca-b9e4-570df76cb4ff",
"Quantity": 1
},
{
"ShoppingCartItemID": "ee9485da-61a9-40cc-b901-f6ede1daf26f",
"ShoppingCartID": "7efeb5ab-6df1-458e-8cb3-b2c323364722",
"TrainingClassID": "1ba56111-85a0-4e5f-a289-9d3bb8d94c66",
"EmailPackageDefinitionID": "607260aa-e86c-4b6b-8ac2-005b121e0ce8",
"InventoryItemID": "8928afe8-7da2-4aca-b9e4-570df76cb4ff",
"Quantity": 1
}
]