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": [
"774fe593-f328-4441-a9d2-8404c3f1940e",
"1bc4b4a2-8276-4714-ae3b-94e95aeb0059"
]
}
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. |