lookup_shopid_gid_v1
Look up a shop's internal game identifiers using IsThereAnyDeal game IDs. Supply the shop ID in the path and the game IDs in the request body to get the mapped product IDs.
Instructions
[POST] /lookup/shop/{shopId}/id/v1 - Lookup game IDs on shop by ITAD game IDs。必填: path: shopId | body。可选 API Key(环境变量: ITAD_API_KEY, ISTHEREANYDEAL_API_KEY, APIKEY, apikey)。可读取资源 itad://guide/calling 获取完整调用说明。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | 请求体(此接口必填) | |
| query | No | Query 参数对象(可选) | |
| headers | No | 请求头对象(可选) | |
| oauthToken | No | OAuth token(非 oauth 接口可忽略) | |
| pathParams | Yes | 路径参数对象,必填: shopId |