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, "creationDate": 1401698205644, "preferred": false, "title": "Wishlist", "items": [ { "type": "Link", "uri": "PrimeTech-PrimeTechSpecials-Site/b2c-web-shop/products/859910", "attributes": [ { "name": "id", "type": "String", "value": "scEKDgBe40AAAAFCwPE_4Hr8" }, { "name": "creationDate", "type": "Long", "value": 1401698205667 }, { "name": "desiredQuantity", "type": "Quantity", "value": { "type": "Quantity", "value": 4, "unit": "N/A" } }, { "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"> <creationDate>1401698205644</creationDate> <items> <Link type="Link"> <attributes> <ResourceAttribute name="id" type="String"> <value>scEKDgBe40AAAAFCwPE_4Hr8</value> </ResourceAttribute> <ResourceAttribute name="creationDate" type="Long"> <value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:long">1401698205667</value> </ResourceAttribute> <ResourceAttribute name="desiredQuantity" type="ResourceAttribute"> <value type="Quantity"> <unit>N/A</unit> <value>4</value> </value> </ResourceAttribute> <ResourceAttribute name="sku" type="String"> <value>859910</value> </ResourceAttribute> </attributes> <uri>PrimeTech-PrimeTechSpecials-Site/b2c-web-shop/products/859910</uri> </Link> </items> <itemsCount>1</itemsCount> <preferred>false</preferred> <public>true</public> <title>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.