GuidesChangelog
HomeLog In

Direct sales Base Supply

Supported scenarios

  • Receive supply lines;
  • Create base supply;
  • Create supply lines;
  • Update Base Supply;
  • Toggle supply lines.

For the business rules concerning base supply, please read Direct sales Batch Supply.


Receive supply lines

Purpose:
Get 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 (base) supply with or without one or more specific customer organizations in Floriday.

Process steps:

NRProcess stepAPI call / scenario
1Sync supply lines with limit and latest sequence number. Supply has supply type 'batch price'.GetSupplyLinesBySequenceNumber
Once-onlyGet supply lines with all product specifications and one or more packing options, included services, trade period, customer organizations, trading terms and supply type (batch price).GetSupplyLines
After creating, updating or deleting supply.Get supply line by supply lineID with all product specifications and one or more packing options, included services, trade period, customer organizations, trading terms and supply type (batch price).GetSupplyLineById
2Process the retrieved 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.


Create Base Supply

Purpose:
Create base supply based on batches in Floriday.

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 one or more price conditions for one or multiple groups of customer organizations (price groups) for direct sales in Floriday;
  • The user has inserted direct sales base price and period for the batch in the supplier application.

Process steps:

NRProcess stepAPI call / scenario
1Add base price, period for the batch.EditBaseSupply
2Supply lines will be created in Floriday based on price conditions and delivery conditions.
3Supply lines will be allocated in the customer channels.
4Supply lines can be retrieved by the Customer organizations from the Customer channel.


Create supply lines

Purpose:
Create supply lines based on batches in Floriday.

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 his prices with commercial available quantity for a period in the supplier application.

Process steps:

NRProcess stepAPI call / scenario
1Add specific price, period and commercial available quantity for the batch.AddSupplyLine
2Supply lines will be created or updated in Floriday based on price conditions and delivery conditions.
3Supply lines can be retrieved by the Customer organizations from the Customer channel.


Update Base Supply

Purpose:
Update base supply based on batches in Floriday.

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 one or more price conditions for one or multiple groups of customer organizations (price groups) for direct sales in Floriday;
  • The user has updated direct sales base price and period for the batch in the supplier application.

Process steps:

NRProcess stepAPI call / scenario
1Update base price for the batch.SetSupplyLinePrice
Supply lines will be updated in Floriday based on price conditions and delivery conditions.
2Supply lines will be updated in the customer channels.
3Supply lines can be retrieved by the Customer organizations from the Customer channel.


Toggle supply lines

Purpose:
New: Toggle supply line status availability in Floriday channels for customers.

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 supply lines in Floriday;
  • The supplier application has the latest update of supply lines;
  • The supplier application or user toggles the supply line availability in the supplier application.

Process steps:

NRProcess stepAPI call / scenario
1Toggle a specific supply line status to available or not available.SetSupplyLineStatus
Supply line status will be set to available or not available in Floriday.
2Supply line status will be set to available or not available in the Floriday channels.
3Supply lines status can be retrieved by the Customer organizations from the Customer channel.