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": "726a4971-2184-4fea-b36b-5747ba4f94e7",
    "ShoppingCartID": "e665a2ff-fb63-4e09-ba96-7db185f20905",
    "TrainingClassID": "31455835-a276-4cc1-a1cb-8aa1b951d06a",
    "EmailPackageDefinitionID": "ada3ef59-8cb7-46d7-bbcf-ee255884b59a",
    "InventoryItemID": "9401cb49-789e-4c0f-907d-58727f7e49ba",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "726a4971-2184-4fea-b36b-5747ba4f94e7",
    "ShoppingCartID": "e665a2ff-fb63-4e09-ba96-7db185f20905",
    "TrainingClassID": "31455835-a276-4cc1-a1cb-8aa1b951d06a",
    "EmailPackageDefinitionID": "ada3ef59-8cb7-46d7-bbcf-ee255884b59a",
    "InventoryItemID": "9401cb49-789e-4c0f-907d-58727f7e49ba",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "726a4971-2184-4fea-b36b-5747ba4f94e7",
    "ShoppingCartID": "e665a2ff-fb63-4e09-ba96-7db185f20905",
    "TrainingClassID": "31455835-a276-4cc1-a1cb-8aa1b951d06a",
    "EmailPackageDefinitionID": "ada3ef59-8cb7-46d7-bbcf-ee255884b59a",
    "InventoryItemID": "9401cb49-789e-4c0f-907d-58727f7e49ba",
    "Quantity": 1
  }
]