Skip to content

Instantly share code, notes, and snippets.

@luiseduardobraschi
Created May 8, 2025 01:03
Show Gist options
  • Save luiseduardobraschi/f4a0413dd01ca2d94f8d9bbb6fc06b27 to your computer and use it in GitHub Desktop.
Save luiseduardobraschi/f4a0413dd01ca2d94f8d9bbb6fc06b27 to your computer and use it in GitHub Desktop.
List WooCommerce categories in "key value" format from Rest API

You will need JQ to format the output.

curl https://yoursite.com/wp-json/wc/v3/products/categories \
-u ck_test:cs_test | jq '.[] | .id .name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment