REST API - Get product review by ID (until 7.8)

URI

/products/<sku>/reviews/<id>

Http Method

GET

Short Description

Get a product review by its ID

Query Parameters

none

Example Requests

/products/1454627/reviews/DAkKDgAbrkIAAAE.HaFzhO_J

HTTP Status Codes

200 OK
404 Not Found (Product or Review not found; Review not approved)

Description

The request retrieves the review specified by its ID

Cartridge

app_sf_rest

Application

B2C Web Shop, SMB Web Shop

Product Version

7.4

Product To Version

7.8
Status

JSON

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.b2c.capi.resource.ReviewResource
com.intershop.sellside.rest.b2c.capi.resourceobject.ReviewRO

Response Example

{
    "type": "Review",
    "id": "y60KDACwgR8AAAFB0MKGQOQj",
    "content": "alexandra120",
    "rating": 5,
    "creationDate": "Wed Oct 23 10:07:30 EEST 2013",
    "title": "alexandra102",
    "authorFirstName": "Alexandra",
    "authorLastName": "Heimroth"
}

XML

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.b2c.capi.resource.ReviewResource
com.intershop.sellside.rest.b2c.capi.resourceobject.ReviewRO

XML Response Example

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Review type="Review">
    <authorFirstName>Alexandra</authorFirstName>
    <authorLastName>Heimroth</authorLastName>
    <content>alexandra120</content>
    <creationDate>Wed Oct 23 10:07:30 EEST 2013</creationDate>
    <rating>5</rating>
    <title>alexandra102</title>
</Review>

Overview - Intershop Commerce Management REST API

Disclaimer

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.

The Intershop Customer Support website uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties.

Further information on privacy can be found in the Intershop Privacy Policy and Legal Notice.
Customer Support
Knowledge Base
Product Resources
Tickets