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": "b2c9c5ea-ae06-428a-86b1-90bc3b9cecaa",
"CreatedDateTime": "2026-07-26T19:39:31.394872-04:00",
"LastAccessedDateTime": "2026-07-26T19:39:31.394872-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": "399ff423-9e03-4c8a-becf-f296e06bd986",
"CreatedDateTime": "2026-07-26T19:39:31.394872-04:00",
"LastAccessedDateTime": "2026-07-26T19:39:31.394872-04:00"
}