
內容簡介
Epox Connector for WooCommerce 是一款專為 WooCommerce 商店設計的外掛,能夠簡化媒體檔案的上傳與管理。透過此外掛,商家可以輕鬆將生成的圖片和影片直接發布至產品中,提升操作效率並減少重複檔案的問題。
【主要功能】
• 單次請求同步:所有媒體處理在伺服器端一次完成
• 安全重試機制:避免重複導入媒體檔案
• 全部或無:失敗時自動移除已創建的附件
• 支援影片導入:可將產品影片連結至畫廊
• 變體圖片管理:多個變體可共用同一生成圖片
外掛標籤
開發者團隊
② 後台搜尋「Epox Connector for WooCommerce」→ 直接安裝(推薦)
原文外掛簡介
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:
One call per sync. Download, media-library registration, gallery placement and
metadata all happen server-side in one request.
Safe retries. Every media item carries an idempotency key. If Epox retries a sync,
the plugin returns the attachment it already created instead of importing a second copy.
All-or-nothing. If any part of a sync fails, attachments created during that request
are removed. A failed sync leaves no orphans in your media library.
Video support. Product video can be imported and linked to your gallery plugin’s
metadata, which the standard WooCommerce product API has no way to express. The video file
itself can be imported into your media library — not just referenced by URL — verified
against “WooCommerce Gallery Slider” (gallery-slider-for-woocommerce, formerly WooGallery).
Variation images. One generated image can be assigned across several variations
without importing it more than once.
Endpoints
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.
