Request Data Format | n.a. |
---|---|
Request related java object | com.intershop.sellside.rest.b2c.capi.resource.wishlist.PublicWishlistItemResource |
Request Example | n/a |
Response Data Format | application/json |
Response related java object | com.intershop.sellside.rest.b2c.capi.resource.wishlist.PublicWishlistItemResource com.intershop.sellside.rest.b2c.capi.resourceobject.WishListRO com.intershop.sellside.rest.b2c.capi.resourceobject.WishListItemRO |
Response Example | { "type": "WishList", "title": "mywish", "items": [ { "type": "Link", "uri": "PrimeTech-PrimeTechSpecials-Site/b2c-web-shop/products/5079807", "attributes": [ { "name": "id", "type": "String", "value": "1QEKAB14MaoAAAFLo0hHIHlv" }, { "name": "creationDate", "type": "String", "value": "Wed Feb 11 17:18:31 CET 2015" }, { "name": "desiredQuantity", "type": "ResourceAttribute", "value": { "type": "Quantity", "unit": "N/A", "value": 1 } }, { "name": "sku", "type": "String", "value": "5079807" } ] } ], "itemsCount": 1 } |
XML Request Data Format | n.a. |
---|---|
XML Request Java Objects | com.intershop.sellside.rest.b2c.capi.resource.wishlist.PublicWishlistItemResource |
XML Request Example | n/a |
XML Response Data Format | text/xml |
XML Response Java Objects | com.intershop.sellside.rest.b2c.capi.resource.wishlist.PublicWishlistItemResource com.intershop.sellside.rest.b2c.capi.resourceobject.WishListRO com.intershop.sellside.rest.b2c.capi.resourceobject.WishListItemRO |
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>1QEKAB14MaoAAAFLo0hHIHlv</value> </ResourceAttribute> <ResourceAttribute name="creationDate" type="String"> <value>Wed Feb 11 17:18:31 CET 2015</value> </ResourceAttribute> <ResourceAttribute name="desiredQuantity" type="ResourceAttribute"> <value type="Quantity"> <unit>N/A</unit> <value>1</value> </value> </ResourceAttribute> <ResourceAttribute name="sku" type="String"> <value>5079807</value> </ResourceAttribute> </attributes> <uri>PrimeTech-PrimeTechSpecials-Site/b2c-web-shop/products/5079807</uri> </Link> </items> <itemsCount>1</itemsCount> <title>mywish</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.