Smart batching SQL
This identifies batchable low-SKU orders—a great starting point for a smart batching run
SELECT
order_id,
COUNT(DISTINCT sku) AS sku_count,
COUNT(*) AS total_lines
FROM
order_items
WHERE
order_date = CURRENT_DATE
GROUP BY
order_id
HAVING
sku_count <= 2;
0
3 comments
Cedric Corbett
1
Smart batching SQL
powered by
The Fulfillment Files
skool.com/the-fulfillment-files-2761
Unlock fulfillment strategies that top warehouses use and get access to hidden methods that slash costs, boost throughput, and deliver results—fast.
Build your own community
Bring people together around your passion and get paid.
Powered by