Automattic\WooCommerce\Internal\Agentic\Enums\Specs

FulfillmentType{}WC 1.0

Fulfillment types as defined in the Agentic Commerce Protocol.

No Hooks.

Usage

$FulfillmentType = new FulfillmentType();
// use class methods

Methods

No Methods in class.

FulfillmentType{} code WC 10.8.1

class FulfillmentType {
	/**
	 * Physical shipping.
	 */
	const SHIPPING = 'shipping';

	/**
	 * Digital delivery.
	 */
	const DIGITAL = 'digital';
}