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": "c6b6d643-f916-4e40-acda-facedcaa7abb",
  "CreatedDateTime": "2025-09-13T13:54:28.2850618-04:00",
  "LastAccessedDateTime": "2025-09-13T13:54:28.2850618-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": "46eaf098-c343-4d2f-924d-e65a59fc8e84",
  "CreatedDateTime": "2025-09-13T13:54:28.2850618-04:00",
  "LastAccessedDateTime": "2025-09-13T13:54:28.2850618-04:00"
}