GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "b0afe132-b47e-44db-8320-5243c9e6e3d1",
    "ShoppingCartID": "03a20c6e-6a3a-42b9-a247-71a8ac93ca04",
    "TrainingClassID": "d2202b69-b94e-4e87-9267-88e78eb0ee0e",
    "EmailPackageDefinitionID": "333b8baf-cfcf-4e59-9b8e-9a802dbd916e",
    "InventoryItemID": "b7022ef0-70da-4214-b9cb-f97988957592",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "b0afe132-b47e-44db-8320-5243c9e6e3d1",
    "ShoppingCartID": "03a20c6e-6a3a-42b9-a247-71a8ac93ca04",
    "TrainingClassID": "d2202b69-b94e-4e87-9267-88e78eb0ee0e",
    "EmailPackageDefinitionID": "333b8baf-cfcf-4e59-9b8e-9a802dbd916e",
    "InventoryItemID": "b7022ef0-70da-4214-b9cb-f97988957592",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "b0afe132-b47e-44db-8320-5243c9e6e3d1",
    "ShoppingCartID": "03a20c6e-6a3a-42b9-a247-71a8ac93ca04",
    "TrainingClassID": "d2202b69-b94e-4e87-9267-88e78eb0ee0e",
    "EmailPackageDefinitionID": "333b8baf-cfcf-4e59-9b8e-9a802dbd916e",
    "InventoryItemID": "b7022ef0-70da-4214-b9cb-f97988957592",
    "Quantity": 1
  }
]