Versions Compared

Key

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

...

When changing stock in InventoryService, the changes are now also imported into the DispatchService, and reflected in the service's responses. 
The prerequisite for it to work, is to have the BlobStagingmerger and BlobStagingImport jobs from DispatchServiceIntegration LIP package enabled on a given tenant. They can be running with the default configuration.

Stock Deliverability method

(RTC-35970)

Introduced a new method to return if requested item/s and quantity are deliverable or not in a store: POST/api/stock/{storeNo}/deliverability

Deliverability for multiple items can be sent in a single request and the method returns a list of items with available quantity and grouped into deliverable or not deliverable. Items will be returned as notDeliverable if they do not exist in the store or available stock value in the store is less than the requested quantity.


...

Released 26.10.2023

Delivery alternatives suggestion

...