Inventory Loader Fixer API
This API validates and safely auto-fixes Amazon Inventory Loader flat-file spreadsheets (CSV or TSV). Upload your Inventory Loader file via POST /v1/inventory-loader/validate and receive a detailed JSON report of errors, warnings and information for each row. In lint mode the API only validates and reports issues; in lint_and_fix mode it also returns a fixed TSV file where safe deterministic…
Inventory Loader Fixer API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
health_v1_health_get /v1/health |
Returns the current health status of the API. Use this endpoint for uptime monitoring and marketplace connectivity tests. |
| Inventory Loader | ||
| POST |
validate_v1_inventory_loader_validate_post /v1/inventory-loader/validate |
Upload a CSV or TSV Amazon Inventory Loader file. Returns a structured validation report including row-level issues and an issues summary for supported Inventory Loader files.… |
Inventory Loader Fixer API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $40 / month | — |
|