Finale Knowledge Base

How to add an integration to Woocommerce v5.x

Screenshot_032620_091406_AM.jpg


  1. Login to the admin screen for your WooCommerce store.

    Screenshot_032620_092528_AM.jpg

  2. Select WooCommerce > Settings > Advanced > API tab. Check the "Enable the REST API" checkbox. Click "Save" to save changes.

    Screenshot_032620_093329_AM.jpg

  3. Stay on the API tab, and go to Keys/Apps section by clicking on Keys/Apps link.

    Screenshot_032620_093452_AM.jpg

  4. Click on "Add Key" Button.

  5. Fill the description field, select the user for whom keys needs to be generated, select level of access as 'Read/Write'

    Screenshot_032620_094244_AM.jpg

  6. Click the "Generate API Key" button.

  7. Note the Consumer Key and Consumer Secret Generated.

    Screenshot_032620_094633_AM.jpg

  8. Enter the base URL for your WordPress installation, copy the Consumer Key, and copy the Consumer Secret in the fields below:

    • WordPress base URL:

    • Consumer Key:

    • Consumer Secret:

Back to Top