eBay API 将 findItemsByProduct 限制为区域站点

eBay API limit findItemsByProduct to Regional Site

我正在尝试使用 Ebay API 以通过 ISBN 或 UPC 查找项目。 使用 findItemsByProduct API

使用以下URL(将MY_APP_ID替换为真实的),我可以获得与Inception的UPC相匹配的项目列表883929106646

http://svcs.ebay.com/services/search/FindingService/v1?OPERATION-NAME=findItemsByProduct&SERVICE-VERSION=1.0.0&SECURITY-APPNAME=MY_APP_ID&RESPONSE-DATA-FORMAT=XML&REST-PAYLOAD&productId.@type=UPC&productId=883929106646&paginationInput.entriesPerPage=3

但是,我想将其限制为仅 Ebay UK 项。

文档说你应该在 URL 中传递 GLOBAL-ID=EBAY-GB 但随后我收到以下错误(对 URL 没有其他更改):

<findItemsByProductResponse xmlns="http://www.ebay.com/marketplace/search/v1/services">
<ack>Failure</ack>
<errorMessage>
<error>
<errorId>41</errorId>
<domain>Marketplace</domain>
<severity>Error</severity>
<category>Request</category>
<message>Invalid product ID value.</message>
<subdomain>Search</subdomain>
<parameter>883929106646</parameter>
</error>
</errorMessage>
<version>1.13.0</version>
<timestamp>2016-02-12T10:07:44.800Z</timestamp>
</findItemsByProductResponse>

如何将此产品搜索限制在英国易趣上?

您要查找的特定 SKU 在英国商店中没有。