GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "66837eb7-9fda-41cd-a988-3192316e795f",
    "ShoppingCartID": "5b7a026a-a9ae-4689-86dd-ebc0df3afc86",
    "TrainingClassID": "58fd30c1-3504-49c2-b1a7-8b87b534d606",
    "EmailPackageDefinitionID": "11ea7dc5-dd03-4dd6-b9be-e2e75989cd99",
    "InventoryItemID": "ee95b8b8-794a-4b27-8fc1-bcfb9dc818d6",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "66837eb7-9fda-41cd-a988-3192316e795f",
    "ShoppingCartID": "5b7a026a-a9ae-4689-86dd-ebc0df3afc86",
    "TrainingClassID": "58fd30c1-3504-49c2-b1a7-8b87b534d606",
    "EmailPackageDefinitionID": "11ea7dc5-dd03-4dd6-b9be-e2e75989cd99",
    "InventoryItemID": "ee95b8b8-794a-4b27-8fc1-bcfb9dc818d6",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "66837eb7-9fda-41cd-a988-3192316e795f",
    "ShoppingCartID": "5b7a026a-a9ae-4689-86dd-ebc0df3afc86",
    "TrainingClassID": "58fd30c1-3504-49c2-b1a7-8b87b534d606",
    "EmailPackageDefinitionID": "11ea7dc5-dd03-4dd6-b9be-e2e75989cd99",
    "InventoryItemID": "ee95b8b8-794a-4b27-8fc1-bcfb9dc818d6",
    "Quantity": 1
  }
]