Request Data Format | application/json |
---|---|
Request related java object | com.intershop.sellside.rest.common.capi.resource.customer.wishlist.CustomerWishlistItemResource com.intershop.sellside.rest.common.capi.resourceobject.WishListRO |
Request Example | { "title" : "UpdatedWishlist", "public" : "true", "preferred" : "false" } |
Response Data Format | application/json |
Response related java object | com.intershop.sellside.rest.common.capi.resource.customer.wishlist.CustomerWishlistItemResource com.intershop.sellside.rest.common.capi.resourceobject.WishListRO |
Response Example | { "type": "WishList", "public": true, "preferred": false, "itemsCount": 0, "title": "Updated Favourite Wishlist" } |
XML Request Data Format | text/xml |
---|---|
XML Request Java Objects | com.intershop.sellside.rest.common.capi.resource.customer.wishlist.CustomerWishlistItemResource com.intershop.sellside.rest.common.capi.resourceobject.WishListRO |
XML Request Example | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <WishList> <title>Updated Favourite Wishlist</title> <public>true</public> <preferred>true</preferred> </WishList> |
XML Response Data Format | text/xml |
XML Response Java Objects | com.intershop.sellside.rest.common.capi.resource.customer.wishlist.CustomerWishlistItemResource com.intershop.sellside.rest.common.capi.resourceobject.WishListRO |
XML Response Example | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <WishList type="WishList"> <itemsCount>0</itemsCount> <preferred>false</preferred> <public>true</public> <title>Updated Favourite Wishlist</title> </WishList> |
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.