Versions Compared

Key

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

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 tasks:

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

A new field in the dispatch suggestion response called IsFallback is added. If this is set true, then we know it's because of fallback mechanism for non-deliverable items.

Split delivery options based on Item Availability based on order line

...