GuidesChangelog
HomeLog In

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:

NRProcess stepAPI call / scenario
1 AGet custom packages.GetCustomPackages
1 BGet custom packages by ID.GetCustomPackageById
2The 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:

NRProcess stepAPI call / scenario
1 AReturns the maximum sequence number found in custom packages.GetCustomPackagesMaxSequence
1 BReturn a list of max 1000 custom packages starting from a specified sequence number.GetCustomPackagesBySequenceNumber
2The retrieved custom packages with custom package details will be added or updated in the supplier application.