Development Newsletters

Release: 12-11-2025

List of new features and major fixes for this release:

Advanced order's time of delivery in API

From now on it's possible to add and modify advanced order's time of delivery on the API level ("Change time (advanced)" option in the interface).

To make it possible we introduce following changes to the API. Please be aware that these changes are backward-incompatible.


AddOrder / AddSurround
  • Parameter timeOfDelivery now accepts a new value - advanced.
  • Parameter timeOfDelivery is now obligatory
  • New parameter advancedSchedule is added to let you define advanced time of delivery.
  • Parameters startDate and endDate are now obligatory for both - simple and advanced times of delivery. 
  • Setting values for startDate and endDate parameters no longer sets the time of delivery to simple by default
  • When campaign value is chosen, startDate and endDate need to remain empty.
UpdateOrder / UpdateSurround
  • Parameter timeOfDelivery now accepts a new value - advanced.
  • New parameter advancedSchedule is added to let you define advanced time of delivery.
  • When switching time of delivery from campaign to simple / advanced startDate and endDate become obligatory.
  • In case of changes made to startDate or / and endDate - advancedSchedule is automatically recalculated.
GetOrderInfo / GetSurroundInfo
  • In case of orders and surrounds with time of delivery set to advanced - command returns parameter advancedSchedule the same way as defined in AddOrder and AddSurround commands.

adocean api