Upload orders CSV

MySQL export of wp_wc_orders โ€” orders & subscriptions under HPOS.

Required columns

id, record_type, status, date_created_gmt, total_amount, subscription_id, order_relationship, billing_email

Extra columns (e.g. customer_id, parent_order_id) are allowed and ignored.

Import history

File Status Rows Imported Skipped When
wp_wc_orders.csv completed 3,861 3,861 0 2 hours ago

Re-uploading the same file is safe โ€” rows upsert on their WooCommerce id, so nothing duplicates.