instacart_departments
Retrieve a store's department and subcategory taxonomy from Instacart using shop ID, store slug, and postal code. Returns metadata only, no products, to structure store navigation.
Instructions
Get Instacart store department taxonomy. Returns a store's department/category taxonomy (Produce, Dairy & Eggs, Bakery, ...) two levels deep -- department and subcategory. Metadata only, does not return products. Public data sourced from Instacart's own storefront navigation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shop_id | Yes | Store's opaque shop id, from GET /instacart/stores | |
| store_slug | Yes | Store's retailer slug, from GET /instacart/stores | |
| postal_code | Yes | Postal code to localize the taxonomy for |