Get all shopper's wish lists
The following example shows how to get all shopper's wish lists.
Request
GET /wcs/resources/store/10101/wishlist/@self HTTPS/1.1
Host: testserver.mycompany.com
Content-Type: application/json
Response
HTTPS/1.1 200 OK
Content-Type: application/json
{
"GiftList": [
{
"accessSpecifier": "Private",
"createdTime": "2011-11-18T19:23:54.433Z",
"description": "test wishlist with one item",
"event": "WishList",
"externalIdentifier": "10006",
"giftCardAccepted": "false",
"guestAccessKey": "2fbdf303:133b6b09580:-7fdb",
"item": [
{
"giftListItemID": "10006",
"itemCreatedTime": "2011-11-18T19:23:55.011Z",
"itemLastUpdate": "2011-11-18T19:23:55.011Z",
"location": "online",
"partNumber": "KIAC-0401",
"productId": "11858",
"productOwnerID": "7000000000000000101",
"quantityBought": "0.0",
"quantityRequested": "1.0"
}
],
"lastUpdate": "2011-11-18T19:23:54.433Z",
"location": "online",
"optForEmail": "false",
"registry": "false",
"registryAccessKey": "2fbdf303:133b6b09580:-7fda",
"state": "Default",
"storeId": "10101",
"storeOwnerID": "10006",
"uniqueID": "10006"
},
{
"accessSpecifier": "Private",
"createdTime": "2011-11-18T17:58:40.401Z",
"description": "new description",
"event": "WishList",
"externalIdentifier": "10004",
"giftCardAccepted": "false",
"guestAccessKey": "2fbdf303:133b6b09580:-7fe0",
"lastUpdate": "2011-11-18T17:58:40.401Z",
"location": "online",
"optForEmail": "false",
"registry": "false",
"registryAccessKey": "2fbdf303:133b6b09580:-7fdf",
"state": "Active",
"storeId": "10101",
"storeOwnerID": "10004",
"uniqueID": "10004"
}
],
"resourceId": "https:\/\/testserver.mycompany.com\/wcs\/resources\/store\/10101\/wishlist\/@self",
"resourceName": "wishlist"
}