woo_products
List or retrieve WooCommerce products from your store by providing store URL and API keys. Filter by status, category, search, and pagination.
Instructions
List or get WooCommerce products.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_url | Yes | WooCommerce store URL (e.g. https://mystore.com) | |
| consumer_key | Yes | WooCommerce consumer key (ck_...) | |
| consumer_secret | Yes | WooCommerce consumer secret (cs_...) | |
| action | No | list or get (default: list) | |
| id | No | Product ID for action='get' | |
| per_page | No | ||
| page | No | ||
| status | No | publish, draft, pending, private | |
| category | No | ||
| search | No | ||
| orderby | No | ||
| order | No |