docs/wc-cli/wc-cli-commands/wc-shipping-zone.md
Manage WooCommerce shipping zone resources.
List all shipping zones.
--fields - Limit response to specific fields. Defaults to all fields.
--field - Get the value of an individual field.
--format - Render response in a particular format.
Default: table
Options: table, json, csv, ids, yaml, count, headers, body, envelope
Create a new shipping zone.
--name - Shipping zone name. (Required)--order - Shipping zone order.--porcelain - Output just the id when the operation is successful.<id>Get a single shipping zone.
--fields - Limit response to specific fields. Defaults to all fields.
--field - Get the value of an individual field.
--format - Render response in a particular format.
Default: table
Options: table, json, csv, yaml, headers, body, envelope
<id>Update an existing shipping zone.
--name - Shipping zone name.--order - Shipping zone order.--porcelain - Output just the id when the operation is successful.<id>Delete an existing shipping zone.
--force - Whether to bypass trash and force deletion.--porcelain - Output just the id when the operation is successful.