GET api/ShoppingCart

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartID": "1a241f0a-eafb-48fc-b1a5-79f3811df4c5",
    "CreatedDateTime": "2025-07-02T21:53:13.9204153-04:00",
    "LastAccessedDateTime": "2025-07-02T21:53:13.9204153-04:00"
  },
  {
    "ShoppingCartID": "1a241f0a-eafb-48fc-b1a5-79f3811df4c5",
    "CreatedDateTime": "2025-07-02T21:53:13.9204153-04:00",
    "LastAccessedDateTime": "2025-07-02T21:53:13.9204153-04:00"
  },
  {
    "ShoppingCartID": "1a241f0a-eafb-48fc-b1a5-79f3811df4c5",
    "CreatedDateTime": "2025-07-02T21:53:13.9204153-04:00",
    "LastAccessedDateTime": "2025-07-02T21:53:13.9204153-04:00"
  }
]