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": "01a9f5e3-d22e-4242-b8ed-e462b3bf223a",
    "ShoppingCartID": "933aefdd-7770-477c-87fc-58c4989e28fc",
    "TrainingClassID": "36cb0dfa-9a32-4b55-80d8-c584bbe68fd5",
    "EmailPackageDefinitionID": "cff433d7-805f-4d4c-bba8-60ef23bbb926",
    "InventoryItemID": "1fa64832-f8eb-41e8-ac41-847c0a70c5d6",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "01a9f5e3-d22e-4242-b8ed-e462b3bf223a",
    "ShoppingCartID": "933aefdd-7770-477c-87fc-58c4989e28fc",
    "TrainingClassID": "36cb0dfa-9a32-4b55-80d8-c584bbe68fd5",
    "EmailPackageDefinitionID": "cff433d7-805f-4d4c-bba8-60ef23bbb926",
    "InventoryItemID": "1fa64832-f8eb-41e8-ac41-847c0a70c5d6",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "01a9f5e3-d22e-4242-b8ed-e462b3bf223a",
    "ShoppingCartID": "933aefdd-7770-477c-87fc-58c4989e28fc",
    "TrainingClassID": "36cb0dfa-9a32-4b55-80d8-c584bbe68fd5",
    "EmailPackageDefinitionID": "cff433d7-805f-4d4c-bba8-60ef23bbb926",
    "InventoryItemID": "1fa64832-f8eb-41e8-ac41-847c0a70c5d6",
    "Quantity": 1
  }
]