> For the complete documentation index, see [llms.txt](https://help.genser.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genser.ai/ja/developers/product-collection.md).

# 商品データ収集API

{% hint style="info" %}
このガイドは、gelattoおよびgenser共通のガイドです。
{% endhint %}

## **商品データ収集 概要** <a href="#id-1" id="id-1"></a>

APIは、パートナーシステムの商品データをリアルタイムで収集する連携方式です。**商品登録・修正・削除**イベントを送信し、既存のコマース環境に応じて適切な方式を選択できます。

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-type="content-ref"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>商品データ収集API</strong></td><td>独自仕様API</td><td><a href="/files/FWve75CWeZ5nCevZ9Y9W">/files/FWve75CWeZ5nCevZ9Y9W</a></td><td><a href="/pages/iobGOJ6VuLAlRyHyszLl#id-2">/pages/iobGOJ6VuLAlRyHyszLl#id-2</a></td><td><a href="/pages/iobGOJ6VuLAlRyHyszLl#id-2">/pages/iobGOJ6VuLAlRyHyszLl#id-2</a></td></tr><tr><td><strong>Google Merchant API</strong></td><td>GMC 標準仕様をそのまま使用</td><td><a href="/files/tdTmLMdjowfUdfUopYSr">/files/tdTmLMdjowfUdfUopYSr</a></td><td><a href="/pages/iobGOJ6VuLAlRyHyszLl#id-3">/pages/iobGOJ6VuLAlRyHyszLl#id-3</a></td><td><a href="/pages/iobGOJ6VuLAlRyHyszLl#id-3">/pages/iobGOJ6VuLAlRyHyszLl#id-3</a></td></tr></tbody></table>

***

### **商品データ収集API** <a href="#id-2" id="id-2"></a>

商品データ収集APIは、商品データをプラットフォームへ送信するためのインターフェースです。\
商品登録・修正・削除イベントをリアルタイムで収集します。

* **ドキュメント:** [商品データ収集API](/ja/developers/product-collection/dtaapi.md)
* **サーバー・エンドポイント：** `https://api.gelatto.jp`

<table><thead><tr><th width="153.34765625">メソッド</th><th width="390.17578125">パス</th><th>説明</th></tr></thead><tbody><tr><td><code>POST</code></td><td><code>/collector/products</code></td><td>商品登録</td></tr><tr><td><code>PUT</code></td><td><code>/collector/products</code></td><td>商品修正</td></tr><tr><td><code>PUT</code></td><td><code>/collector/products-delete</code></td><td>商品削除</td></tr></tbody></table>

* **認証**：すべてのリクエストには、以下のヘッダーを必須で含める必要があります。

<table><thead><tr><th width="154.46484375">ヘッダー名</th><th width="372.19921875">説明</th><th>必須</th></tr></thead><tbody><tr><td><code>Content-Type</code></td><td><code>application/json</code> 固定</td><td>O</td></tr><tr><td><code>Api-Key</code></td><td>発行済みのAPIキー</td><td>O</td></tr></tbody></table>

{% hint style="info" %}
APIキーは管理画面で発行後、ご利用いただけます。
{% endhint %}

***

### **Google Merchant API** <a href="#id-3" id="id-3"></a>

GMC Merchant APIの仕様に基づいたリクエストbodyを、そのまま専用エンドポイントへ送信してください。別途データ変換を行うことなく、GMC API標準の方式をそのままご利用いただけます。

* **ドキュメント:** [Google Merchant API](/ja/developers/product-collection/google-merchant-api.md)

{% hint style="info" %}
GMC Merchant APIの仕様については、[Google公式ドキュメント](https://developers.google.com/merchant/api/reference/rest/products_v1/accounts.productInputs?_gl=1*uzno6q*_up*MQ..*_ga*MTE4OTkwOTY4NC4xNzcyNzEyNzM0*_ga_SM8HXJ53K2*czE3NzI3MTI3MzQkbzEkZzAkdDE3NzI3MTI3NTckajM3JGwwJGgw#ProductInput)をご参照ください。
{% endhint %}
