Category

Do Filter & Sort

post
/V2/catalog/category/{categoryId}/{page}/{limit}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
categoryIdintegerRequired

Category Id

Example: 14
pagestringRequired

Page Number

Example: {{Page}}
limitstringRequired

Results Limit

Example: {{Limit}}
Header parameters
customerIdstringOptional

Customer Id

Example: {{customerId}}
Body
objectOptionalExample: { "filters": [{ "field": "material", "value": "142" }, { "field": "Cool", "value": "203", }], "sort" : { "field": "name", "dir": "DESC" } }
Responses
200

Successful response

application/json
post
/V2/catalog/category/{categoryId}/{page}/{limit}
200

Successful response

No content