Direct sales Bundled Offers
This page describes how to implement the Bundled Offer feature.
This feature allows you to combine different trade items into one Bundled offer, including several features that are unique to this specific type of offer. For more information on Bundled offers and how to use them in the Floriday application, please read the Helpcenter page.
Supported scenarios
- Sync Bundled offers;
- Create Bundled offer;
- Edit Bundled offer;
- Delete Bundled offer.
For the business rules concerning Bundled offer, please read Bundled Offers.
Sync Bundled offers
Purpose
Get Bundled offers added or changed in Floriday from Floriday in supplier application.
Process steps
NR | Process step | API call / scenario |
---|---|---|
1a | ||
1b | Sync supply lines with limit and latest sequence number. Supply has supply type customer offer. | |
2 | After creating, updating or deleting supply: Get bundled offer by bundledOfferId with all bundled offer lines. | |
3 | After creating, updating or deleting supply: Get bundled offer by bundledOfferLineId. |
Create a Bundled Offer
Purpose
Create a Bundle offer in Floriday.
Process steps
NR | Process step | API call / scenario |
---|---|---|
1 | Create a Bundled offer with specific price, period, commercial available supply quantity and packing configuration. | AddBundledOffer |
2 | Bundled offer supply line will be created in Floriday customer portal. |
Update a Bundled offer
Purpose
Update Bundled offer in Floriday.
Process steps
NR | Process step | API call / scenario |
---|---|---|
1 | Update Bundled offer specific price, period, commercial available supply quantity or packing configuration. | EditBundledOffer |
Bundled offer supply line will be updated in Floriday. | ||
2 | Bundled offer supply line will be updated in the Floriday customer portal. |
Delete a Bundled offer
Purpose
(soft) Delete Bundled offers in Floriday.
Process steps
NR | Process step | API call / scenario |
---|---|---|
1 | Delete Bundled offer. | DeleteBundledOffer |
2 | Bundled offer supply line will be soft deleted in Floriday customer portal. |
Updated 3 days ago