cigchat_set_integration_woocommerce
Configures your WooCommerce integration in cig.chat by specifying store URL, API consumer key, and consumer secret, allowing the bot to manage shop operations through chat commands.
Instructions
Update the config of WooCommerce integration [POST /integration/woocommerce] Requires the "Manage Team" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Store URL Example: https://woo.dev | |
| token | Yes | API consumer secret | |
| api_key | Yes | API consumer key |