Woocommerce

Step 1: Go to: WooCommerce > Settings > Advanced > REST API. Note: Keys/Apps was found at WooCommerce > Settings > API > Key/Apps prior to WooCommerce 3.4.

Your link would be like this: “<YOUR_STORE_URL>/wp-admin/admin.php?page=wc-settings&tab=api&section=keys&create-key=1”. Once you goto this page, you would see the following screen:

Step 2: Type “Shimoku” and choose the permission “Read” as per the below image. And then click “Generate API key”

For building integration with WooCommerce, your developer would require API Keys. In WooCommerce these are two keys namely – Consumer Key and Consumer Secret. Using these two, your developer would get the authentication to access the products, categories and other details necessary to build an app for your E-Commerce Store.

Step 3: Once you generate API Key, you would get the Key details in the next page. You need to copy the consumer key and consumer secret and send it to your developer.

More info at:

https://woocommerce.com/document/woocommerce-rest-api/#section-3

Last updated