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": "ccd59c61-0045-4a7b-a64b-f151b0b0b6ff",
    "ShoppingCartID": "26d55f8e-f035-4f80-a298-ba0ed3e7bb2f",
    "TrainingClassID": "9384f167-a327-4c1e-a517-b7cfd926251b",
    "EmailPackageDefinitionID": "acf468d3-2767-4aa4-b2de-c838f34eaf2d",
    "InventoryItemID": "c65e18e8-72c2-4a98-a2e2-585976238e54",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "ccd59c61-0045-4a7b-a64b-f151b0b0b6ff",
    "ShoppingCartID": "26d55f8e-f035-4f80-a298-ba0ed3e7bb2f",
    "TrainingClassID": "9384f167-a327-4c1e-a517-b7cfd926251b",
    "EmailPackageDefinitionID": "acf468d3-2767-4aa4-b2de-c838f34eaf2d",
    "InventoryItemID": "c65e18e8-72c2-4a98-a2e2-585976238e54",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "ccd59c61-0045-4a7b-a64b-f151b0b0b6ff",
    "ShoppingCartID": "26d55f8e-f035-4f80-a298-ba0ed3e7bb2f",
    "TrainingClassID": "9384f167-a327-4c1e-a517-b7cfd926251b",
    "EmailPackageDefinitionID": "acf468d3-2767-4aa4-b2de-c838f34eaf2d",
    "InventoryItemID": "c65e18e8-72c2-4a98-a2e2-585976238e54",
    "Quantity": 1
  }
]