PUT v1/store/login/user/orders/wishList/{orderItemID}

Updates the item of the wish list of the current user.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orderItemID

The unique ID of the wish list item.

globally unique identifier

Required

Body Parameters

The wish list item update model.

WishListItemUpdateModel
NameDescriptionTypeAdditional information
Nickname

The nickname of the wish list item. If null is specified, the value does not change, the original value is preserved.

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Nickname": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.