What It Is
The Product Feed is the input Algure uses to update your catalog:- Products
- Stock
- Product locations
- Product lots (when enabled)
How to Think About Each Upload
Treat every upload as a current-state snapshot, not a partial delta. Your feed should represent what is currently true in your operation for the scope you manage in Algure.Processing Model
Feed processing is asynchronous:Validation Scope
Algure validates:- File can be parsed with supported format rules
- Required columns and field constraints per row
- Warehouse code exists in the organization
Important Data Behavior
stockaccepts0and higher, but you should only provide those products in stocklotis optional and only applied where lot/batch handling is available- Stable identifiers are critical:
code,warehouseCode,locationCode

