POST v1/store/login/user/orders/cart/lists/{listID}/export
Exports cart list data by ID to the 3rd party service that was assigned to the store.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| listID |
Cart list's ID. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns export results.
CartListExportResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ExternalUrl |
External URL from the cart export web-hook. |
string |
None. |
| RedirectUrl |
Redirect URL from the cart export web-hook. |
string |
None. |
| ExportDate |
Export date from the cart export web-hook. |
date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExternalUrl": "sample string 1",
"RedirectUrl": "sample string 2",
"ExportDate": "2025-12-16T11:31:29.977964+01:00"
}