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": "5e3a53d5-5425-4672-a989-3b1f2883db3a",
"CreatedDateTime": "2026-07-19T11:57:31.7084326-04:00",
"LastAccessedDateTime": "2026-07-19T11:57:31.7084326-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": "50c40072-21cf-4f30-8331-573c2ba58513",
"CreatedDateTime": "2026-07-19T11:57:31.7084326-04:00",
"LastAccessedDateTime": "2026-07-19T11:57:31.7084326-04:00"
}