Woocommerce
Supports Import only
It Requires a Domain Prefix while installing[Is the domain of their store that is linked to their woo-commerce website]
This part will be the domain prefix.
The username and Password will be the consumer key and secret.
To create or manage keys for a specific user, go to WooCommerce -> Settings -> Advanced.
Note: Keys/Apps were found at WooCommerce -> Settings -> API -> Key/Apps prior to WooCommerce 3.4.
In the next screen, add a description and select the user for which you want to generate the key. Using the REST API with the generated keys will confirm to that user’s WordPress roles and capabilities.
Choose the level of access for this REST API key, which can be Read access, Write access, or Read/Write access. Then click the “Generate API Key” button, and WooCommerce will generate REST API keys for the selected user.
Now that keys have been generated, you should see two new keys, a QRCode and a Revoke API Key button. These two keys are your Consumer Key and Consumer Secret.
If the user associated with an API key is deleted, the API key will cease to function. API keys are not transferred to other users.