Delivery conditions
Supported delivery conditions scenarios
- Receiving delivery condition sets.
For the business rules concerning delivery conditions, please read Delivery conditions.
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.
Syncing delivery condition sets
Purpose:
To synchronize delivery condition set information from suppliers on Floriday.
NR | Process step | API call / scenario |
---|---|---|
1 | Returns the maximum sequence number found in delivery condition sets. | GetDeliveryConditionDetailsMaxSequence |
2 | Returns a list of max 1000 delivery conditions starting from a specified sequence number. | GetDeliveryConditionSetsBySequenceNumber |
3 | The retrieved delivery condition sets will be added or updated in the customer application. |
Receiving delivery conditions
Purpose
To return a delivery condition set by deliveryConditionSetId.
NR | Process step | API call / scenario |
---|---|---|
1 | Returns a delivery condition set by ID. | GetDeliveryConditionDetailsById |
2 | The retrieved delivery condition sets will be added or updated in the customer application. |
Updated 2 months ago