{ "opencollection": "1.0.0", "info": { "name": "UNFI Supplier and Data Insights API", "version": "1.0.0" }, "items": [ { "info": { "name": "Insights", "type": "folder" }, "items": [ { "info": { "name": "Get Sales Insights", "type": "http" }, "http": { "method": "GET", "url": "https://api.unfi.com/v1/insights/sales", "params": [ { "name": "startDate", "value": "", "type": "query", "description": "Start date for insights query" }, { "name": "endDate", "value": "", "type": "query", "description": "End date for insights query" }, { "name": "granularity", "value": "", "type": "query", "description": "Data aggregation granularity" }, { "name": "region", "value": "", "type": "query", "description": "Distribution region filter" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Retrieve sales analytics data from the UNFI Insights dashboard. Provides comprehensive sales, inventory, and deduction data across UNFI's entire network spanning both natural (west) and conventional (east) distribution channels." }, { "info": { "name": "Get Fill Rate Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.unfi.com/v1/insights/fill-rates", "params": [ { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" }, { "name": "productId", "value": "", "type": "query", "description": "Filter by specific product" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Retrieve fill rate metrics for supplier products across UNFI distribution centers." }, { "info": { "name": "Get Inventory Insights", "type": "http" }, "http": { "method": "GET", "url": "https://api.unfi.com/v1/insights/inventory", "params": [ { "name": "warehouseId", "value": "", "type": "query", "description": "Filter by specific UNFI warehouse" }, { "name": "asOf", "value": "", "type": "query", "description": "Inventory snapshot date" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Retrieve inventory levels, voids, and food waste dashboard data." } ] } ], "bundled": true }