> 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/developers/product-collection/google-merchant-api.md).

# Google Merchant API

GMC Merchant API 규격의 요청 body를 그대로 전용 엔드포인트로 전송하면 됩니다. 별도의 데이터 변환 없이 GMC API 표준 방식 그대로 사용할 수 있습니다.

{% 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)를 참고해 주세요.&#x20;
{% endhint %}

## **GMC API 엔드포인트**

* 요청 주소: `https://api.gelatto.ai`

<table><thead><tr><th width="414.0234375">Endpoint</th><th width="100.4296875">Method</th><th width="101.41796875">Header</th><th></th></tr></thead><tbody><tr><td><code>/collector/google/products</code></td><td>POST</td><td>Api-Key: 발급받은 API KEY</td><td>Merchant API 바디와 동일</td></tr><tr><td><code>/collector/google/products/{productInputsName}</code></td><td>PATCH</td><td>Api-Key: 발급받은 API KEY</td><td>Merchant API 바디와 동일</td></tr><tr><td><code>/collector/google/products/{productInputsName}</code></td><td>DELETE</td><td>Api-Key: 발급받은 API KEY</td><td></td></tr></tbody></table>

{% hint style="info" %}
`{productInputsName}` 은 다음 [문서 내용](https://developers.google.com/merchant/api/reference/rest/products_v1/accounts.productInputs/patch?_gl=1*5oc6ws*_up*MQ..*_ga*MTg0NTgzMDY3Mi4xNzczNzE1MDgw*_ga_SM8HXJ53K2*czE3NzM3MTUwODAkbzEkZzAkdDE3NzM3MTUwODAkajYwJGwwJGgw#path-parameters)을 참고해 주세요.&#x20;
{% endhint %}
