POST v1/store/login/user/orders/cart/lists/{listID}/duplicate
Duplicates cart list by ID.
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
ActivityCreateResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ActivityID |
The unique ID of the activity |
globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"ActivityID": "15e4aadd-a2e5-4392-912d-708b2a7ff039"
}