Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
iconfalse

Returns prices and discounts on products for a specified date range.


List of parameters

Parameter

Type

Description

Obligatory|mandatory

Mandatory

Format

brand

string

brand

yes


spider

string

spider

yes


page

int

page number, by default it is 1

no


date_to

string

last date of the range, by default it is current date minus 1 day

no

YYYY-MM-DD

date_from

string

first date of the range, by default it is date_to minus 6 days

no

YYYY-MM-DD

rpcs

list<string>

list of RPC products, maximum 50

no


skus

list<string>

list of SKU products, maximum 50

no


category

string

category of products

no



Info

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

...