
This plugin is the store-side half of the Epox integration. Install it on your WooCommerce
store and Epox can publish generated images and video straight into your products, reusing
the WooCommerce API key you have already issued — there is nothing extra to configure.
It exists because the generic WooCommerce product endpoint cannot express what the
integration needs. Without this plugin, publishing one image takes three round trips
(upload, attach, verify) and WooCommerce re-downloads the file itself, which fails on some
hosting stacks and can leave duplicates behind on a retry. With it, the whole operation
happens once, on your server, in a single transaction.
What it adds:
gallery-slider-for-woocommerce, formerly WooGallery).All routes live under epox/v1 and authenticate with your existing WooCommerce
Read/Write API key.
GET /wp-json/epox/v1/status — reports the plugin version and capabilities.POST /wp-json/epox/v1/media-sync — import media and attach it to a product or its variations.POST /wp-json/epox/v1/media-detach — remove synced media from a product.