Woo Commerce Connection

See the Connector Marketplace topic. Please request your administrator to start a trial or subscribe to the Premium Woo Commerce connector.

This topic describes how to authenticate to Woo Commerce and configure any necessary connection properties in the Woo Commerce connection connector.

Connection Configuration

Each connection property available in the Woo Commerce connector is explained below.


Connection Name

The name of the connection to be created should be provided. This is the name that will display on the list of available connections.


Auth Scheme

The type of authentication to use when connecting to Woo Commerce.

Possible Values

  • Basic: Set this to use Basic user / password authentication. Note that Basic authentication is only supported over HTTPS. If using Basic authentication, the credentials will be sent as query parameters with every request.

  • OAuthOneLegged: Set this to use the one-legged OAuth 1.0 Authentication.

  • OAuth: Set this to perform OAuth 2.0 authentication.


Basic or OAuthOneLegged

If Basic or OAuthOneLegged is selected, additional configuration parameter will get listed.

Consumer Key

The consumer key assigned by WooCommerce when creating the authentication credentials.

As part of creating a new set of credentials, you will receive the ConsumerKey and ConsumerSecret values.

Consumer Secret

The consumer secret assigned by WooCommerce when creating the authentication credentials.

As part of creating a new set of credentials, you will receive the ConsumerKey and ConsumerSecret values.

User Name

WooCommerce account user name is to be provided.

Password

WooCommerce account password is to be provided.


OAuth

If OAuth is selected, additional configuration parameters will get listed.

Refresh Token

The OAuth refresh token for the corresponding OAuth access token.

Client Secret

The client secret assigned when you register your application with an OAuth authorization server.

Client ID

The client Id assigned when you register your application with an OAuth authorization server.


URL

The URL of the WooCommerce instance.


Add Configuration: Additional properties can be added using this option as key-value pairs.


After entering all the details, click on the TEST button.

If the connection service identification and authentication details are provided correctly, a success message stating “connection available” is generated.

Click on the CREATE button to save the changes.

If the details are incorrect or the server is down, you will get a message “Connection unavailable”.

Top