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": "8aa353a8-1967-4d07-a156-9e26b4be6a9c",
  "CreatedDateTime": "2025-07-12T06:08:00.1784122-04:00",
  "LastAccessedDateTime": "2025-07-12T06:08:00.1784122-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": "c69538ca-d08d-45fa-ae57-89cf90744e98",
  "CreatedDateTime": "2025-07-12T06:08:00.1784122-04:00",
  "LastAccessedDateTime": "2025-07-12T06:08:00.1784122-04:00"
}