Title: FeedAgentX – Connector for FeedAgentX.com
Author: feedagentx
Published: <strong>2026년 5월 9일</strong>
Last modified: 2026년 9월 22일

---

플러그인 검색

![](https://s.w.org/plugins/geopattern-icon/feedagentx-connect.svg)

# FeedAgentX – Connector for FeedAgentX.com

 작성자: [feedagentx](https://profiles.wordpress.org/feedagentx/)

[다운로드](https://downloads.wordpress.org/plugin/feedagentx-connect.2.3.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/feedagentx-connect/#description)
 * [평가](https://ko.wordpress.org/plugins/feedagentx-connect/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/feedagentx-connect/#installation)
 * [개발](https://ko.wordpress.org/plugins/feedagentx-connect/#developers)

 [지원](https://wordpress.org/support/plugin/feedagentx-connect/)

## 설명

**FeedAgentX** is the official WordPress plugin that connects your WooCommerce store
to [FeedAgentX.com](https://feedagentx.com).

It exposes your product catalog (titles, prices, stock, images, categories and variants)
through a token-protected API. **FeedAgentX.com** fetches the catalog, validates
it and formats it for the **OpenAI Stable product-feed schema**.

Use the CSV or hosted feed URL generated by FeedAgentX.com when adding a product
feed in OpenAI Ads Manager. OpenAI account access, supported markets, feed processing
and advertising approval are managed separately by OpenAI. Installing this plugin
does not guarantee product placement or enable checkout.

This plugin does **not** process payments or orders.
 Catalog reads use a protected
REST API accessible to clients holding your feed token. The token also allows sync
acknowledgments and an ownership request; only a WordPress administrator can approve
an ownership change.

**Key Features**
 * 🔒 Secure, read-only REST API connection * 🧠 Product data preparation
for OpenAI product feeds * 📣 Independent Ads and search eligibility controls * 
⚙️ JSON feed optimized for FeedAgentX.com schema * 🕓 Full & Delta feed generation*
🔑 Token-based authentication * 🧾 Product change tracking (price, stock, category)*
🧩 Lightweight and fully compatible with WooCommerce

### 🧠 What is FeedAgentX.com?

[FeedAgentX.com](https://feedagentx.com) is a SaaS platform that helps WooCommerce
stores
 connect to **ChatGPT’s Agentic Commerce Protocol (ACP)** ecosystem.

It collects product data through this connector, validates required fields and creates
a flat product feed. The hosted URL can be connected in OpenAI Ads Manager; CSV 
export and an optional configured SFTP transfer are also available. Review processing
results in Ads Manager after submission. Checkout integration is separate and is
not provided by this plugin.

### External services

This plugin connects your WooCommerce store to **FeedAgentX.com**, a third-party
SaaS platform operated by FeedAgentX. The plugin itself does **not** make outbound
calls; instead it exposes a read-only REST API that the FeedAgentX.com service pulls
from after you connect your store.

**What data is shared with FeedAgentX.com:**

 * Product catalog data: titles, descriptions, prices, stock levels, SKUs, brands,
   categories, image URLs, product attributes, and variant data.
 * Plugin and platform metadata: plugin version, schema version, WordPress / WooCommerce/
   PHP versions, store currency, and target country.
 * No customer information, order data, or personal data is read or transmitted.

**When data is shared:**

 * Only after a site administrator generates an API token in **FeedAgentX  Settings**
   and pastes it into a connected workspace at FeedAgentX.com.
 * Every request must include a valid Bearer token. Tokens can be revoked from the
   plugin’s Settings page at any time, which immediately stops all access.

**Service provider:**

 * FeedAgentX.com — Privacy Policy: [https://feedagentx.com/privacy/](https://feedagentx.com/privacy/)
 * FeedAgentX.com — Terms of Service: [https://feedagentx.com/terms/](https://feedagentx.com/terms/)

### Server configuration (recommended)

The plugin writes diagnostic logs to `wp-content/uploads/feedagentx-logs/`.
 The
directory is protected from direct web access by `.htaccess` (Apache) and web.config(
IIS), which the plugin generates automatically.

**If your site runs on Nginx**, those files are ignored. Add the following block

inside your server config to deny direct access to the log directory:

    ```
    location ~* /wp-content/uploads/feedagentx-logs/ {
        deny all;
        return 404;
    }
    ```

The logs only contain route names, error messages, and migration events —
 authentication
tokens are never included in diagnostic logs — but production sites should still
block external reads.

### Security notes

 * All endpoints require a Bearer token; tokens compare in constant time
    (`hash_equals`)
   and rotate from the admin UI.
 * Authenticated requests have a per-token rate limit (default 120/min).
 * Failed-auth requests have a per-IP rate limit (default 10/min) to defend
    against
   brute force and log spam.
 * Logging defaults to INFO level with 14-day file retention.
 * Log directory is protected with `.htaccess` + `web.config`; Nginx admins
    must
   add the rule above.

### License

This plugin is licensed under the GPL-2.0-or-later license.
 It only shares catalog
data with your verified FeedAgentX.com account. No customer, order, or personal 
information is collected.

> “FeedAgentX — The WooCommerce connector for FeedAgentX.com.”

## 설치

**Requirements**

 * WordPress 6.2 or later
 * PHP 8.1 or later
 * WooCommerce 5.0 or later

**Steps**

 1. Install the plugin from **Plugins  Add New** in your WordPress admin, or upload
    the `.zip` and activate it.
 2. Make sure WooCommerce is installed and active.
 3. Go to **FeedAgentX  Settings**.
 4. Click **Generate token** to create a read-only API token.
 5. Copy the API endpoints shown on the Settings page:
 6.  * Full feed: `/wp-json/feedagentx/v1/feed/full`
     * Delta feed: `/wp-json/feedagentx/v1/feed/changes`
     * Health check: `/wp-json/feedagentx/v1/health`
 7. Sign in at [FeedAgentX.com](https://feedagentx.com) and paste the site URL and 
    token into the connect-store form.
 8. Review brand, Ads eligibility and return settings, then run a full sync. Use the
    SaaS-generated CSV or hosted URL in Ads Manager; the WordPress endpoints contain
    the source catalog, not the flat upload format.

## FAQ

### ❓ Can I use this plugin without FeedAgentX.com?

No. This plugin is designed exclusively for use with your verified FeedAgentX.com
account.

### 🔐 How is access secured?

All endpoints require a valid **Bearer Token**, generated in the plugin settings.

Tokens can be revoked or regenerated anytime.

### 🧾 What data is shared?

Only product catalog data — title, price, stock, SKU, brand, category, image URLs,
and availability.
 No personal data, orders, or payments are processed.

### 💬 How does it connect to ChatGPT?

FeedAgentX.com validates your catalog and creates a product feed. Connect the generated
hosted URL or upload its CSV in OpenAI Ads Manager, then check the processing results
there. Feed acceptance and advertising eligibility depend on OpenAI’s account and
product requirements.

### 💾 How often does it sync?

FeedAgentX.com controls synchronization frequency and fetches your data automatically.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“FeedAgentX – Connector for FeedAgentX.com”(은)는 오픈 소스 소프트웨어입니다. 다음의
사람들이 이 플러그인에 기여하였습니다.

기여자

 *   [ feedagentx ](https://profiles.wordpress.org/feedagentx/)

[자국어로 “FeedAgentX – Connector for FeedAgentX.com”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/feedagentx-connect)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/feedagentx-connect/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/feedagentx-connect/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/feedagentx-connect/)을 [RSS](https://plugins.trac.wordpress.org/log/feedagentx-connect/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 2.3.0

 * Supports moving Ads settings to FeedAgentX, with explicit approval in WordPress
   before local Ads controls become read-only.
 * Reports excluded category IDs, full paths and exact-term scope consistently in
   health and feed responses. Existing source category filters remain active.
 * Shows the settings owner and links to FeedAgentX; preserves legacy controls for
   stores still managed in WordPress.
 * Keeps Search and Checkout settings independent of Ads ownership. Health requests
   never change ownership.
 * Aligns catalog counts with source filters and clears ownership metadata on uninstall.

#### 2.2.0

 * Stable OpenAI product schema: canonical is_ads_eligible, independent search/Ads
   controls and explicit return acceptance.
 * Nine required fields; policies and countries are optional except where checkout
   requires them.
 * Stable wc-ID identities survive SKU edits and prevent SKU reuse from replacing
   another item. Run a full SaaS sync after upgrading.
 * Event-ID pagination and acknowledgments prevent same-second and multi-page change
   loss. The updated backend requires this version.
 * Variation removal updates the parent, so remaining variants stay in the feed.
 * Active-sale prices follow WooCommerce’s displayed tax convention. Scheduled discounts
   are not published early.
 * Actual brand resolution, GTIN checksum validation, variant options and public
   URL checks. Parent GTINs are not copied to every variant.
 * Adds source IDs and explicit per-product overrides for reliable SaaS revalidation.
 * Uses WooCommerce’s native GTIN getter without PHP notices. Tested with WordPress
   7.1 and WooCommerce 10.2.3.
 * Clarifies the OpenAI Ads product-feed workflow and separate checkout eligibility
   requirements.

#### 2.1.0

 * OpenAI flat (file-upload) spec compliance: the feed now carries every required
   flat field.
 * Eligibility flags are back as first-class settings — `is_eligible_search` / `
   is_eligible_checkout` are required by the spec; new optional `is_eligible_ads`.
   Store-wide defaults with per-product overrides on the product edit screen (Advanced
   tab).
 * Brand is now emitted per product via the brand resolver (required field, max 
   70 chars).
 * New per-variant data: scalar `gtin` + `mpn`, sale price window dates, weight 
   + dimensions (with units), `is_digital`, pre-order `availability_date` (WooCommerce
   Pre-Orders).
 * Availability enum aligned with the spec: `pre_order` (was `preorder`), new `unknown`;`
   discontinued` removed.
 * Feed header now includes `store_country`, `target_countries` (new multi-select
   setting), and the seller block (name, URL, privacy policy, terms, return policy).
 * Validator rewritten around the flat spec’s 18 required fields and conditional
   rules; error paths use flat field names.

#### 1.0.0

 * Initial public release.
 * Read-only REST API for the OpenAI Agentic Commerce Protocol (ACP) “Upcoming” 
   schema (Product  Variants nested).
 * Variant expansion: variable WooCommerce products emit one Variant per WC variation.
 * Full feed (`/feed/full`) and cursor-based delta sync (`/feed/changes`) with explicit`/
   feed/changes/ack` endpoint.
 * `Authorization: Bearer` token authentication, per-token rate limiter for authenticated
   requests, per-IP rate limiter for unauthenticated requests.
 * Per-product brand resolver (Woo Brands, YITH, Perfect Brands, meta, attributes).
 * File-based daily-rotated logger; log directory protected by generated `.htaccess`
   + `web.config`.
 * Settings page with Connection / Feed / Brand / Diagnostics tabs.
 * Clean uninstall: drops plugin table, removes options, clears scheduled events.
 * Requires PHP 8.1+ and WooCommerce 5.0+.

## 기초

 *  버전 **2.3.0**
 *  최근 업데이트: **1일 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.2 또는 그 이상 **
 *  다음까지 시험됨: **7.1.2**
 *  PHP 버전 ** 8.1 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/feedagentx-connect/)
 * 태그:
 * [ChatGPT](https://ko.wordpress.org/plugins/tags/chatgpt/)[openai](https://ko.wordpress.org/plugins/tags/openai/)
   [product feed](https://ko.wordpress.org/plugins/tags/product-feed/)[woocommerce](https://ko.wordpress.org/plugins/tags/woocommerce/)
 *  [고급 보기](https://ko.wordpress.org/plugins/feedagentx-connect/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/feedagentx-connect/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/feedagentx-connect/reviews/)

## 기여자

 *   [ feedagentx ](https://profiles.wordpress.org/feedagentx/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/feedagentx-connect/)