For the complete documentation index, see llms.txt. This page is also available as Markdown.

WooCommerce Configuration

Field
Description

Web Service URL

Specifies the WooCommerce store API endpoint URL used to establish the connection between the integration platform and the WooCommerce store. The URL should point to the WooCommerce REST API base path. Example: https://yourstore.com/wp-json/wc/v3/. Replace yourstore.com with the actual domain name of the WooCommerce store.

Consumer Key

The API Consumer Key generated from the WooCommerce REST API settings. This key is used to authenticate the integration application and allow it to access WooCommerce resources such as orders, customers, and products. For more details use WooCommerce API Integration Configuration

Consumer Secret

The API Consumer Secret associated with the Consumer Key. It works together with the Consumer Key to securely authenticate requests between the integration system and WooCommerce. This credential should be kept confidential.

Test Connection: After entering the above details, click Test Connection to verify that the integration platform can successfully connect to the WooCommerce store using the provided API credentials.

Last updated