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": "dd177193-f758-426a-88a7-d41f2601906f",
  "CreatedDateTime": "2025-07-13T02:14:00.6104735-04:00",
  "LastAccessedDateTime": "2025-07-13T02:14:00.6104735-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": "d555b02f-a1a6-4aca-8ff0-5526fb059e52",
  "CreatedDateTime": "2025-07-13T02:14:00.6104735-04:00",
  "LastAccessedDateTime": "2025-07-13T02:14:00.6104735-04:00"
}