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

WooCommerce API Integration Configuration

Below are the step-by-step instructions to configure the WooCommerce API integration.

1. Login to WordPress Admin

Open your WordPress admin panel using the following URL:

https://yourstore.com/wp-admin

Enter your Admin Username and Password to log in.

2. Navigate to WooCommerce Settings

After logging in:

1. Go to WooCommerce → Settings from the left navigation menu.

2. Click on the Advanced tab.

3. Under the Advanced tab, select REST API.

This section is used to generate API credentials that allow external systems such as ERP, CRM, or middleware applications to integrate with WooCommerce.

3. Create a New API Key

1. Click on Add Key.

2. A form titled Key Details will appear.

3. Fill in the required fields as shown below:

Field

Example

Description

ERP Integration

User

Admin

Permissions

Read/Write

Once the details are entered, click Generate API Key.

4. Copy API Credentials

After the key is generated, WooCommerce will display the following credentials:

· Consumer Key

· Consumer Secret

Example:

Important: The Consumer Secret will only be displayed once. Make sure to copy and store it securely.

These credentials are required for external applications to authenticate and communicate with WooCommerce through the API.

Last updated