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": [
"50692766-3363-44e8-b606-464a38a8d4c8",
"d7f1dd1f-e8f3-41e9-aefd-e1748bfd3736"
]
}
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. |