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": "5b9b698c-882e-4ce0-ad9b-036e0e6fee5e",
    "ShoppingCartID": "3ed2bb84-dbb1-4d9c-83ee-350c69d6e6f7",
    "TrainingClassID": "33dfabf8-e501-4cb4-9978-23ffc2bc4b9e",
    "EmailPackageDefinitionID": "8c9cf227-b49e-4580-8178-1eae110ce99c",
    "InventoryItemID": "e3b383f4-1792-4212-b771-f4f3778bc2f3",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "5b9b698c-882e-4ce0-ad9b-036e0e6fee5e",
    "ShoppingCartID": "3ed2bb84-dbb1-4d9c-83ee-350c69d6e6f7",
    "TrainingClassID": "33dfabf8-e501-4cb4-9978-23ffc2bc4b9e",
    "EmailPackageDefinitionID": "8c9cf227-b49e-4580-8178-1eae110ce99c",
    "InventoryItemID": "e3b383f4-1792-4212-b771-f4f3778bc2f3",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "5b9b698c-882e-4ce0-ad9b-036e0e6fee5e",
    "ShoppingCartID": "3ed2bb84-dbb1-4d9c-83ee-350c69d6e6f7",
    "TrainingClassID": "33dfabf8-e501-4cb4-9978-23ffc2bc4b9e",
    "EmailPackageDefinitionID": "8c9cf227-b49e-4580-8178-1eae110ce99c",
    "InventoryItemID": "e3b383f4-1792-4212-b771-f4f3778bc2f3",
    "Quantity": 1
  }
]