Clock sales Supply
Supported scenarios
- Sync clock supply lines;
- Get clock supply lines;
- Get auction status.
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 | Clock supply is retrieved from auction sales channel in Floriday. | |
2 | GetClockSupplyLinesMaxSequence | |
2 | GetClockSupplyLineById | |
3 | Process the retrieved clock supply-llines 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 | Clock supply is retrieved from auction sales channel in Floriday. | |
Once-only | Get all clock sales supply lines with a limit. | GetClockSupplyLines |
2 | Receive clock sales supply lines based on ID. | GetClockSupplyLineById |
3 | Process the retrieved clock supply-llines 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 Auction status
Purpose:
Get the auction status of the clock supply lines from Floriday in the 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;
- The supplier application has the latest update of clock supply lines.
Process steps:
NR | Process step | API call / scenario |
---|---|---|
1 | Get auction status within a timeframe. | GetClockSupplyLines |
2 | Process retrieved auction status in the supplier application with their unique supplylineID. |
Updated about 1 year ago