Skip to content

Get product review collection

GET
/rest/v1/product/review

Parameters

Query Parameters

filter[id]

Filter by review IDs

Type
string
filter[productId]

Filter by product ID

Type
string
filter[customerId]

Filter by customer ID

Type
string
filter[starPoints]

Filter by star rating (1-5)

Type
string
filter[active]

Filter by status (0=pending, 1=approved, 2=rejected)

Type
string
filter[lang]

Filter by language code

Type
string
filter[nickname]

Filter by nickname (partial match)

Type
string
include

Include relations (product)

Type
string
sort

Sort order

Type
string
page

Page number

Type
integer
limit

Pagination limit

Type
integer

Responses

Successful operation

application/json
JSON
"string"

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI