Last modified: Juli 1, 2025
To integrate Trustvoice with a store running on WooCommerce, API credentials must be generated manually from the WordPress admin interface.
ck_cs_The WooCommerce integration is used by Trustvoice to retrieve order data via the WooCommerce REST API.
To generate the API keys:
Trustvoice Integration), select a user, and set Permissions to Read.Example usage:
GET https://yourstore.com/wp-json/wc/v3/orders
Authentication: Basic base64(ck_xxxxx:cs_xxxxx)
📄 See WooCommerce documentation for step-by-step instructions
⚠️ Never share API keys or secrets in unencrypted emails or open chats.
Always use a secure transfer method such as encrypted email or a password manager.