Custom packages
Supported custom packages scenarios
- Receiving custom packages
Receiving custom packages
Purpose:
Receive custom package information from suppliers on Floriday.
NR | Process step | API call / scenario |
---|---|---|
1 | Returns the custom package for the given customPackageId | [GetCustomPackageById] (https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/CustomPackages/GetCustomPackageById) |
2 | Returns the maximum sequence number found in custom packages. | [GetCustomPackagesMaxSequence] (https://api.staging.floriday.io/customers-api-2024v1/swagger/index.html#/CustomPackages/GetCustomPackagesMaxSequence) |
3 | Returns 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) |
Updated 18 days ago