Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement shipment total check in brokering service for order shipgroups #51

Conversation

dixitdeepak
Copy link
Contributor

Added Brokering Shipment Threshold Support

  • User can now configure a brokering shipment threshold at the routing rule level.
  • If the inventory allocation returns a single location for the ship group items, the shipment threshold check will be skipped.
  • If the inventory allocation returns multiple locations for the same ship group items, brokering will perform the threshold check.
  • If all the location items meet the threshold check, the ship group items will proceed with brokering.
  • If any of the location items fail the threshold check, the routing rule action will be triggerd if set, else next rule will be executed
  • In case of split allow, if there are some unfillable items exists , the system will perform the threshold check on the unfillable items as well, so all the location items along with unfillalbe items should meet the threshold criteria.

…at single location and threre is not unfilable items exists, then skip the threshold check.
@dixitdeepak dixitdeepak merged commit 0f20724 into main Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Shipment Total Check in Brokering Service for Order Shipgroups
1 participant