POST api/ShoppingCart

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
session_shoppingcart
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ShoppingCartID": "516d82d1-fd66-4ce7-8822-8793584ea6d7",
  "CreatedDateTime": "2026-09-10T00:10:37.5565193-04:00",
  "LastAccessedDateTime": "2026-09-10T00:10:37.5565193-04:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ShoppingCartID": "7e4b2905-ed25-4484-b2c3-77bc1b220c8c",
  "CreatedDateTime": "2026-09-10T00:10:37.5721294-04:00",
  "LastAccessedDateTime": "2026-09-10T00:10:37.5721294-04:00"
}