Clock sales Supply
Supported scenarios
- Sync clock supply lines;
- Get clock supply lines;
- Get auction status.
For the business rules concerning clock sales supply, please read Business Rules - Clock sales supply.
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 Clock supply lines
Purpose
Sync Clock sales supply lines added or changed in Floriday from Floriday in supplier application.
Prerequisites
- The supplier application has the latest update of organizations;
- The supplier application has the latest update of trade items;
- The supplier application has the latest update of batches;
- The user has inserted fulfillment orders based on auction delivery orders;
- Floriday has allocated clock sales supply lines to the auction sales channel.
Process steps
NR | Process step | API call / scenario |
---|---|---|
1 | Get highest generated sequence number. | GetClockSupplyLinesMaxSequence |
2 | Sync clock sales supply lines with limit and latest sequence number. | GetClockSupplyLinesBySequenceNumber |
3 | Process the retrieved clock supply-lines in the supplier application with their unique supply line ID. The supply lines will be added or updated in the supplier application. The supply lines are a basis to create and process sales orders. | Sync clock supply-lines with limit, startdate/time, enddate/time and latest sequence number. |
Get Clock supply lines
Purpose
Get Clock sales supply-lines added or changed in Floriday from Floriday in supplier application.
Prerequisites
- The supplier application has the latest update of organizations;
- The supplier application has the latest update of trade items;
- The supplier application has the latest update of batches;
- The user has inserted fulfillment orders based on auction delivery orders;
- Floriday has allocated clock sales supply-lines to the auction sales channel.
Process steps
NR | Process step | API call / scenario |
---|---|---|
1 | Receive clock sales supply lines based on ID. | GetClockSupplyLineById |
2 | Process the retrieved clock supply-lines in the supplier application with their unique supply line ID. The supply-lines will be added or updated in the supplier application. The supply-lines are a basis to create and process sales orders. |
Updated 7 months ago