Skip to content

Instantly share code, notes, and snippets.

@StefT1
StefT1 / auto-update-order-status-from-fulfillments.php
Last active September 30, 2025 13:33
MU plugin to keep WooCommerce order statuses in sync with Fulfillments API (beta) and Woo’s computed order-level fulfillment status.
<?php
/**
* Plugin Name: WooCommerce – Auto update order status from Fulfillments
* Description: Keeps WooCommerce order statuses in sync with WooCommerce's new Fulfillments API using built-in utilities.
* Version: 0.6
* Author: Stef Tock
*
* == NOTE ==
* WooCommerce Fulfillments is in beta. Changes to fulfillments may break this plugin.
*