Description
Design description:
In service createAutoRequirementsForOrder ProductStore.inventoryFacilityId is directly used for creating requirement.
Here, an order can have multiple ship group and each ship group can be fulfilled from various facilities, so instead of creating requirement for ProductStore.inventoryFacilityId, it should create requirement using OrderItemShipGroup.facilityId. If not found, we can have an additional check to use orderHeader.facilityId.