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:
NR | Process step | API call / scenario |
---|---|---|
1 A | Get delivery condition sets with delivery conditions for warehouse locations. | GetDeliveryConditionSets |
1 B | Get delivery condition sets with delivery conditions for warehouse locations based on ID. | GetDeliveryConditionSetById |
2 | The 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:
NR | Process step | API call / scenario |
---|---|---|
1 A | Returns the maximum sequence number found in Delivery condition sets. | GetDeliveryConditionSetsMaxSequence |
1 B | Return a list of max 100 delivery condition sets starting from a specified sequence number. | GetDeliveryConditionSetsBySequenceNumber |
2 | The retrieved delivery condition sets will be added, updated or deleted in the supplier application. |
Updated almost 2 years ago