GuidesChangelog
HomeLog In
These docs are for v2023.1. Click to read the latest docs for v2023.2.

Delivery conditions sets

Suported scenarios

  • Receive delivery condition sets;
  • Sync delivery condition sets;

For the business rules concerning delivery conditions, please read Delivery conditions.


Get Delivery Conditions sets

Purpose:
Get the information of the supplier organization delivery conditions.


Prerequisites:

  • The supplier application has the latest update of organizations.
  • The supplier application has the latest update of warehouses.
  • The user had inserted delivery condition sets applicable for its warehouse(s) in the Floriday application with or without customers organizations for direct sales.

Process steps:

NRProcess stepAPI call / scenario
1 AGet delivery condition sets with delivery conditions for warehouse locations.GetDeliveryConditionSets
1 BGet delivery condition sets with delivery conditions for warehouse locations based on ID.GetDeliveryConditionSetById
2The retrieved delivery condition sets will be added, updated or deleted in the supplier application.


Sync Delivery Conditions sets

Purpose:
Get the information of the supplier organization delivery conditions.


Prerequisites:

  • The supplier application has the latest update of organizations.
  • The supplier application has the latest update of warehouses.
  • The user had inserted delivery condition sets applicable for its warehouse(s) in the Floriday application with or without customers organizations for direct sales.

Process steps:

NRProcess stepAPI call / scenario
1 AReturns the maximum sequence number found in Delivery condition sets.GetDeliveryConditionSetsMaxSequence
1 BReturn a list of max 100 delivery condition sets starting from a specified sequence number.GetDeliveryConditionSetsBySequenceNumber
2The retrieved delivery condition sets will be added, updated or deleted in the supplier application.