GET api/ShoppingCart/{cartid}/ShoppingCartItem

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "7a973748-8520-4369-88fb-bb0b0965b0d9",
    "ShoppingCartID": "2ad0d5e4-d3b6-400a-b80c-e47d05043b86",
    "TrainingClassID": "86387c7f-6f57-4649-859e-2fd61c020b11",
    "EmailPackageDefinitionID": "55c8dd50-304f-4ac9-8de0-00b76825c936",
    "InventoryItemID": "d96cf6cb-7dbf-456d-95f4-162236c4836c",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "7a973748-8520-4369-88fb-bb0b0965b0d9",
    "ShoppingCartID": "2ad0d5e4-d3b6-400a-b80c-e47d05043b86",
    "TrainingClassID": "86387c7f-6f57-4649-859e-2fd61c020b11",
    "EmailPackageDefinitionID": "55c8dd50-304f-4ac9-8de0-00b76825c936",
    "InventoryItemID": "d96cf6cb-7dbf-456d-95f4-162236c4836c",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "7a973748-8520-4369-88fb-bb0b0965b0d9",
    "ShoppingCartID": "2ad0d5e4-d3b6-400a-b80c-e47d05043b86",
    "TrainingClassID": "86387c7f-6f57-4649-859e-2fd61c020b11",
    "EmailPackageDefinitionID": "55c8dd50-304f-4ac9-8de0-00b76825c936",
    "InventoryItemID": "d96cf6cb-7dbf-456d-95f4-162236c4836c",
    "Quantity": 1
  }
]