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": [
"3074047d-8912-42b5-8c58-eaedb5fc017c",
"8c85192d-88fe-45c9-8c07-6e064ce7df47"
]
}
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. |