Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Released 16.04.2024

Dispatch Suggestion - Split deliverable order lines based on fallback parameter

Coming next release

Split deliverable orderlines based on Fallback.

(RTC-39872)

When the entire order cannot be fulfilled, based on Fallback value we do below tasksfallback value, the following is returned in dispatch suggestion:

  • If Fallback is true, then we suggest the dispatchingWarehouse.storeNumber
  • If Fallback is false, then we don't give any suggestions.

...

Order is split according to the item availability when order consists of more than one item. Delivery options are suggested based on each order line.

Dispatch rule parameter for warehouse stock calculation (excludeFromStockCalc)

(RTP-28931)

update the version contracts to include excludeFromStockCalc.


...

Released 13.03.2024

Dispatch rule parameter for warehouse stock calculation (excludeFromStockCalc)

(RTP-28931)

A new dispatch rule parameter, excludeFromStockCalc, is introduced to control whether stock in the store defined in dispatchingWarehouse.storeNumber will be considered in stock availability calculation in Dispatch Service.

...