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": "67c9efb5-f67d-48a5-8aa1-540f5742c8d8",
"CreatedDateTime": "2026-02-24T13:01:30.4978586-05:00",
"LastAccessedDateTime": "2026-02-24T13:01:30.4978586-05:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ShoppingCartID": "5039e75c-3506-4718-a8c9-7a9766cfdb7a",
"CreatedDateTime": "2026-02-24T13:01:30.4978586-05:00",
"LastAccessedDateTime": "2026-02-24T13:01:30.4978586-05:00"
}