Category
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
categoryIdintegerRequiredExample:
Category Id
14pagestringRequiredExample:
Page Number
{{Page}}limitstringRequiredExample:
Results Limit
{{Limit}}Header parameters
customerIdstringOptionalExample:
Customer Id
{{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