Skip to content

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:

  1. Product ID: The YITH product identifier
  2. Secret Key: Product-specific secret key
  3. Email: The email address associated with your YITH license
  4. License Key: Your YITH license key
  5. 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 /check endpoint
  • Downloads via /download endpoint with all required parameters
  • All API requests include: email, licence_key, product_id, instance (source URL), and secret_key
  • Validates by checking the success boolean in API response
  • Error messages are returned in the error field