Request Data Format | n.a. |
---|---|
Request related java object | n/a |
Request Example | n/a |
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": true, "title": "UpdatedWishlist 123", "items": [ { "type": "Link", "uri": "PrimeTech-PrimeTechBusiness-Site/smb-web-shop/products/859910", "attributes": [ { "name": "id", "type": "String", "value": "tHQKDgBeLLEAAAFCAKI_4H.E" }, { "name": "creationDate", "type": "String", "value": "Fri Nov 22 12:14:27 CET 2013" }, { "name": "desiredQuantity", "type": "Quantity", "value": { "value": 2, "available": true, "zero": false, "negative": false, "unit": "", "positive": true } }, { "name": "sku", "type": "String", "value": "859910" } ] } ], "itemsCount": 1 } |
XML Request Data Format | n.a. |
---|---|
XML Request Java Objects | n/a |
XML Request Example | n/a |
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"> <items> <Link type="Link"> <attributes> <ResourceAttribute name="id" type="String"> <value>tHQKDgBeLLEAAAFCAKI_4H.E</value> </ResourceAttribute> <ResourceAttribute name="creationDate" type="String"> <value>Fri Nov 22 12:14:27 CET 2013</value> </ResourceAttribute> <ResourceAttribute name="desiredQuantity" type="Quantity"> <value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="quantity" unit="">2</value> </ResourceAttribute> <ResourceAttribute name="sku" type="String"> <value>859910</value> </ResourceAttribute> </attributes> <uri>PrimeTech-PrimeTechBusiness-Site/smb-web-shop/products/859910</uri> </Link> </items> <itemsCount>1</itemsCount> <preferred>true</preferred> <public>true</public> <title>UpdatedWishlist 123</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.