Skip to documentation
Browse documentation

Category Filters List

Fetch JioMart department/category/filter hierarchy for a Vertex filter expression.

Capability ID jiomart.category.filters.list
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

filter string optional

Filter supplied for this request.

Example 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.

Example 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 sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
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.