GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "ed81b1bd-9f0a-4b5a-824f-5780268647e7",
    "ShoppingCartID": "9b22a4c0-422d-4d1d-ab6a-0f7c060d69d6",
    "TrainingClassID": "3919f5ab-0923-488f-b7e4-ffee3659b169",
    "EmailPackageDefinitionID": "3fb5409a-c4bb-4d9a-8ce1-480384418327",
    "InventoryItemID": "ae240d0f-f313-48e8-b1e4-a70a09026dcf",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "ed81b1bd-9f0a-4b5a-824f-5780268647e7",
    "ShoppingCartID": "9b22a4c0-422d-4d1d-ab6a-0f7c060d69d6",
    "TrainingClassID": "3919f5ab-0923-488f-b7e4-ffee3659b169",
    "EmailPackageDefinitionID": "3fb5409a-c4bb-4d9a-8ce1-480384418327",
    "InventoryItemID": "ae240d0f-f313-48e8-b1e4-a70a09026dcf",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "ed81b1bd-9f0a-4b5a-824f-5780268647e7",
    "ShoppingCartID": "9b22a4c0-422d-4d1d-ab6a-0f7c060d69d6",
    "TrainingClassID": "3919f5ab-0923-488f-b7e4-ffee3659b169",
    "EmailPackageDefinitionID": "3fb5409a-c4bb-4d9a-8ce1-480384418327",
    "InventoryItemID": "ae240d0f-f313-48e8-b1e4-a70a09026dcf",
    "Quantity": 1
  }
]