πREST API
This content has been imported from https://woocommerce.com/
Last updated
This content has been imported from https://woocommerce.com/
Last updated
WordPress permalinks must be set to something that is easily human readable at: Settings > Permalinks.
Day and name is a great default, but anything aside from Plain should work
The WooCommerce REST API works on a key system to control access. These keys are linked to WordPress users on your website.
To create or manage keys for a specific WordPress user:
Go to: WooCommerce > Settings > Advanced > REST API. Note: Keys/Apps was found at WooCommerce > Settings > API > Key/Apps prior to WooCommerce 3.4.
Add a Description.
Select the User you would like to generate a key for in the dropdown.
Select a level of access for this API key β Read access, Write access or Read/Write access.
Select Generate API Key, and WooCommerce creates API keys for that user.
Now that keys have been generated, you should see Consumer Key and Consumer Secret keys, a QRCode, and a Revoke API Key button.
The Consumer Key and Consumer Secret may be entered in the application using the WooCommerce API, and the app should also request your URL.
If the keys are correct, make sure that the keys have correct permissions (If you are reading and writing data, then make sure the permission is set to βRead/Writeβ)
If you have access to .htaccess
file then add the below lines temporarily for the test
Select Add Key. You are taken to the Key Details screen.