Packing configuration requests
Supported packing configuration requests scenarios
- Receiving packing configuration requests
- Placing packing configuration requests
For the business rules concerning requests, please read Packing configuration request.
Placing packing configuration requests
Purpose:
Enables customers to request a missing packing configuration to be added to a specific trade item by specifying the packing configuration in this request. Supplier can add the packing configuration to a specific trade item in Floriday after accepting the packing configuration request.
| NR | Process step | API call / scenario | 
|---|---|---|
| 1 | Create a packing configuration request. | AddPackingConfigurationRequest | 
Receiving packing configuration requests
Purpose:
Receiving updates of placed packing configuration requests.
| NR | Process step | API call / scenario | 
|---|---|---|
| 1 | Return the packing configuration request by ID. | GetPackingConfigurationRequestById | 
| 2 | Return the maximum sequence number found in packing configuration requests. | GetPackingConfigurationRequestsMaxSequence | 
| 3 | Returns a list of max 1000 connections starting from a specified sequence number. | GetPackingConfigurationRequestsBySequenceNumber | 
Updated 6 months ago
