GET v1/store/login/user/orders/cart/lists
Gets list of the existing user cart lists in the store.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Returns collection of the cart list items.
Collection of CartListModelName | Description | Type | Additional information |
---|---|---|---|
ID |
Cart list ID. |
globally unique identifier |
None. |
ExternalID |
Cart list external ID. |
string |
None. |
Name |
Cart list name. |
string |
None. |
ExternalUrl |
Cart list external URL. |
string |
None. |
ExportDate |
Cart list export date. |
date |
None. |
ModificationDate |
Cart list modification date. |
date |
None. |
SortingDate |
Cart list sorting date. |
date |
None. |
ItemsCount |
Amount of the order products assigned to the cart list. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ID": "e27a58be-6a3a-456f-b1b3-101414032c69", "ExternalID": "sample string 1", "Name": "sample string 2", "ExternalUrl": "sample string 3", "ExportDate": "2025-05-28T06:08:24.5278473+01:00", "ModificationDate": "2025-05-28T06:08:24.5278473+01:00", "SortingDate": "2025-05-28T06:08:24.5278473+01:00", "ItemsCount": 4 }, { "ID": "e27a58be-6a3a-456f-b1b3-101414032c69", "ExternalID": "sample string 1", "Name": "sample string 2", "ExternalUrl": "sample string 3", "ExportDate": "2025-05-28T06:08:24.5278473+01:00", "ModificationDate": "2025-05-28T06:08:24.5278473+01:00", "SortingDate": "2025-05-28T06:08:24.5278473+01:00", "ItemsCount": 4 } ]