GET v1/store/login/user/orders/wishList
Gets the wish list information of the current user.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Returns the wish list information of the current user.
WishListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Items |
The list of the items from the wish list in the cart. |
Collection of CartItemModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Items": [
{
"OrderItemID": "7a5eeb88-f387-41ce-989a-962abc22022e",
"Product": {
"ProductID": "f49ede21-6a3e-4c72-90c5-0d7f70c13534",
"Name": "sample string 2",
"CatalogNumber": "sample string 3",
"Unit": {
"ItemQuantity": 1,
"ItemType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
},
"PackType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
}
},
"HasPricing": true
},
"Nickname": "sample string 2",
"Checked": true,
"OriginalOrderFriendlyID": 1,
"EditUrl": "sample string 4",
"QuantityPerRecipient": 1,
"NumRecipients": 5,
"Quantity": 6,
"Properties": [
{
"Name": "sample string 1",
"Value": "sample string 2",
"ComponentRange": "sample string 3",
"ComponentName": "sample string 4",
"ConvertToClientTimeZone": true
},
{
"Name": "sample string 1",
"Value": "sample string 2",
"ComponentRange": "sample string 3",
"ComponentName": "sample string 4",
"ConvertToClientTimeZone": true
}
],
"SubItems": [
{
"Product": {
"ProductID": "f49ede21-6a3e-4c72-90c5-0d7f70c13534",
"Name": "sample string 2",
"CatalogNumber": "sample string 3",
"Unit": {
"ItemQuantity": 1,
"ItemType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
},
"PackType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
}
},
"HasPricing": true
},
"Quantity": 1
},
{
"Product": {
"ProductID": "f49ede21-6a3e-4c72-90c5-0d7f70c13534",
"Name": "sample string 2",
"CatalogNumber": "sample string 3",
"Unit": {
"ItemQuantity": 1,
"ItemType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
},
"PackType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
}
},
"HasPricing": true
},
"Quantity": 1
}
],
"Thumbnail": {
"Url": "sample string 1"
},
"ProofStatus": 1,
"Attributes": [
{
"Name": "sample string 1",
"Value": "sample string 2"
},
{
"Name": "sample string 1",
"Value": "sample string 2"
}
]
},
{
"OrderItemID": "7a5eeb88-f387-41ce-989a-962abc22022e",
"Product": {
"ProductID": "f49ede21-6a3e-4c72-90c5-0d7f70c13534",
"Name": "sample string 2",
"CatalogNumber": "sample string 3",
"Unit": {
"ItemQuantity": 1,
"ItemType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
},
"PackType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
}
},
"HasPricing": true
},
"Nickname": "sample string 2",
"Checked": true,
"OriginalOrderFriendlyID": 1,
"EditUrl": "sample string 4",
"QuantityPerRecipient": 1,
"NumRecipients": 5,
"Quantity": 6,
"Properties": [
{
"Name": "sample string 1",
"Value": "sample string 2",
"ComponentRange": "sample string 3",
"ComponentName": "sample string 4",
"ConvertToClientTimeZone": true
},
{
"Name": "sample string 1",
"Value": "sample string 2",
"ComponentRange": "sample string 3",
"ComponentName": "sample string 4",
"ConvertToClientTimeZone": true
}
],
"SubItems": [
{
"Product": {
"ProductID": "f49ede21-6a3e-4c72-90c5-0d7f70c13534",
"Name": "sample string 2",
"CatalogNumber": "sample string 3",
"Unit": {
"ItemQuantity": 1,
"ItemType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
},
"PackType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
}
},
"HasPricing": true
},
"Quantity": 1
},
{
"Product": {
"ProductID": "f49ede21-6a3e-4c72-90c5-0d7f70c13534",
"Name": "sample string 2",
"CatalogNumber": "sample string 3",
"Unit": {
"ItemQuantity": 1,
"ItemType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
},
"PackType": {
"Name": "sample string 1",
"PluralName": "sample string 2"
}
},
"HasPricing": true
},
"Quantity": 1
}
],
"Thumbnail": {
"Url": "sample string 1"
},
"ProofStatus": 1,
"Attributes": [
{
"Name": "sample string 1",
"Value": "sample string 2"
},
{
"Name": "sample string 1",
"Value": "sample string 2"
}
]
}
]
}