Abstract
When scheduling the distribution of ordered items from a warehouse to customers, the transportation planning is generally done first and serves as input for planning warehouse operations. Such a sequential approach can lead to substantial inefficiencies when the customer deliveries are restricted by time windows, and the warehouse has limited resources available (both order pickers and space in the staging area). This paper studies the trade‐offs between warehouse operations and transportation planning. The goal is to understand the impact of three specific managerial interventions: adopting an integrated planning approach, expanding the available staging space, and expanding the delivery time windows. To this end, we propose a mathematical model for a general vehicle routing problem that incorporates order batching, order picker scheduling, staging, and vehicle loading. We introduce a novel idea to express the picking time of an order batch as a function of the batch size and develop a metaheuristic to solve this integrated problem. Furthermore, we develop exact algorithms to provide optimal solutions for the individual warehouse and transportation problems in a sequential planning approach. Managerial insights are distilled from case studies in two warehouses, one for ambient products and the other for refrigerated products, of a leading grocery retailer in the Netherlands. Our results show that integrated planning outperforms the other managerial interventions and generates cost savings between 9% and 11%. Savings are generally realized by executing larger order batch sizes to be picked in the warehouses at the expense of additional routing cost (around 2–3%). The second intervention in the form of time window expansions of only 15 minutes for customer deliveries can lead to cost savings between 4% and 6%, which results from a reduction in both transportation and warehousing cost. Expanding the capacity of the staging area is only meaningful when the staging space is highly utilized and only results in cost savings for the warehouse operations.
INTRODUCTION
The vehicle routing problem (VRP) consists of finding delivery routes from a depot to a set of geographically dispersed customers such that the total fleet operating cost is minimized subject to various constraints. This problem needs to be solved on a daily basis by tens of thousands of carriers worldwide. The VRP has received significant attention in the literature over the last 60 years. Dantzig and Ramser (1959) first introduced the capacitated VRP, and Clarke and Wright (1964) proposed one of the most widely known heuristics. In the last two decades, the classical VRP has been extended by integrating it with closely related operational problems (See Schmid et al., 2013; Darvish and Coelho, 2018.) Several successful applications include the integrated facility location and routing problem between a fresh produce distributor and a pest‐control irradiation services provider (Geismar et al., 2020) as well as the implementation of an integrated production and routing system by Kellogg (Brown et al., 2001), by Frito‐Lay (Çetinkaya et al., 2009), and by the paper manufacturing industry (Geismar & Murthy, 2015). The integration of warehousing and transportation decisions has attracted limited attention in the literature as the two highly challenging combinatorial optimization problems are mostly NP‐hard. However, sequentially solving these interrelated problems has economic and logistical implications. The main focus of this paper is to study the trade‐offs when integrating the decision‐making regarding warehouse operations and transportation planning and to provide insights into the benefits of such an integrated approach compared to a sequential one. Our study is motivated and illustrated by our collaborations with a leading grocery retailer in the Netherlands.
A common service requirement in modern supply chains is to provide a rapid and consolidated delivery of products to customers. Consequently, transportation planning and route creation are given priority over warehouse planning as a timely delivery directly impacts customer experience. Another motivation to prioritize distribution management is that transportation accounts for a large part of a company's logistics costs. According to Rodrigue (2020), these costs account for up to 58% whereas the cost of operating and maintaining warehouses and inventory constitutes around 34%. Such a sequential approach of imposing transportation plans on the operational planning in warehouses relies on warehouse managers being able to process and prepare orders such that vehicles can be loaded and dispatched from the warehouse at their scheduled time. When order delivery due times are longterm (e.g., multiple days), the traditional approach of decomposing the transportation planning from the warehouse operations is sufficient. However, short lead times, often in combination with tight delivery time windows, are common service requirements in modern supply chains such as e‐commerce deliveries (Dayarian & Savelsbergh, 2020), retail store deliveries (Akyol & De Koster, 2013), and shipment consolidations in cross‐dock facilities (Dellaert et al., 2018). The strict vehicle routing schedules and short lead times prevent warehouse managers from efficiently executing the order picking process. In particular, the batch sizes for order picking become smaller, which requires more order pickers and increases the labor cost of manual order picking. Another reason why warehouse managers struggle to easily absorb and accommodate varying routing needs without additional financial burden is that they do not have sufficient capacity at their disposal. A recent survey of warehouse managers found that warehouse space availability is the greatest concern for 43% of the respondents (Turner & Townsend, 2021). In particular, warehouse space is severely scarce in Western Europe, parts of Asia, and coastal regions in North America. The size of the staging space, which serves as a consolidation point for orders before they are loaded onto vehicles, can be a fraction of the daily warehouse output. In grocery retail warehouses, this ratio is usually less than 30%. As a result, the vehicle routing plans result in time periods during which the staging space is fully occupied. This leads to planning disruptions as order picking operations have to be halted and vehicles have to be loaded and dispatched before additional items can be sent to the staging area (Ostermeier et al., 2022). The interactions between the warehouse processes and transportation planning are visualized in Figure 1.

Warehousing and transportation processes considered in this paper.
Most studies in the literature follow the sequential planning paradigm from practice, where the scheduling of vehicle routes ignores any internal warehouse constraints and only focuses on the (timely) distribution of products between the warehouse and delivery locations either computationally (Laporte, 2009) or empirically (Akyol & De Koster, 2013). In contrast, we develop an integrated planning approach where vehicle routes are constructed while considering the most important operational warehouse processes (i.e., batching orders and scheduling order pickers) and satisfying any staging space constraints. Only a few papers use a similar approach. Schubert et al. (2018) are the first to integrate VRP and order picking. The authors minimize the total tardiness of all customer orders where vehicles can only depart from the warehouse once all items of the orders to be delivered by the vehicle have been picked. Orders can only be picked one by one, and a fixed number of order pickers start at the beginning of the planning horizon. Around the same time, Moons et al. (2018, 2019) developed another integrated problem formulation with hard delivery time windows (instead of only a soft delivery due date) and a more general objective function, where they minimize the sum of the travel cost (i.e., number of vehicles), vehicle employment cost (i.e., travel distance), and order picking cost (i.e., number of order pickers). Schubert et al. (2021) extend a similar formulation with a heterogeneous fleet. All aforementioned papers assume a single‐order picking policy, that is, orders are picked one by one, and no staging space limitations. Kuhn et al. (2021) extend the original problem formulation of Schubert et al. (2018) by including a fixed set of possible order batches that can be assigned to the order pickers. Note that this formulation has no cost associated with the ordering picking or vehicle routing decisions. The only paper that includes restrictions on the number of items that can be stored between the order picking and routing processes is by Ostermeier et al. (2022). In their problem formulation, the items of each order need to be picked from different zones in the warehouse (i.e., as suborders) and the space required for the full order is reserved from the moment the first items from a suborder have been picked until the full order has been loaded in the vehicle. This means that the picking of any suborder can only start if sufficient capacity is available at the staging space for the full order (not just the suborder). Similar to other papers, suborders are picked one at a time (i.e., no batching is allowed). Furthermore, the number of order pickers is predetermined instead of a decision variable. We extend all these integrated problem formulations in three ways: (i) order batching is allowed, (ii) multiple shifts of order pickers can start at different points in time over the planning horizon and the number of order pickers in each shift is a decision variable, (iii) the available staging space is restricted but does not prevent the order pickers from starting the picking process (they might have to wait until sufficient space is available at the staging area to drop off the order batch that is picked). We include hard time window constraints for the deliveries and a homogeneous fleet. However, the solution technique developed in this paper can also handle problem formulations where these two assumptions are relaxed.
Our integrated problem formulation is inspired by the operational characteristics as observed by a leading grocery retailer in the Netherlands (see Section 6 for more details). We aim to compare the performance and costs of our integrated approach to other intervention mechanisms that logistics managers can employ when the staging space becomes overwhelmed. The staging process is at the heart of the warehouse operations and connects the order picking process to transport routing. Ultimately, the size of the staging area as well as the speed and time epochs at which the staging space can be filled (through order picking) and vacated (through loading vehicles) determine whether the warehouse can feasibly execute the vehicle routing schedule. In our discussions with managers, two distinct interventions were mentioned. First, warehouse managers can add additional staging space, allowing the order picking process to continue without any interruptions and leading to a more efficient execution of order batches and lower order picking cost. However, a staging space expansion can be costly, as the staging space is a valuable piece of real estate in any warehouse as it is located in front of the dock doors and all warehouse flows pass through the staging space. Second, warehouse managers can request transport planners to negotiate different order delivery time windows at the retail locations such that the dispatch time of vehicles is more favorable for the warehouse operations. The impact of these managerial interventions will be analyzed in our case studies at the partner retailer.
The contributions of this study can be classified as methodological and managerial. Methodologically, we contribute to the literature by formulating a general VRP that incorporates order batching, order picker scheduling, staging, and vehicle loading processes at the warehouse. The integration of warehouse processes with vehicle routing is not new to the literature. However, the models in the literature do not capture the key decision‐making aspects in warehouses that truly drive the order picking cost (that includes order batching and scheduling order pickers). Specifically, batching orders significantly adds to the computational complexity of the integrated problem and is therefore not considered in most papers that combine warehouse operations with transportation planning. In particular, we develop a novel expression that accurately approximates batch processing times as a direct function of the batch size. We validate our closed‐form expression with empirical data. This new (and simple) expression allows us to introduce the new problem formulations and solution algorithms that rely on this new expression. We develop exact algorithms to solve these problems with a sequential approach. For the integrated approach, we provide a solution methodology that is based on an adaptive large neighborhood search (ALNS) algorithm that relies on structural results of the order batching expression.
From a managerial perspective, we perform case studies of the operations in two warehouses operated by our partner retailer, one for ambient products and the other for refrigerated products. The case studies not only focus on evaluating the integrated approach but also investigate common managerial interventions when using a sequential planning approach. Our numerical results show that implementing an integrated planning approach outperforms the alternative interventions. With the current staging capacity, an integrated approach can generate around 9% and 11% of cost savings for the ambient and refrigerated warehouse, respectively. These savings can be made by generating vehicle routing plans that accommodate more efficient order batches, which reduces the number of required order pickers. A time window expansion of only 15 minutes can lead to 4–6% cost savings. However, this expansion is challenging as delivery time windows are governed by contracts, for example, with franchisees. In contrast to the expectations of the industry partner, under high utilization of the staging area, we find that (i) a staging space expansion (equivalent to five FTLs) is a better solution compared to 15‐minutes time window expansions under a sequential planning approach and (ii) the reverse holds under an integrated approach. Under medium‐to‐low utilization of the staging area, we find that (i) adopting delivery time windows that are 15 minutes wider is more beneficial than adding additional staging space under a sequential planning approach and (ii) expanding either the staging space or the time windows can add limited benefits under an integrated approach.
The outline of our paper is as follows. Section 2 reviews the relevant literature. Section 3 introduces the description of the problem and notations. Section 4 formulates the VRP and warehouse planning problem as individual problems. Section 5 presents the formulation of the integrated planning problem and an overview of our ALNS algorithm to solve the integrated problem. We describe the warehouse operations and delivery network of the two case studies in Section 6, and we present the results in Section 7. The paper concludes in Section 8 with our managerial insights.
LITERATURE REVIEW
In this section, we provide an overview of three streams in the literature that are relevant to our study: warehouse planning with order picking in batches, VRPs with constraints on the loading capacity, and integrated warehousing and transportation problems.
Warehouse planning with batch order picking
The main functions of a warehouse are receiving, storage, order picking, and shipping items. Warehouse managers focus most of their efforts on optimizing order picking processes as this contributes to the majority of warehousing costs (Richards, 2021). Order picking involves retrieving items from their storage locations and ensuring that the items are ready to be delivered to customers who ordered them. One of the most prominent strategies to improve the order picking performance is order batching (i.e., combining customer orders into picking orders or batches) (Gademann et al., 2001). This section focuses on papers that consider order batching for warehouses with multiple order pickers.
The joint order batching, assignment, and sequencing problem (JOBASP) describes how a set of customer orders is retrieved from the warehouse as efficiently as possible by combining customers orders into single pick routes (order batching), deciding which order picker is assigned to each batch, and in which sequence the batches are picked to ensure that all orders are picked before their due time. Henn (2015) formulates the problem to minimize the total tardiness of all orders and proposes a variable neighborhood search (VNS) algorithm to solve the optimization problem. Matusiak et al. (2017) minimize the total batch execution time (including pick, travel, and setup time), which depends on the skill set of the order picker assigned to the batch. Due times are not included, and therefore, sequencing decisions are not made. The authors develop an ALNS algorithm to find good solutions. Muter and Öncan (2022) do not include any due times for the order picking either. They propose a column generation and VNS algorithm for the problem to minimize the makespan as primary objective and the total travel time as secondary objective. In these papers, the possible order batches are predetermined. As a result, the order picking time of a batch (or travel time within the warehouse) is calculated offline and is an input parameter for the JOBASP.
Zhang et al. (2017) study the creation of batches in the JOBASP. They assume an S‐shaped picking strategy and a random storage assignment, such that the distance of the picking tour of a batch is based on the number of aisles included in the tour. Simple batching and assignment rules are defined to find a solution. When the storage locations of the individual items are included, and the sequence in which items of a pick route are picked is part of the decision‐making, this is referred to as the picker routing problem. Consequently, the order pickers know an exact path through the warehouse to pick all items in the batch and the distance (and processing time) of the corresponding pick route can be determined. The extension of the JOBASP with such routing decisions for the order pickers in the warehouse is called the joint order batching, assignment, sequencing, and routing problem . Ardjmand et al. (2018) include distances between items and develop a hybrid simulated annealing and ant colony optimization algorithm to solve the problem where the makespan is minimized. In contrast, Scholz et al. (2017) use a graph network to represent the pick locations of items and design a variable neighborhood descent (VND) algorithm to minimize the total tardiness. Van Gils et al. (2019) also use a graph network and propose an iterated local search algorithm to minimize the total order picking time subject to due time constraints.
Interestingly, all the above‐mentioned papers assume that the number of order pickers is given and all order pickers are readily available at the start of the planning horizon (and can thus immediately start with their first picking tour). Rijal et al. (2021) extend the JOBASP with an order picker scheduling problem that generates workforce schedules for multiple shifts by assigning and sequencing (predetermined) batches to order pickers while ensuring that the due time windows of orders are respected. In the individual warehouse planner's problem that we develop in Section 4.2, a similar problem is solved with the exception that the possible batches are not predetermined. Instead, we determine the batch sizes that need to be picked by individual order pickers, where the time of a tour to pick the items of a particular batch depends solely on the number of items in the batch (i.e., the batch size) instead of the individual items. Using data analytics, we find a closed‐form expression that accurately approximates the picking time for a batch. Consequently, we only have to keep track of the number of picked items to verify whether all items of an order have been picked. As a result, we can develop an exact algorithm to solve this new formulation of the JOBASP.
VRP with loading capacity
The vehicle routing literature is vast and varied. For a recent overview of VRP with hard time window constraints , we refer to Pecin et al. (2017) and Zhang et al. (2021). Only very few studies have examined VRPs that are constrained by a loading capacity such that a limited number of vehicles can be loaded at the same time. Hempsch and Irnich (2008) consider routing problems where multiple vehicle routes compete for limited resources. This class of problems is called routing problems with inter‐tour resource constraints. For a variety of such problems, Irnich (2008) presents a unified local search procedure based on resource extensions along a giant route representation of a solution, where a giant route represents a sequence of individual routes based on relevant time and space information. For example, the sequence in which vehicles depart from the warehouse can be the order in which routes are represented in the giant route. El Hachemi et al. (2015) formulate an integer programming problem for the transportation of wood, where special machines are required to load wood onto vehicles. Dabia et al. (2019) and Van der Zon (2017) study the same VRP where the number of available dock doors varies over the day, and the capacity to load items in the vehicles depends on the number of employees at the loading docks. Dabia et al. (2019) use column generation to find an optimal solution, whereas Van der Zon (2017) proposes an ALNS to solve larger‐size problem instances where the loading capacities can be exceeded with some penalty. In the same nomenclature, our integrated warehousing and transportation problem can also be classified as a routing problem with inter‐tour resource constraints. However, instead of the limited availability of the resources being given, order picking and staging are separate resources that interact with each other as well as with the vehicle routes.
Integrated warehouse and transportation planning
This section discusses studies that integrate order picking operations with vehicle routing. For a more general overview of the literature on combining decision‐making problems from a warehouse planning perspective, we refer to Van Gils et al. (2018).
Schmid et al. (2013) are the first to propose extending the VRP with order picking as an interesting research opportunity. Since then, a number of publications have addressed this integrated problem. Two types of objective formulations are considered in the literature: minimizing the tardiness or makespan with soft (or no) delivery time window constraints or minimizing the order picking and delivery cost with hard time window constraints. Schubert et al. (2018) and Kuhn et al. (2021) minimize the total tardiness of all customer orders. The orders are picked one by one (i.e., no batching) in Schubert et al. (2018), who develop an iterated local search algorithm where the initial solution is generated by solving the VRP first with simple rules and then the order picking is determined, and a VND procedure is used for solution improvements. Kuhn et al. (2021) extend the problem formulation with order batches that can be assigned to order pickers and use an ALNS algorithm to solve the problem. Zhang et al. (2018) minimize the makespan and number of vehicle routes since the route planning is simplified with a fixed cost and time duration per route. Consequently, there are no due times or delivery time windows, no sequencing decisions, and the transportation problem is not a VRP. The authors mainly focus on the order picking process where order batching is allowed.
A more general objective function expresses the minimization of the total costs, which consist of travel cost (i.e., number of vehicles), vehicle employment cost (i.e., travel distance and/or time), and order picking cost (i.e., number of order pickers). Such a problem setting was first studied by Moons et al. (2018, 2019). In their work, a fixed number of permanent order pickers are available over the entire planning horizon and temporary order pickers can be hired. Since orders can only be picked one at a time (i.e., order batching is not allowed) and order pickers are paid per minute, the assignment decision of orders to order pickers tries to use permanent order pickers as much as possible since their wage rate is lower. The number of temporary order pickers is not minimized as they are not paid per shift or for a minimum duration. Schubert et al. (2021) set a fixed cost per order picker and consider heterogeneous vehicles that need to satisfy customer requirements (i.e., the assigned vehicle is customer dependent). The authors propose a VNS metaheuristic with a VND algorithm as the local search procedure. Chen et al. (2022) minimize the completion time of picking order batches and travel cost, but they do not include order pickers in their problem formulation. The time to pick items in a batch is determined as in Zhang et al. (2017). The only paper that includes a limited intermediate storage area is by Ostermeier et al. (2022). However, the authors make simplified assumptions about how to use the staging area, which restricts an efficient utilization of the space (see Section 1). Furthermore, a fixed number of order pickers are available. Their solution approach is based on the same techniques as those developed by Schubert et al. (2021). As discussed in Section 1, we extend these references by including decisions regarding order batches, the number of order pickers assigned to shifts, and utilizing a limited staging space while solving the VRP with time windows.
PROBLEM DESCRIPTION AND NOTATIONS
In this section, we discuss the details of the problem and we present a model formulation of the problem.
Topology
The network of a warehouse and all customer locations is represented by graph
Delivery resources and process
At the start of the planning horizon, customer
Order fulfillment resources and order processing times
In a manual picker‐to‐parts system, human order pickers travel to product locations to pick items. The number of units picked in a single picking route is called the batch size and is denoted by
Order staging and dispatching
The staging space is a buffer between the order picking and vehicle dispatching processes (see Figure 1). In many warehouses, the size of the staging area is significantly smaller than the total number of units picked and shipped from the warehouse on a daily basis. If the staging area is completely filled with unit loads, two operational remedies are available. Managers can either postpone the completion of subsequent batches to be picked by temporarily stopping any order picking activities or by assigning larger batch sizes to pickers, or they can start the loading process of vehicles at an earlier time so that units are cleared from the staging area. Both strategies are inefficient but allow for flexible use of the limited staging space. Using order pickers with a nonoptimal efficiency increases warehouse costs. Vacating the staging area earlier increases the duration during which vehicles are used and consequently raises transportation costs. In our paper, the warehouse has a limited staging capacity of Z units at any time.
Order batching
Picking orders in batches is common practice in B2C warehouses. However, customer orders can consist of hundreds of products in B2B retail settings and multiple order pickers need to pick units in parallel to complete one customer's order in time. In such environments, particularly in retail, order batches consist of multiple load carriers (e.g., pick pallets, roll cages) to be picked simultaneously by one order picker. For example, in our case company, order pickers typically use up to five roll cages in the same pick route, where each roll cage can be associated with a different store order. Therefore, it is prohibitively difficult to determine order batch processing times (Gademann et al., 2001). It is more reasonable to use approximate order picking times. Such an approach is taken by Çeven and Gue (2015). They propose a processing rate that is linear in the number of units to pick, that is, The processing time to pick a batch with a size of b units is given by
Claim 1 is supported with empirical data from a large retailer in the Netherlands (see Section 6 for more details). The data comprise 4 weeks of information on the orders from individual retail stores, the composition of order batches, the number of units in each batch (i.e., batch size), and the realized processing time of each order batch. A total of 1,086,275 units were picked in 232,000 batches at five warehouses that keep a wide range of products over 54 order picking zones. We performed an ordinary least square regression analysis for each zone to find the best value of the batch processing time factor α (i.e., the value that minimizes the squared error).
Figure 2 shows the distribution of the different α values. A larger value of α indicates that more economies of scale can be obtained with batch picking, whereas a value close to one indicates that there are hardly any efficiencies with batch picking. The average value of R 2 associated with the regression analysis is 0.95 with a standard deviation of 0.04. As a result, we conclude that Equation (1) accurately predicts the processing time of a batch with b units.

Values of the batch processing time factor α over the 54 picking zones.
Order picker schedule
Order pickers are scheduled in shifts. A shift of type
A Gantt chart to illustrate order picker schedules (i.e., variable
Objective
From a transport planner's perspective, the aim is to minimize the cost associated with the travel distance and the duration that vehicles are used. This usage duration starts when units are loaded into the vehicle, and it ends when the vehicle returns to the warehouse after completing the delivery route. From a warehouse manager's perspective, the aim is to minimize the number of order pickers required to pick the units and place them in the staging area so that vehicles can be loaded on time. The cost of a vehicle (with driver) is c 1 per unit of time, and the travel cost is c 2 per unit of distance. The cost of scheduling an order picker in the planning horizon is c 3.
A summary of the notations for all input parameters and decision variables (including simplifying notations) is presented in Tables 1 and 2, respectively.
Notations for the input parameters of the integrated warehousing and transportation problem.
Notations for the decision variables of the integrated warehousing and transportation problem (including simplifying notations).
SEQUENTIAL PLANNING
In the literature and in practice, it is common to solve the warehousing and transportation problems sequentially (see Section 1). When the transportation problem is solved first, the times that the units have to be loaded in the vehicle specify the due times for the order picking process in the warehousing problem (see Section 2.1). When the warehousing problem is solved first, the times that the picking of an order is complete specify the earliest time a vehicle can load and dispatch the units in the transportation problem. This is called the release date or ready time of a customer order in vehicle routing. (See Cattaruzza et al., 2016, Reyes et al., 2018, Shelbourne et al., 2017, and Wölck and Meisel, 2022, for recent references.) This section presents the individual subproblems in a sequential approach, where the transport planner's problem is solved first and the warehouse planner's problem second. This is consistent with most observations in practice, including our case studies.
Transport planner's problem
The transport planner's problem is formulated as
The objective in Equation (2) is to minimize the cost of the travel distance and duration that vehicles are occupied for loading and transporting customer orders. These periods include any potential wait times before a vehicle can unload and deliver the units within the designated time window specified by the customer order. Constraints (3) ensure that each customer node i is visited exactly once. Constraints (4) and (5) serve as flow conservation constraints: each vehicle k has to leave and return to the warehouse, and if a vehicle k arrives at node i, it also has to leave node i, respectively. Units can only be delivered at node j after the delivery at node i is completed by the same vehicle k (i.e., the previous customer in the delivery route) plus the travel time between the two customer locations by constraints (6), and the delivery should occur within the specified time window according to constraints (7). The number of units delivered in a route cannot exceed the loading capacity of a vehicle k based on constraints (8). Constraints (9) and (10) indicate the domain of the decision variables for the routing problem. The transport planner's problem
Warehouse planner's problem
The solution to problem
The objective in Equation (11) minimizes the total order picking cost. Constraints (12) allow each picking position to be used at most once for each order picker. Constraints (13) and (14) determine the time when the picking of the order batch at a specific picking position assigned to an individual order picker is completed. Constraints (13) and (15) ensure that the ordering picking is performed during the shift assigned to the order picker. Constraints (16) and (17) track which picking positions and the associated batches are completed before the loading of a vehicle starts. Note that the variables
It can be argued that constraints (20) are somewhat restrictive as we could also consider loading units in a vehicle once parts of these units are available at the staging area for a delivery route. We do not allow for such flexibility for three main reasons. First, it would significantly increase the number of alternatives in any solution procedure, which increases the computational complexity to find a good solution within a reasonable computational effort. Second, vehicles would be located at the loading dock longer, which raises the cost associated with transportation (i.e., the cost for truck drivers as well as occupying trailers). Third, in many warehouses, all pallets or roll cages destined for a single customer need additional checking for completeness before being loaded in a vehicle. However, we do allow for early departures of vehicles, which can be seen as a similar trade‐off as the early loading of units in vehicles. Both alternatives provide more flexibility for order picking and the use of the available staging space at the expense of using the vehicles longer. Furthermore, the problem formulation already allows for shorter routes to load units earlier in vehicles, which comes at the expense of additional routes to the transportation planning. Please note that constraints (18) and (19) are nonlinear. As the nonlinear term contains one binary variable, it can be easily made linear following the linearization procedure in Glover (1975).
Structural properties of warehouse planner's problem
We present the following proposition for the complexity of the warehouse planner's problem. Even with fixed routes and departure times (i.e., for given values of
See Appendix EC.2 in the Supporting Information.
The maximum order picking throughput of an individual picker within a duration of t time units is given by
Note that The maximum order picking throughput for the batch picking time in Equation (1) is superadditive, that is,
Consider the order picking throughput during two separate time segments with a duration of t
1 and t
2 time units as
The warehouse planner's problem can be reformulated as a set covering problem (see Appendix EC.3 in the Supporting Information) and solved using a branch‐and‐price framework. The pricing problem for this problem is new to the literature. (See Appendix EC.4 for more details in the Supporting Information.)
INTEGRATED PLANNING
In the integrated problem formulation, the sum of the transportation and warehousing cost is minimized under the same constraints as defined in the previous section:
We develop an ALNS algorithm to solve the integrated optimization problem. The proposed procedure is a decomposition algorithm consisting of three subroutines that are executed iteratively. Routes and a vehicle loading sequence are generated in the first subroutine, the actual start times when vehicles are loaded in the second, and the order picker schedule in the third. The complete pseudo‐code and parameter settings for the ALNS procedure (including how to generate an initial solution and an appropriate stopping criterion) are presented in Appendix EC.5 in the Supporting Information. In the remainder of this section, we only present the salient features of the subroutines that are unique to the problem under study. In particular, the second subroutine GLT is described in more detail as it captures a new approach to include order batching that relies on Theorem 1.
Generation of routes and loading sequence (subroutine GR_LS)
We use the giant route representation proposed by Irnich (2008) to show the sequence of routes arranged in ascending order when the associated vehicles start their loading process at the warehouse. An example of a giant route representation for a solution of eight customer locations and three routes is presented in Figure 4. Zero indicates a vehicle departure from the warehouse, 9 is a vehicle returning to the warehouse, and

A giant route representation of eight customer locations visited in three routes.
Generation of loading times (subroutine GLT)
The output of subroutine GR_LS provides a giant route
The first mechanism is creating and scheduling order batches to be picked. Remember that Theorem 1 specifies that combining order picking of two smaller time segments into one larger time segment is more efficient. Consequently, we introduce the concept of full batches, which are batches that consist of B units to pick. These are the most efficient batch sizes. Any batches of size
The second mechanism is identifying the time interval during which the loading of a vehicle for route

Duration cost of a route as a function of the time when the vehicle is loaded.
We now explain how the backward propagation procedure works. It starts with the last route in
Generation of shift schedules (subroutine GSS)
After completing subroutine GLT, we know when the vehicle for each route
DESCRIPTION OF CASE STUDIES
This section provides a detailed description of the cases from one of the leading grocery retailers in the Netherlands that inspired our study. They have six distribution centers (DCs) (two national, four regional), each with their own warehouses for ambient and refrigerated products. We use the two warehouses from the regional DC that supply the retail stores in the northwest region of the country to serve as our case instances for the numerical study in the next section. This region contains 273 store locations. The retailer operates three store formats, which are distinguished by store size. Small stores are located in areas with large daily traffic, such as train stations, airports, and university campuses. Medium‐sized stores are located in cities and residential areas. Large stores are comparable to supermarkets and are often located further away from densely populated city centers.
Store managers place orders in the order management system at least one day in advance. Store orders consist of individual stock‐keeping units, the quantity ordered, and the delivery time window. These orders are translated into several roll cages that are prepared at one of the four regional DCs. Each roll cage will be referred to as a unit in the remainder of this section. Transportation planners create a vehicle routing schedule that includes dispatching times when vehicles have to leave the warehouse, and the warehouse manager has to make sure the items are picked and prepared in units that can be loaded into vehicles before these dispatching times (i.e., a sequential approach). Although the two warehouses serve the same set of store locations, they handle different types of products and have independent delivery routes and picking operations. Furthermore, they have different spatial costs and do not share any staging or picking resources. Table 3 summarizes the case attributes based on 28 days of operational data received from the retailer. We note that the time period over which the data were collected is representative for “normal” operations at both warehouses (i.e., not during a peak season).
Summary of the operational characteristics of the warehouse with ambient products (case 1) and the warehouse with refrigerated products (case 2).
Delivery network
The data reveal that the travel duration between the warehouses and retail stores ranges between 5 and 104 minutes, with an average duration of around 34 minutes. The size of an order delivery to a retail store is measured in terms of the number of roll cages (or units), which are used to consolidate products. Each roll cage has a standard unit size. Separate sets of vehicles deliver the ambient and refrigerated products to customers. Both types of trucks can hold at most 54 roll cages. There are more frequent deliveries from the refrigerated warehouse. The average drop size of 0.32 truck loads is similar between the two cases, but the average drop size by store format shows interesting differences. The drop size for refrigerated products at small stores is 0.06 and significantly smaller compared to 0.12 for ambient products. These stores have limited refrigerated shelf space and rely on smaller and more frequent deliveries. Figure 6 shows the distribution of drop sizes from both warehouses by store format.

Distribution of the drop size by store format for each case study.
The delivery time window to start service at a store location has an average duration of 65 minutes for deliveries from both warehouses. However, these time windows are usually specified at different times of the day for the same store location. The average service time (or unloading time) at a retail store is around 100 minutes. Figure 7 presents the distributions of the travel time, unloading time, and arrival time window length.

Distribution of the delivery network characteristics for each case study.
Warehouse operations
The picking operations at both warehouses start every day at 11 p.m., and the customer locations are visited between 3 a.m. and 8 p.m. Order picking is performed in a low‐level picker‐to‐parts mode at both warehouses. The pick trucks have a capacity of at most five roll cages. Order pickers are scheduled in one of three 9‐hour shifts (starting at 11 p.m., 7 a.m., or 8 a.m., respectively).
The staging area for ambient products can hold 2106 units (or roll cages) at a time, which is equivalent to 39 full truckloads (FTLs). The staging area for refrigerated products is slightly smaller. The maximum number of units with ambient products delivered from the warehouse equals 7013 roll cages, which is almost 10% more than for the refrigerated products. However, the average number of daily deliveries of refrigerated products is higher and has a lower variability in daily outputs.
Order picking of ambient products has longer travel distances because the warehouse has a larger footprint. The unit picking time (i.e., time to pick a batch size of one roll cage) is 13.9 minutes in the ambient warehouse compared to 11.7 minutes in the refrigerated warehouse. Significant efficiency gains can be obtained by batch picking in both warehouses. The refrigerated warehouse has a higher batching efficiency than the ambient warehouse (batch processing factor of 1.65 and 1.42, respectively).
The cost of an order picker is € 25 per hour and is identical to the cost of a truck driver. The travel cost of a heavy semitrailer is around € 0.36 per kilometer regardless of whether the truck is used for ambient or refrigerated products. However, refrigerated products require an additional € 3.80 per hour to power the diesel generator to cool the trailer. To study the impact of expanding the staging space as an intervention mechanism, we need to specify the cost per square meter in the two warehouses. The spatial cost for comparable warehouses in the vicinity of the DC is € 75 per year per square meter (Jones Lang LaSalle IP, 2022). The staging area for one FTL requires a space of 17.6 by 4 meters. After subtracting the required space to maneuver around with order picking equipment, the effective space for the unit loads is 13.6 by 2.45 meters. Consequently, the annual cost of one FTL of staging space equals € 5,280. The annual energy cost is € 3.60 and € 11.90 per square meter for the ambient and refrigerated warehouse, respectively. Details about the energy cost can be found in Appendix EC.6 in the Supporting Information.
RESULTS
This section presents the results of our case studies, where we investigate the impact of three managerial interventions to make the order picking process and vehicle routing more efficient. First, warehouse managers can invest in additional staging space (labeled as staging space expansion or SSE). We consider increasing as well as decreasing the staging space up to 20 FTLs in steps of five FTLs (the current staging capacity at the warehouse for ambient and refrigerated products is 39 FTLs and 36 FTLs, respectively). A positive value for SSE indicates additional staging space, whereas a negative value indicates less space than currently available. We decided to include scenarios where the staging space is reduced by 20 FTLs to represent periods of time in the year where the utilization rates of all capacities (order pickers, staging space, and vehicles) are significantly higher (such as in December). Second, warehouse managers can negotiate less stringent time windows to deliver the replenishment orders at customer locations (labeled as time window expansion or TWE). To study the impact of this intervention, we add an extra 15 minutes to the end of each delivery time window. Third, the warehouse operations and transportation planning can be solved simultaneously instead of sequentially to make better trade‐off decisions between the conflicting objectives as outlined in Section 5 (labeled as integrated approach or IA).
Benchmark solution
The current planning approach to decide on the order picking processes and vehicle routing schedules at the retailer of our case studies will be used as a benchmark (labeled as sequential approach, or SA). In this approach, routes are generated first and the associated vehicle loading times are imposed on the warehouse planning. Next, warehouse managers determine the number of order pickers for each shift that is necessary to have all unit loads available at the staging space before vehicle departure. Table 4 presents the average daily cost and other performance measures for the benchmark solutions (i.e., average over the 28 instances without managerial interventions per case study).
Average performance of the cost and some operational measures per day for the benchmark solutions.
In the remainder of this section, we mainly illustrate our results for the case study in the warehouse with refrigerated products and refer to Appendix EC.7 (in the Supporting Information) for the results of the ambient warehouse since the figures have similar patterns.
Impact of managerial interventions on cost
The relative cost comparison between two solutions is presented by

Impact of managerial interventions (SSE, staging space expansion; TWE, time window expansion; and IA, integrated approach) on total cost in comparison to the retailer's sequential approach (SA) for the ambient and refrigerated warehouse.

Impact of managerial interventions (SSE, staging space expansion; TWE, time window expansion; and IA, integrated approach) on routing and order picking cost in comparison to the retailer's sequential approach (SA) for the refrigerated warehouse.
Several interesting conclusions can be drawn from these figures when considering the marginal value of the staging space and its interactions with TWE and the choice of the planning approach (i.e., SA or IA). First, increasing the staging space (i.e., without other interventions) does not lead to lower costs. In fact, the total cost increases by 0.6–0.7% for the ambient and refrigerated warehouse, respectively, when 20 FTLs are added to the current staging space. There are no cost savings for the vehicle routing or order picking process. The increase in total cost is caused by acquiring and operating the additional staging space. This contradicts the warehouse managers' expectations that additional staging space alone can lead to greater cost savings and bridge the gap to IA. Note that the results presented here are for a period with “normal” circumstances (i.e., no peak demand). SSE of −5 and −10 FTLs would be representative for periods of increased demand. For “normal” periods, additional staging space under the sequential planning approach is without additional benefit.
Interestingly, we find that the refrigerated warehouse can operate without additional cost when the staging space is reduced by five FTLs. Reducing the staging space beyond five FTLs leads to an exponential increase in total cost for both warehouses, mainly driven by higher order picking costs. Second, expanding the staging space has no additional benefit, not even in combination with any of the other interventions. However, when IA is implemented, reducing the staging space by 10 FTLs has no significant impact on additional ordering picking or vehicle routing costs in either of the two warehouses. The same holds true for a reduction of the staging area by 20 FTLs when both IA and TWE are implemented.
Third, implementing TWE reduces costs by around 5.6% and 4.9% compared to the benchmark solution in the ambient and refrigerated warehouse, respectively. Most of these cost reductions result from a more efficient order picking process as the reduction in routing cost is only 0.75% for both warehouses. When TWE is implemented in combination with SSE, the same conclusions hold (i.e., additional staging space does not result in extra cost reductions). TWE only leads to a lower cost increase when the staging space is reduced by 15 or 20 FTLs. This means that (i) TWE in itself is beneficial regardless of whether there is sufficient staging space and (ii) TWE becomes more beneficial when there is a lack of staging space.
Fourth, whether TWE has a bigger impact than SSE depends on the circumstances. When there is a lack of staging space and the sequential planning approach is used, it is more favorable to increase the staging space rather than to expand the time windows. The reverse observation is made when the integrated approach is used. However, when there is sufficient staging space, then TWE is preferred over SSE.
Fifth, IA is good at balancing between the order picking cost and the vehicle routing cost. The generated vehicle routes result in an average routing cost increase of around 2.5% in both case studies, but the reduction in the order picking cost is more than 20% in the case study for the ambient products and 31% in the case study for the refrigerated products. Overall, the total cost decreases by 8.6% and 10.7% in the ambient and refrigerated warehouse, respectively. Sixth, IA is hardly responsive to the available staging space (or lack thereof). If IA is employed, the staging space can be reduced by 10 FTLs (approximately 26% of the space currently available) without additional cost in both case studies. Even if the staging space is reduced by 20 FTLs, IA can largely mitigate the impact on the order picking cost (which increases exponentially when there is a severe shortage in staging space). In comparison, the total cost increases by only 16% when the staging space reduces by 20 FTLs and IA is employed in the case study with the refrigerated products, whereas the total cost increases by almost 80% otherwise. For the case study with the ambient products, these cost increases are around 0% and almost 94%, respectively. Especially when IA and TWE are employed simultaneously, there is hardly any impact on the total cost when the staging space is reduced by 20 FTLs.
We have validated these results for a set of stylized instances inspired by the case study in the warehouse with ambient products. (See Appendix EC.8 in the Supporting Information.)
Impact of managerial interventions on operational characteristics
This section studies other performance measures to explain the impact of the various managerial interventions at the operational level.
Figure 10 shows the time‐average utilization of the staging space under the different managerial interventions for the refrigerated warehouse. First, we observe that the available staging space is utilized on average only 20% in the benchmark solution. However, the maximum utilization is closer to 62% and the standard deviation of the utilization is around 17%. The profile for the average utilization is very similar when IA is implemented. The average utilization is even slightly higher. However, the standard deviation and maximum utilization decrease with IA. This means that IA makes better use of the space when it is available and tries to avoid scenarios where the utilization becomes too high (i.e., a bottleneck for the order picking process). That being said, implementing TWE greatly reduces the utilization ratio of the staging space (both the average and standard deviation) since more favorable departure schedules and route plans can be designed. This effect is even more pronounced when IA and TWE are implemented simultaneously.

Utilization of the staging space in the refrigerated warehouse.
Other than the use of the available space in the staging area, we also studied the impact on the order picking operations. It is well understood in the warehousing literature that order batching is key to greater efficiency in the picking process (De Koster et al., 2007). Figure 11 confirms that any cost savings through the adoption of each of the three managerial interventions are realized through larger batch sizes per picking tour. The strength of IA is the fact that it makes the order picking process more efficient by increasing the batch sizes: roughly one additional unit load is picked in an order picking route (see Figure 11a). This also explains the higher utilization of the staging space. When changes to vehicle routes are somewhat expensive, larger batch sizes result in a higher utilization of the staging space (i.e., there is less flexibility to synchronize when the order batch is picked and when the picked units are loaded in vehicles for the routing plan). However, there is more flexibility to adjust route compositions and departure times when TWE is employed without compromising the larger batch sizes. Consequently, the utilization of the staging space is greatly reduced with TWE.

Batch sizes for the refrigerated warehouse.
When we compare the schedules of vehicles departing from the warehouse, we observe that the benchmark solution (i.e., SA) can spread vehicle departures more equally over the planning horizon than IA (when considering the standard deviation of the inter‐departure times). (See Figure 12a.) This is mainly because IA results in larger batch sizes and a lower standard deviation in the batch sizes. Consequently, the departure times of vehicles are more correlated to the start times of the shifts for the order pickers when IA is adopted. Furthermore, larger batch sizes mean that multiple vehicles can get loaded once the order picker drops off the units from the pick tour at the staging area. This also results in periods during which many vehicles depart around the same time. Finally, we also analyzed to what extent vehicles depart early from the warehouse to make space available at the staging area when IA is implemented. Without TWE, this is on average around 23 hours per day, and around 6 hours per dday when TWE is also adopted (as presented in Figure 12b).

Departure characteristics for the vehicle routes in the refrigerated warehouse.
DISCUSSION AND CONCLUSION
This study investigates the joint planning of warehouse operations and transportation when order deliveries are dictated by time windows. We developed a novel approach to approximate processing times of order picking batches that we incorporated in the scheduling of warehouse personnel and route planning in a computationally tractable manner. Consequently, the integrated problem formulation allows for a better trade‐off between more efficient longer picking routes (i.e., shorter picking time per unit) and more flexible shorter picking routes (i.e., more flexibility regarding the timing when units become available at the staging area, which can be beneficial for transportation planning).
Our two case studies investigated three managerial interventions: adopting an integrated planning approach (IA), expanding the storage space (SSE), and negotiating wider delivery time windows (TWE). From our numerical results, the following managerial insights and practical implications have been derived:
Insight 1: An integrated planning approach outperforms other managerial interventions. IA generates larger cost savings compared to SSE or TWE (individually and jointly). The value of the integrated planning approach (or IA in short) is not limited to only the retail industry, which has been the main focus of this study. Its value is dictated more by the characteristics and conditions of the operational environment rather than the industry attributes. If warehouse resources are limited and delivery deadlines are strict, IA could be valuable to distribution warehouses in other industries such as discrete manufacturing and international spare parts delivery (which also has strict transport due times). Most hub‐and‐spoke distribution networks also require timely deliveries. However, IA will have limited value if shipments are made without hard delivery time windows, such as fluid shipment deliveries where vehicles can depart with picked items at any time epoch. Additionally, when ample staging space is available or the utilization of the staging space does not fluctuate much during the planning horizon (due to spread out vehicle departures), the adoption of IA will have a reduced benefit.
The implementation of IA may face barriers that stem from two sources. First, the enactment of IA requires organizational changes to planning departments for transportation and warehousing which are traditionally kept separate. Such changes may cause employee resistance and disruptions. Second, IA requires additional investments in tailored software implementations that can be prohibitive for small‐ and medium‐sized companies. In contrast, a large number of vendors provide mature software solutions for decomposed problems which are more accessible to small‐ and medium‐sized companies.
Insight 2: Think twice about expanding staging space. Expanding the staging space with 20 FTLs costs less than 1% of the total cost. Managers may be tempted to consider SSE because of its relatively low cost. However, the grocery industry is characterized by an average gross profit margin of as little as 2.5% (BusinessWire, 2022). Our case studies illustrate that SSE is only relevant to consider when the average utilization rate of the staging area over the entire planning horizon is 30% or higher. However, TWE gains more benefits than SSE under IA. Additional staging space can have a significant impact on the bottom line of the company.
In countries with lower real estate and energy costs, staging space expansions could be less cumbersome. Furthermore, if yard space is available and trailers can be used without earliness cost (e.g., when trailers are owned by the company itself), loading trailers in advance is analogous to increasing staging space albeit with some additional material handling cost. If space is not available within the existing warehouse structure or yard space is not available, a physical expansion of the warehouse is necessary which can be more expensive. In any case, our results show that the benefits can be limited and, therefore, caution should be warranted.
Insight 3: Modest time window expansions are valuable in sequential planning approaches. As shown in our case studies, expanding time windows has limited benefits under IA. In contrast, TWE leads to more favorable dispatch schedules under a sequential planning approach, which leads to significant reductions in the routing cost and order picking cost. However, TWE can be difficult to arrange especially when stores are franchised and delivery times are governed by contracts. Store managers may also resist TWE as repeated changes to delivery times at stores disrupt shelving times of products and interfere with periods of high customer traffic.
Insight 4: Route planners should provide warehouse managers with alternative transportation schedules. In practice, to the best of our knowledge, transport planning departments provide only one route and dispatch plan to warehouse managers. Most commercial routing solvers that use either heuristics or exact algorithms, already generate multiple “good” solutions which can easily be extracted and shared with warehouse planners. Designing order picking operations for different vehicle dispatching schedules can lead to substantial savings in warehousing cost. However, the suggested change may face resistance from transportation planners as it may adversely affect the performance indicators that judge their performance. To overcome this barrier, retailers can adopt a welfare‐sharing mechanism between the two departments or judge the overall cost performance. However, the cost savings in this suggested sequential approach with multiple routing schedules can be highly coincidental as this approach lacks an iterative improvement mechanism to guide the selection of routing schedules that make the order picking process more efficient.
References
Supplementary Material
Please find the following supplemental material available below.
For Open Access articles published under a Creative Commons License, all supplemental material carries the same license as the article it is associated with.
For non-Open Access articles published, all supplemental material carries a non-exclusive license, and permission requests for re-use of supplemental material or any part of supplemental material shall be sent directly to the copyright owner as specified in the copyright notice associated with the article.

