How to Find and Filter Orders by Delivery Date
Use WooCommerce order management to locate orders by their scheduled delivery date or timeslot.
Use WooCommerce order management to locate orders by their scheduled delivery date or timeslot.
Use WooCommerce order management to locate orders by their scheduled delivery date or timeslot.
As your order volume grows, you'll want to pull up all orders scheduled for a specific delivery date — particularly at the start of each day to plan your dispatch.
The delivery date and timeslot are stored as order meta on each order. To see them:
By default, the orders list view doesn't show a delivery date column. However, there are a few ways to work around this:
Plugins like WooCommerce Admin (built into WooCommerce) or third-party order table plugins allow you to add custom columns to the orders list. You can add the delivery date meta field as a column, making it visible at a glance across all orders.
Use a WooCommerce order export plugin (or the built-in WooCommerce export under WooCommerce > Orders > Export) to export orders with all meta fields. The delivery date and timeslot will be included as columns, and you can then sort or filter by date in a spreadsheet.
For smaller operations, some store owners add a manual note or tag to orders after reviewing the delivery date. This isn't automated, but it's a lightweight way to flag today's deliveries.
The plugin is fully compatible with WooCommerce High-Performance Order Storage (HPOS), which uses custom order tables instead of post meta. Delivery date and timeslot data is stored correctly under HPOS and accessible in the same way via the order details view.