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": "117581d7-b317-46db-b606-08eb13e87f21",
    "ShoppingCartID": "88fe72c9-a92b-4473-a7eb-73d9afdf0e9e",
    "TrainingClassID": "2a8669be-5b44-4ba1-ae90-a71a1ed61fd7",
    "EmailPackageDefinitionID": "1b786058-eef5-46f2-a864-52392a517380",
    "InventoryItemID": "27e2b461-3429-4c92-8f54-edf703173342",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "117581d7-b317-46db-b606-08eb13e87f21",
    "ShoppingCartID": "88fe72c9-a92b-4473-a7eb-73d9afdf0e9e",
    "TrainingClassID": "2a8669be-5b44-4ba1-ae90-a71a1ed61fd7",
    "EmailPackageDefinitionID": "1b786058-eef5-46f2-a864-52392a517380",
    "InventoryItemID": "27e2b461-3429-4c92-8f54-edf703173342",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "117581d7-b317-46db-b606-08eb13e87f21",
    "ShoppingCartID": "88fe72c9-a92b-4473-a7eb-73d9afdf0e9e",
    "TrainingClassID": "2a8669be-5b44-4ba1-ae90-a71a1ed61fd7",
    "EmailPackageDefinitionID": "1b786058-eef5-46f2-a864-52392a517380",
    "InventoryItemID": "27e2b461-3429-4c92-8f54-edf703173342",
    "Quantity": 1
  }
]