Resumen
Warehouses are storage locations (depósitos) where agrochemical inputs are stored. They can be referenced in Work Order supply lines to track which depot a product was drawn from.Warehouses are read-only from the Third-Party API. They are created and managed in SIMA directly. If your system needs warehouses to exist in SIMA, they must be created via the web app first.
Endpoints
List Warehouses
| Parameter | Type | Description |
|---|---|---|
search | string | Search by name |
id | int | Filter by specific warehouse ID |
updated_from | datetime | Change detection (note: v2 uses updated_from, not updated_at_from) |
page / size | int | Pagination |
Get Warehouse detail
Uso en Órdenes de Trabajo
When creating a Work Order supply line, you can optionally reference a warehouse:"warehouse": null.
Frecuencia de sincronización recomendada
Warehouses change infrequently. Sync them once on startup and refresh weekly usingupdated_from.
Próximos pasos
Work Orders
Reference warehouse IDs in Work Order supply lines