Category Filters List
Fetch JioMart department/category/filter hierarchy for a Vertex filter expression.
jiomart.category.filters.list
/execute
Shared execution endpoint
Input parameters
filter
string
optional
Filter supplied for this request.
journey:standard:::department:groceries
location
object
optional
Location supplied for this request.
location.city
string
optional
City supplied for this request.
location.latitude
string
optional
Latitude supplied for this request.
location.longitude
string
optional
Longitude supplied for this request.
location.pincode
string
optional
Pincode supplied for this request.
location.state
string
optional
State supplied for this request.
pincode
string
optional
Pincode supplied for this request.
400001
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
filters |
array |
3 items |
filters |
array |
3 items |
raw |
object |
3 fields |
raw.category_hierarchy |
array |
3 items |
raw.filters |
array |
3 items |
raw.success |
boolean |
true |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.