WooCommerce Code Reference

OrderInternalStatus
in package

Enum class for all the internal order statuses.

These statuses are used internally by WooCommerce to query database directly.

Table of Contents

CANCELLED  = 'wc-cancelled'
The order is cancelled.
COMPLETED  = 'wc-completed'
The order is completed.
FAILED  = 'wc-failed'
The order is failed.
ON_HOLD  = 'wc-on-hold'
The order is on hold.
PENDING  = 'wc-pending'
The order is pending payment.
PROCESSING  = 'wc-processing'
The order is processing.
REFUNDED  = 'wc-refunded'
The order is refunded.

Constants