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": "3c6b6ab4-a8a2-45b2-a8e5-3afbcf6bd6ce",
    "ShoppingCartID": "67b14918-550a-4756-b021-1b025962f814",
    "TrainingClassID": "3612f75b-db53-423f-9db0-190c1edeaf02",
    "EmailPackageDefinitionID": "8017a8ea-be44-4e3f-9cdc-71b99225cacb",
    "InventoryItemID": "628eb132-55a3-454d-b8c7-561a97be4da2",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "3c6b6ab4-a8a2-45b2-a8e5-3afbcf6bd6ce",
    "ShoppingCartID": "67b14918-550a-4756-b021-1b025962f814",
    "TrainingClassID": "3612f75b-db53-423f-9db0-190c1edeaf02",
    "EmailPackageDefinitionID": "8017a8ea-be44-4e3f-9cdc-71b99225cacb",
    "InventoryItemID": "628eb132-55a3-454d-b8c7-561a97be4da2",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "3c6b6ab4-a8a2-45b2-a8e5-3afbcf6bd6ce",
    "ShoppingCartID": "67b14918-550a-4756-b021-1b025962f814",
    "TrainingClassID": "3612f75b-db53-423f-9db0-190c1edeaf02",
    "EmailPackageDefinitionID": "8017a8ea-be44-4e3f-9cdc-71b99225cacb",
    "InventoryItemID": "628eb132-55a3-454d-b8c7-561a97be4da2",
    "Quantity": 1
  }
]