PUT v1/store/login/user/orders/cart/lists/{listID}
Updates cart list data by ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| listID |
Cart list's ID. |
globally unique identifier |
Required |
Body Parameters
Cart list update model.
CartListUpdateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
Cart list name. |
string |
None. |
| ExternalID |
Cart list external ID. |
string |
None. |
| ExternalUrl |
Cart list external URL. |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"ExternalID": "sample string 2",
"ExternalUrl": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.