# 商品データを連携する

<figure><img src="/files/UpdFZfbMxyNrwclvPTQE" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**genser独自のデータインテリジェンスノウハウ**

genserは単なる連携にとどまらず、独自のマルチモーダルエンジンでデータを最適化します。詳細ページが画像であってもテキストを抽出するOCRや、商品画像を自ら解釈して説明を生成するキャプショニング技術などを適用します。このような高度な前処理を通じて原データの限界を補い、AIが完全に理解できる高品質なメタデータに再加工して最良の検索品質を保証します。
{% endhint %}

{% hint style="success" %}
**商品データ連携方式の案内**

商品データは運用環境に合わせて以下の2つの方式のいずれかを選択するか、併用して連携することが可能です。
{% endhint %}

{% hint style="info" %}
**データ反映時点の案内**

APIで送信されたデータは即座に検索結果に表示されるわけではなく、当該国の現地時間で **毎日午前00:15**に実行される一括処理（バッチ）作業を通じて検索エンジンに反映されます。
{% endhint %}

#### すでに運用中の商品フィード（URL）はありますか？

Googleショッピングなど既に使用している商品フィードのURLがある場合、追加の開発なしにすぐに連携できます。大量のデータを定期的に自動収集するのに最も適した方式です。

* **特徴：** 低い開発難易度、定期的な自動更新（バッチ）、既存フィードの再利用可能
* **推奨対象：** サイト運営システムから商品フィードのURL抽出が可能な場合

{% content-ref url="/pages/UPKvoe5tTyNq9UzuAfwx" %}
[（サービス準備中）商品データファイル連携](/ja/integration/product-data-integration/feed-file-import.md)
{% endcontent-ref %}

***

#### 商品情報をgenserに送信する必要がありますか？

商品の作成、修正、削除イベントをgenserサーバーに送信する方式です。複雑なビジネスロジックに合わせて柔軟に連携できます。

* **特徴：** 高い連携自由度、CloudEvents標準規格準拠
* **推奨対象：** 商品情報をgenserに送信する場合

{% content-ref url="/pages/jLoPXCeyfM49T5Ev9cQ8" %}
[標準 API 直接連携](/ja/integration/product-data-integration/standard-api.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.genser.ai/ja/integration/product-data-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
