Category

Do Filter & Sort

post
Authorizations
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
POST /V2/catalog/category/{categoryId}/{page}/{limit} HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 233

"{\n\t\"filters\": [{\n\t\t\"field\": \"material\",\n\t\t\"value\": \"142\"\n\t\t},\n\t\t{\n        \"field\": \"Cool\",\n        \"value\": \"203\",\n    }],\n\t\"sort\" : {\n\t\t\"field\": \"name\",\n\t\t\"dir\": \"DESC\"\n\t}\n} "
200

Successful response

No content