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": "3d4a5ef3-99f1-4d30-b6a1-860e3455ede2",
    "ShoppingCartID": "b0863dba-92b2-4a8c-b564-27ec74788982",
    "TrainingClassID": "b6463bb6-8ad3-4d88-8014-593d2679e60f",
    "EmailPackageDefinitionID": "aee04a60-ebc8-459b-ab23-f9c7db25c960",
    "InventoryItemID": "960b1d98-5f61-455d-8880-a845147383d3",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "3d4a5ef3-99f1-4d30-b6a1-860e3455ede2",
    "ShoppingCartID": "b0863dba-92b2-4a8c-b564-27ec74788982",
    "TrainingClassID": "b6463bb6-8ad3-4d88-8014-593d2679e60f",
    "EmailPackageDefinitionID": "aee04a60-ebc8-459b-ab23-f9c7db25c960",
    "InventoryItemID": "960b1d98-5f61-455d-8880-a845147383d3",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "3d4a5ef3-99f1-4d30-b6a1-860e3455ede2",
    "ShoppingCartID": "b0863dba-92b2-4a8c-b564-27ec74788982",
    "TrainingClassID": "b6463bb6-8ad3-4d88-8014-593d2679e60f",
    "EmailPackageDefinitionID": "aee04a60-ebc8-459b-ab23-f9c7db25c960",
    "InventoryItemID": "960b1d98-5f61-455d-8880-a845147383d3",
    "Quantity": 1
  }
]