API Reference

Get Products

Retrieves all the products of a seller.

Use the "QueryParams" to filter the products in your search. It is mandatory to inform the parameter "page" and "perPage in the query.

Fields retrieved:

CampoTipoDescrição
pageIntNumber of the page searched.
perPageIntNumber of items per page.
maxCountIntTotal of items searched.
maxPageIntTotal number of pages.
productsObject ArrayProduct object array.
idGuidProduct's Id.
nameStringProduct's name.
codeStringProduct's code.
hasStockBooleanIf the product has any sku with stock.
hasPriceBooleanIf the product has prices defined.
isActiveBooleanIf the product is active or not.
isAvailableBooleanIf the product is available for sale.
Path Params
string
required

Use "api" for production environment and "hlg-api" for homolog

Query Params
int32
required
Defaults to 1

Number of the search page

int32
required
Defaults to 20

Number of items per page

boolean
Defaults to false

Filter items by Asc (true) or Desc (false)

string

Filter field

string

Filter products by Name, Code, AuxCode or ReferenceCode

boolean
Defaults to false

Search only active products

boolean
Defaults to false

Search only products thas has stocks available.

boolean
Defaults to false

Search only products with defined prices.

boolean
Defaults to false

Search only products that are available for sale

boolean
Defaults to false

If set as true, search only porducts with images defined. If false, search only products without images defined

date

Filter items by their last update.

Responses

Language
Credentials
:
URL
Choose an example:
application/json