Get WooCommerce Settings
wc_get_settingsRead a WooCommerce settings group by group ID (e.g., general, tax, products) and retrieve all setting IDs with their current values for audit and review.
Instructions
Read a WooCommerce settings group. Groups include: general, products, tax, shipping, checkout (= payments), advanced, email. Returns all setting IDs and their current values for the group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | Settings group ID, e.g. 'general', 'tax', 'advanced', 'products'. | |
| response_format | No | Output format: 'markdown' for human-readable, 'json' for machine-readable. | markdown |