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": "9f2e61ea-f1e6-44de-b29e-c3075f18f2cf",
    "ShoppingCartID": "f89564b4-20aa-4d1e-87c9-36bd21ba410c",
    "TrainingClassID": "33b0c17d-8eda-4b59-b1e8-0f846c67cfe0",
    "EmailPackageDefinitionID": "fe6cc97c-f67b-4334-91e8-9383f1f671d2",
    "InventoryItemID": "3c087b81-bd0a-461f-b6ef-0d2381355594",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "9f2e61ea-f1e6-44de-b29e-c3075f18f2cf",
    "ShoppingCartID": "f89564b4-20aa-4d1e-87c9-36bd21ba410c",
    "TrainingClassID": "33b0c17d-8eda-4b59-b1e8-0f846c67cfe0",
    "EmailPackageDefinitionID": "fe6cc97c-f67b-4334-91e8-9383f1f671d2",
    "InventoryItemID": "3c087b81-bd0a-461f-b6ef-0d2381355594",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "9f2e61ea-f1e6-44de-b29e-c3075f18f2cf",
    "ShoppingCartID": "f89564b4-20aa-4d1e-87c9-36bd21ba410c",
    "TrainingClassID": "33b0c17d-8eda-4b59-b1e8-0f846c67cfe0",
    "EmailPackageDefinitionID": "fe6cc97c-f67b-4334-91e8-9383f1f671d2",
    "InventoryItemID": "3c087b81-bd0a-461f-b6ef-0d2381355594",
    "Quantity": 1
  }
]