Informedio Catalog Sync for WooCommerce

Vendor-neutral WooCommerce ETL pipeline. Ingests vendor catalog data, stages it, applies filters and mappings, and syncs products into WooCommerce.

12 database tables

Table NameDescriptionMethod
wp_catalogsync_Stores catalogsync data created by this plugin.Static
wp_catalogsync_catalog_stateStores analytics or statistics data.Static
wp_catalogsync_filter_profilesStores catalogsync filter profiles data created by this plugin.Static
wp_catalogsync_map_profilesStores catalogsync map profiles data created by this plugin.Static
wp_catalogsync_ss_staging_catalogStores catalogsync ss staging catalog data created by this plugin.Static
wp_catalogsync_ss_staging_categoriesStores catalogsync ss staging categories data created by this plugin.Static
wp_catalogsync_ss_staging_productsStores product records and related data.Static
wp_catalogsync_ss_staging_stylesStores catalogsync ss staging styles data created by this plugin.Static
wp_catalogsync_sync_deltasStores catalogsync sync deltas data created by this plugin.Static
wp_catalogsync_sync_runsStores catalogsync sync runs data created by this plugin.Static
wp_catalogsync_vendor_endpointsStores catalogsync vendor endpoints data created by this plugin.Static
wp_catalogsync_vendorsStores catalogsync vendors data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:catalogsync_map_
wp_postmeta
Post meta
wp_termmeta
Term meta