Integration patterns
Supplier enrichment
Augment your existing supplier database with Bhumi’s verified farm data — certifications, practices, quality scores, and product listings.Local sourcing widget
Embed a “Source locally” feature that shows customers which nearby farms carry the product they’re viewing.Farm profile pages
UseGET /v1/farms/:id to generate rich farm profile pages with photos, story, practices, and product listings.
Example: Enrich a product page
Relevant endpoints
| Endpoint | Use |
|---|---|
GET /v1/food | Find farms carrying a specific product |
GET /v1/farms/:id | Rich farm profile for detail pages |
GET /v1/farms/:id/products | Structured product listings with pricing |
GET /v1/availability | Real-time stock check |