β¬οΈRequest and Response
Request to the API endpoint
Get products and its information from the catalog
Query Parameters
Name
Type
Description
{
"Paging": {
"Limit": integer,
"Offset": integer,
"Total": integer
},
"Total": integer,
"Results": [ProductCatalogType]
}{
"Paging": {
"Limit": integer,
"Offset": integer,
"Total": integer
},
"Total": integer,
"Results": [ProductCatalogType]
}jsonParameters details
API_KEY
accountId
SKU
Brand
ownCode
priceListId
dateUpdatedFrom
types
catalogStatus
sort
offset
limit
Paging example:
Last updated