meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
sap_hybris_commerce:orders:base_commerce_extension_-_key_concepts [2022/09/24 10:37] – warehouse with flag default Antonio Robirosasap_hybris_commerce:orders:base_commerce_extension_-_key_concepts [2022/09/24 10:38] (current) – formatting Antonio Robirosa
Line 56: Line 56:
   * The default strategies are** ****SplitByAvailableCount, ****SplitByDeliveryMode, ****SplitByNamedDeliveryDate** and** ****SplitByWarehouse.**   * The default strategies are** ****SplitByAvailableCount, ****SplitByDeliveryMode, ****SplitByNamedDeliveryDate** and** ****SplitByWarehouse.**
   * **WarehouseService**: Contains utility methods for the splitByWarehouse strategy.   * **WarehouseService**: Contains utility methods for the splitByWarehouse strategy.
-     * Because the strategy to select the warehouse for a product and warehouse only selects warehouses with the flag default turned on, in a base shop assigned to many warehouses, *all* warehouses must be default.+     * Because the strategy to select the warehouse for a product and warehouse only selects warehouses with the flag default turned on (class DefaultWarehouseSelectionStrategy), in a base shop assigned to many warehouses, **all** warehouses must be default.
   * **Consigment**: Each group of order entries sent to a warehouse which make up a delilvery.   * **Consigment**: Each group of order entries sent to a warehouse which make up a delilvery.
   * **ConsigmentService**: Creates consigments and choose the warehouse for each one of them. **The default implementation choose one randomly.**   * **ConsigmentService**: Creates consigments and choose the warehouse for each one of them. **The default implementation choose one randomly.**