Appearance
Yith
Recipe for managing YITH premium WooCommerce plugins.
Configuration
Product
- Label: Product
- Required: Yes
- Type: Text
- Note: This is the product ID from YITH
Product Secret Key
- Label: Product secret key
- Required: Yes
- Type: Text
Emailaddress
- Label: Emailaddress
- Required: Yes
- Type: Email
Source URL
- Label: Source URL
- Required: Yes
- Type: URL
- Placeholder:
https://example.com - Helper Text: The URL of the WordPress site where the license is active.
License Key
- Required: Yes
- Type: Secret
Features
How to Obtain License Information
You'll need to find the following from your YITH plugin:
- Product ID: The YITH product identifier
- Secret Key: Product-specific secret key
- Email: The email address associated with your YITH license
- License Key: Your YITH license key
- Source URL: Your WordPress site URL
These values are typically found in the plugin's license activation settings or in the plugin code.
Notes
- Uses YITH Licensing API at
https://licence.yithemes.com/api/ - Update information from
https://update.yithemes.com/plugin-xml.php - Validates licenses via
/checkendpoint - Downloads via
/downloadendpoint with all required parameters - All API requests include: email, licence_key, product_id, instance (source URL), and secret_key
- Validates by checking the
successboolean in API response - Error messages are returned in the
errorfield