Getting reviews

GET reviews/

Retrieves reviews on products over the specified date range


Parameter list

Parameter

Type

Description

Mandatory

Format

brand

string

brand

yes


spider

string

spider

yes


page

int

page number, by default page 1

no


date_to

string

the last date from the range, by default it is equal to the current date minus 1 day

no

YYYY-MM-DD

date_from

string

the first date from the date range, by default it equals to date_to minus 6 days

no

YYYY-MM-DD

rpcs

list<string>

list of products RPC, 50 maximum

no


skus

list<string>

list of products SKU, 50 maximum

no


category

string

category of products

no


The date cannot be greater than or equal to the current date. The date range cannot be more than 31 days.


Request example:


Response: