woo_products
Retrieve a list of WooCommerce products or fetch a specific product by ID using store credentials.
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 |