POST v1/store/login/user/orders/wishList/clear
Clears the wish list of the current user.
Request Information
URI Parameters
None.
Body Parameters
WishListClearModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderItemIDs |
The list of the wish list item identifiers. Can be null. If it is null then all wish list items will be removed. |
Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderItemIDs": [
"73b5b67f-a058-4ad4-a49a-921f6c6c5611",
"aa7ea31c-cbf3-4cfa-823d-1102db7ce345"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |