GuidesChangelog
HomeLog In
Guides

Price groups

Price groups are used for price calculation for Catalog Supply and Base supply. Users may add customers, and set the sales unit & included services (transport and stickers).

Price groups can only be created in the Floriday application, but the information in Price groups may be retrieved with the Floriday API.


Supported scenarios

  • Get Price groups
  • Sync Price groups


Get Price groups


Purpose

Retrieve data of a single Price group based on priceGroupId.



Prerequisites

  • The supplier application has the latest update of organizations;


Process steps

NRProcess stepAPI call / scenario
1Returns price group data based on priceGroupIdGetPriceGroupById
2Process the retrieved Price group in the supplier application. The Price group will be added, updated or deleted in the supplier application.


Sync Price groups


Purpose

Synchronize Price group data from Floriday to the Supplier application.



Prerequisites

  • The supplier application has the latest update of organizations;


Process steps

NRProcess stepAPI call / scenario
1Get highest generated sequence number.GetPriceGroupsMaxSequence
2Sync Price groups with limit and latest sequence number.GetPriceGroupsBySequenceNumber
3Process the retrieved Price groups in the supplier application. Price groups will be added, updated or deleted in the supplier application.