BaseLinker Variant & Attribute Sync
299.00 PLN
About product
This plugin gives you full control over product variants in WooCommerce. It reads data from BaseLinker, synchronizes attributes (e.g. color, size), creates or updates product variations, and automatically removes those no longer available in stock. All triggered by a single flag.
What does the plugin do?
- Every X minutes (default: 1, configurable in settings), the plugin scans your BaseLinker inventory and looks for products marked with the “Update” flag (
extra_field_4876). - Updates parent attributes: reads “Color” and “Size” features from BaseLinker and sets them as taxonomies (
pa_color,pa_size) in WooCommerce. - Creates or updates variants: using SKU, it imports price, stock, and the correct attribute values.
- Removes outdated variants: any variation that no longer exists in BaseLinker is automatically deleted from WooCommerce.
- Resets the flag in BaseLinker after successful synchronization to avoid duplicate processing.
Key Benefits
- Fully automated: set the flag once and the plugin takes care of everything.
- Flexible cron interval: define how often sync runs – every few minutes or more.
- Smart parsing: variant names like “Red L” or “Navy Blue XL” are correctly parsed into color and size, even with multiple-word names.
- Simple setup: WordPress settings panel with fields for API token, warehouse ID, and flag identifier.
- Detailed logging: all actions and possible errors are stored in
/wp-content/blvs-log.log.
Who is it for?
- WooCommerce stores using BaseLinker with variant products
- Agencies and integrators managing multiple BaseLinker clients
- Teams looking for fast, reliable, and hands-off variant syncing
Features at a Glance
- Synchronizes
pa_colorandpa_sizeattributes - Creates and updates variations based on SKU
- Automatically removes non-existing variants
- Configurable cron interval (in minutes)
- Settings panel with internationalization support
- Logs all actions and errors for transparency
Technical Requirements
- WordPress 5.0+ & WooCommerce 3.0+
- PHP 7.2+
- BaseLinker API token and access to the
extra_field_data field