Development Newsletters
Release: 10-09-2025
List of new features and major fixes for this release:
Changes in API
We are introducing a change to the API that allows setting the delivery time (simple or campaign) for an order directly via the API.
This applies to the following commands:
AddOrder, AddSurround, UpdateOrder, UpdateSurround
- Added new input parameters:
- timeOfDelivery - this parameter accepts the following value:
- campaign - from campaign start date to campaign end date
- simple - from startDate to endDate within selected simplePeriodDays and simplePeriodHours
- simplePeriodDays - on what days surround/order should be delivered. Used only if timeOfDelivery = simple. By default it is set to "all".
- simplePeriodHours - a list of hours in which order/surround should be delivered, eg. "0,3,5,6" means "0:00-0:59,3:00-3:59,5:00-6:59". Every number has to be between 0 and 23. When no list is provided default hours will be set as 0:00-23:59.
- Added new output parameters:
- timeOfDelivery
- simplePeriodDays - only for simple plan
- simplePeriodHours - only for simple plan