Previously, cancelling an order through import always restocked inventory automatically. Now you can decide whether that happens on a per-order basis.
🚀 What’s New#
- Cancel: Restock column – set to
FALSEto prevent inventory restocking when cancelling an order, or leave asTRUE(the default) to keep the current behaviour.
🔧 Improvements#
- Backward compatible defaults – existing import files without the new column continue to work exactly as before, with inventory restocked on cancellation.
- Full cancellation control – use
Cancel: RestockalongsideCancel: Reason,Cancel: Refund, andCancel: Send Receiptfor complete control over the cancellation process.

