POST api/ShoppingCart
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| session_shoppingcart | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ShoppingCartID": "13fb1c23-94a4-492a-90bd-377669d4f583",
"CreatedDateTime": "2026-04-27T13:36:06.9843339-04:00",
"LastAccessedDateTime": "2026-04-27T13:36:06.9843339-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": "eab6f2c3-1a8d-4a6c-b346-946f85a44181",
"CreatedDateTime": "2026-04-27T13:36:06.9999208-04:00",
"LastAccessedDateTime": "2026-04-27T13:36:06.9999208-04:00"
}