Custom packages
Supported scenarios
- Sync custom packages.
- Receive custom packages;
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 Custom Packages
Purpose
- Get the information of custom packages.
Prerequisites
- The user has added custom packages in the Floriday application.
Process steps
NR | Process step | API call / scenario |
---|---|---|
1 A | Returns the maximum sequence number found in custom packages. | GetCustomPackagesMaxSequence |
1 B | Return a list of max 1000 custom packages starting from a specified sequence number. | GetCustomPackagesBySequenceNumber |
2 | The retrieved custom packages with custom package details will be added or updated in the supplier application. |
Get Custom Packages
Purpose
Get the information of custom packages.
Prerequisites
- The user has added custom packages in the Floriday application.
Process steps
NR | Process step | API call / scenario |
---|---|---|
1 A | Get custom packages. | GetCustomPackages |
1 B | Get custom packages by ID. | GetCustomPackageById |
2 | The retrieved custom packages with custom package details will be added or updated in the supplier application. |
Updated 2 months ago