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": "2b2210ff-c029-4609-9e95-eb007167646e",
    "ShoppingCartID": "fee9bcdd-4f39-4715-ae2d-abd6dcb9ecf3",
    "TrainingClassID": "d7490bc9-4cf9-4829-909e-4be1213784e9",
    "EmailPackageDefinitionID": "d3a5b272-78e7-4e9e-aacf-2d0601154298",
    "InventoryItemID": "eeb4c3b7-38cc-435b-9a43-b3cd4962baf6",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "2b2210ff-c029-4609-9e95-eb007167646e",
    "ShoppingCartID": "fee9bcdd-4f39-4715-ae2d-abd6dcb9ecf3",
    "TrainingClassID": "d7490bc9-4cf9-4829-909e-4be1213784e9",
    "EmailPackageDefinitionID": "d3a5b272-78e7-4e9e-aacf-2d0601154298",
    "InventoryItemID": "eeb4c3b7-38cc-435b-9a43-b3cd4962baf6",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "2b2210ff-c029-4609-9e95-eb007167646e",
    "ShoppingCartID": "fee9bcdd-4f39-4715-ae2d-abd6dcb9ecf3",
    "TrainingClassID": "d7490bc9-4cf9-4829-909e-4be1213784e9",
    "EmailPackageDefinitionID": "d3a5b272-78e7-4e9e-aacf-2d0601154298",
    "InventoryItemID": "eeb4c3b7-38cc-435b-9a43-b3cd4962baf6",
    "Quantity": 1
  }
]