Warehouses
Suported scenarios:
- Sync Warehouses
- Get Warehouses
For the business rules concerning warehouses, please read Warehouses.
Sync Warehouses
Purpose:
Sync the information of the warehouse location(s) which the supplier organization is authorised to use.
Prerequisites:
- The supplier application has the latest update of organizations;
- The user has inserted one or more warehouse(s) in the Floriday applicationd;
- The warehouse organization has given warehouse access to the supplier.
Process steps:
NR | Process step | API call / scenario |
---|---|---|
1 | Get maximum sequence-number | GetWarehousesMaxSequence |
2 | Sync warehouses | GetWarehousesBySequenceNumber |
3 | The retrieved warehouses with warehousedetails including the organization ID will be added, updated or deleted in the supplier application. |
Get Warehouses
Purpose:
Sync the information of the warehouse location(s) which the supplier organization is authorised to use.
Prerequisites:
- The supplier application has the latest update of organizations;
- The user has inserted one or more warehouse(s) in the Floriday applicationd;
- The warehouse organization has given warehouse access to the supplier.
Process steps:
NR | Process step | API call / scenario |
---|---|---|
1 A | Get connected warehouses | GetWarehouses |
1 B | Get warehouses with auction capability | GetWarehousesAuction |
1 C | Get warehouses for external stock management | GetWarehousesExternalStock |
2 | The retrieved warehouses with warehousedetails including the organization ID will be added, updated or deleted in the supplier application. |
Updated almost 2 years ago