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": [
"bf631794-32b7-4bcd-91f3-d1636ed699f0",
"db5e6cef-de1f-4434-bedb-e191db246f89"
]
}
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. |