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

NRProcess stepAPI call / scenario
1Get highest generated sequence number.GetClockSupplyLinesMaxSequence
2Sync clock sales supply lines with limit and latest sequence number.GetClockSupplyLinesBySequenceNumber
3Process 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

NRProcess stepAPI call / scenario
1Receive clock sales supply lines based on ID.GetClockSupplyLineById
2Process 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.