Automattic\WooCommerce\Internal\Agentic\Enums\Specs
FulfillmentType{}
Fulfillment types as defined in the Agentic Commerce Protocol.
No Hooks.
Usage
$FulfillmentType = new FulfillmentType(); // use class methods
Methods
No Methods in class.FulfillmentType{} FulfillmentType{} code WC 10.8.1
class FulfillmentType {
/**
* Physical shipping.
*/
const SHIPPING = 'shipping';
/**
* Digital delivery.
*/
const DIGITAL = 'digital';
}