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": "65c4e88d-c4c5-40c1-b362-623a921fe03e",
"CreatedDateTime": "2026-03-13T05:49:53.0147171-04:00",
"LastAccessedDateTime": "2026-03-13T05:49:53.0147171-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": "f8a534ae-c3cf-43ef-9801-0b2e3e3ecd90",
"CreatedDateTime": "2026-03-13T05:49:53.0147171-04:00",
"LastAccessedDateTime": "2026-03-13T05:49:53.0147171-04:00"
}