WooCommerce Code Reference

ProductTaxStatus
in package

Enum class for all the product tax statuses.

Table of Contents

NONE  = 'none'
Tax status for products that are not taxable.
SHIPPING  = 'shipping'
Indicates that only the shipping cost should be taxed, not the product itself.
TAXABLE  = 'taxable'
Tax status for products that are taxable.

Constants

SHIPPING

Indicates that only the shipping cost should be taxed, not the product itself.

public string SHIPPING = 'shipping'