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": "17a04cd2-e5a0-4e08-94de-65815c23c965",
    "ShoppingCartID": "4c0e0a7b-b71b-49d7-b9ce-5bfd9b5c5337",
    "TrainingClassID": "c32aa26f-5522-424a-b2bc-fee1b9e2e656",
    "EmailPackageDefinitionID": "e11551a6-b4dc-4d28-8e32-b3fb05015454",
    "InventoryItemID": "2232c2dc-728b-4585-aab1-6b220638bdbb",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "17a04cd2-e5a0-4e08-94de-65815c23c965",
    "ShoppingCartID": "4c0e0a7b-b71b-49d7-b9ce-5bfd9b5c5337",
    "TrainingClassID": "c32aa26f-5522-424a-b2bc-fee1b9e2e656",
    "EmailPackageDefinitionID": "e11551a6-b4dc-4d28-8e32-b3fb05015454",
    "InventoryItemID": "2232c2dc-728b-4585-aab1-6b220638bdbb",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "17a04cd2-e5a0-4e08-94de-65815c23c965",
    "ShoppingCartID": "4c0e0a7b-b71b-49d7-b9ce-5bfd9b5c5337",
    "TrainingClassID": "c32aa26f-5522-424a-b2bc-fee1b9e2e656",
    "EmailPackageDefinitionID": "e11551a6-b4dc-4d28-8e32-b3fb05015454",
    "InventoryItemID": "2232c2dc-728b-4585-aab1-6b220638bdbb",
    "Quantity": 1
  }
]