GET v1/store/login/user/orders/wishList/validations
Validates the wish list of the current user.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CartItemValidationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderItemID |
The unique ID of the order item. |
globally unique identifier |
None. |
| Error |
The error details. |
ErrorModel |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"OrderItemID": "71807ad5-f537-43d4-b560-dbe290f46141",
"Error": {
"Type": 1,
"Level": 1,
"Message": "sample string 1",
"Data": {}
}
},
{
"OrderItemID": "71807ad5-f537-43d4-b560-dbe290f46141",
"Error": {
"Type": 1,
"Level": 1,
"Message": "sample string 1",
"Data": {}
}
}
]