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": "61d3e38e-522b-4cac-a194-075015984f52",
    "ShoppingCartID": "30e560f6-3ad8-48b9-98a9-0ebc34d995c9",
    "TrainingClassID": "b56f6e91-3c50-4f07-9235-c051fbb5ef3d",
    "EmailPackageDefinitionID": "9307a10b-6bf1-4832-bc43-01f3940b3fb9",
    "InventoryItemID": "ae69d545-2c34-4575-aa7b-4fc453324031",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "61d3e38e-522b-4cac-a194-075015984f52",
    "ShoppingCartID": "30e560f6-3ad8-48b9-98a9-0ebc34d995c9",
    "TrainingClassID": "b56f6e91-3c50-4f07-9235-c051fbb5ef3d",
    "EmailPackageDefinitionID": "9307a10b-6bf1-4832-bc43-01f3940b3fb9",
    "InventoryItemID": "ae69d545-2c34-4575-aa7b-4fc453324031",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "61d3e38e-522b-4cac-a194-075015984f52",
    "ShoppingCartID": "30e560f6-3ad8-48b9-98a9-0ebc34d995c9",
    "TrainingClassID": "b56f6e91-3c50-4f07-9235-c051fbb5ef3d",
    "EmailPackageDefinitionID": "9307a10b-6bf1-4832-bc43-01f3940b3fb9",
    "InventoryItemID": "ae69d545-2c34-4575-aa7b-4fc453324031",
    "Quantity": 1
  }
]