Custom packages
Supported scenarios
- Receive custom packages;
- Sync custom packages.
Get Custom Packages
Purpose:
Get the information of the custom packages.
Prerequisites:
- The user has inserted 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. |
Sync Custom Packages
Purpose:
Get the information of the custom packages.
Prerequisites:
- The user has inserted 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. |
Updated about 1 year ago