GuidesChangelog
HomeLog In
These docs are for v2023.1. Click to read the latest docs for v2023.2.

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:

NRProcess stepAPI call / scenario
1Get maximum sequence-numberGetWarehousesMaxSequence
2Sync warehousesGetWarehousesBySequenceNumber
3The 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:

NRProcess stepAPI call / scenario
1 AGet connected warehousesGetWarehouses
1 BGet warehouses with auction capabilityGetWarehousesAuction
1 CGet warehouses for external stock managementGetWarehousesExternalStock
2The retrieved warehouses with warehousedetails including the organization ID will be added, updated or deleted in the supplier application.