Warehouses
Supported scenarios:
- Sync Warehouses
- Get Warehouses
For the business rules concerning warehouses, please read Business Rules - Warehouses.
Sync vs Get
This page describes how to utilize both the Sync and non-sync Get endpoints. We strongly recommend using the Sync endpoints whenever possible.
Read the Best Practices for more information.
Sync Warehouses
Purpose
Sync the information of the warehouse location(s) which the supplier organization is authorized to use.
Prerequisites
- The supplier application has the latest update of organizations;
- The user has registered one or more warehouse(s) in the Floriday application;
- 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 authorized to use.
Prerequisites
- The supplier application has the latest update of organizations;
- The user has registered one or more warehouse(s) in the Floriday application;
- The warehouse organization has given warehouse access to the supplier.
Process steps
NR | Process step | API call / scenario |
---|---|---|
1A | Get connected warehouses | GetWarehouses |
1B | Get warehouses with auction capability | GetWarehousesAuction |
1C | 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. |
Registering warehouse location(s) in Floriday
Supplier's own warehouse locations are generated in Floriday after the physical location has been registered at Royal FloraHolland. In case a supplier does not yet own a warehouse location in Floriday, they will need to log in to the Royal FloraHolland website and register the location under the Company Details section.
A written guide for suppliers can be found here.
Updated 2 months ago