Versions Compared

Key

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

...

Info
iconfalse

Returns products of the account.


List of parameters

Parameter

Type

Description

Mandatory

\Obligatory

brand

string

brand

yes

spider

string

spider

yes

page

int

Page number, by default it is 1

no

category

string

Category of products

no


Example of a request:

Paste code macro
languagebash
themeDarkula
curl -XGET "[endpoint]/products/?spider=esteelauder.ru&brand=Estée Lauder&category=Макияж" -H "TokenAPI: [your_token]"

...