These docs are for v2024.1. Click to read the latest docs for v2025.1.

Custom packages

Supported custom packages scenarios

  • Receiving custom packages


Receiving custom packages

Purpose:

Receive custom package information from suppliers on Floriday.


NRProcess stepAPI call / scenario
1Returns the custom package for the given customPackageId[GetCustomPackageById](https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/CustomPackages/GetCustomPackageById)
2Returns the maximum sequence number found in custom packages.[GetCustomPackagesMaxSequence](https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/CustomPackages/GetCustomPackagesMaxSequence)
3Returns a list of max 1000 custom packages starting from a specified sequence number.[GetCustomPackagesBySequenceNumber](https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/CustomPackages/GetCustomPackagesBySequenceNumber)