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": "b67fb711-6634-447a-9e5a-9dff5050fa86",
    "ShoppingCartID": "5dbb2c91-6e62-40d6-828a-8bbfbe125f93",
    "TrainingClassID": "69a96eed-f07a-41b7-8d21-06c1746dbb44",
    "EmailPackageDefinitionID": "d42e72ac-fbef-4895-b505-4a88f8686a36",
    "InventoryItemID": "ce72d139-42d8-4817-be15-088752566e5c",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "b67fb711-6634-447a-9e5a-9dff5050fa86",
    "ShoppingCartID": "5dbb2c91-6e62-40d6-828a-8bbfbe125f93",
    "TrainingClassID": "69a96eed-f07a-41b7-8d21-06c1746dbb44",
    "EmailPackageDefinitionID": "d42e72ac-fbef-4895-b505-4a88f8686a36",
    "InventoryItemID": "ce72d139-42d8-4817-be15-088752566e5c",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "b67fb711-6634-447a-9e5a-9dff5050fa86",
    "ShoppingCartID": "5dbb2c91-6e62-40d6-828a-8bbfbe125f93",
    "TrainingClassID": "69a96eed-f07a-41b7-8d21-06c1746dbb44",
    "EmailPackageDefinitionID": "d42e72ac-fbef-4895-b505-4a88f8686a36",
    "InventoryItemID": "ce72d139-42d8-4817-be15-088752566e5c",
    "Quantity": 1
  }
]