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
customerIdstring

Customer Id

Example: {{customerId}}
Body
object
Example: { "filters": [{ "field": "material", "value": "142" }, { "field": "Cool", "value": "203", }], "sort" : { "field": "name", "dir": "DESC" } }
Responses
curl -L \
  --request POST \
  --url 'https://beta.magento.pixiedia.com/V2/catalog/category/{categoryId}/{page}/{limit}' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --header 'Content-Type: application/json' \
  --data '"{\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} "'

No body