ShippingMethods
Retrieve shipping methods.
Table Specific Information
Select
WooCommerce allows only a small subset of columns to be used in the WHERE clause of a SELECT query.
These columns support only the = comparison, unless stated otherwise. The available column for this
table is: Id. All other columns are processed client side.
SELECT * FROM ShippingMethods WHERE Id = 'flat_rate'
Columns
Name | Type | References | Description |
Id [KEY] | String | Method ID. | |
Title | String | Shipping method title. | |
Description | String | Shipping method description. |