Category
Authorizations
Path parameters
categoryIdintegerRequiredExample:
Category Id
14
pagestringRequiredExample:
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
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