05-23-2025 07:47 AM
Hello, days ago this answered with 3 items, what can be happening can I fix something to get goos response?
Thanks
here the call
https://api.sandbox.ebay.com/buy/browse/v1/item_summary/search?q=drone&limit=3
Authorization:Bearer v^1.1#i^1#I^3#f^0#r^0#p^1#t^H4sIA...7gTAAA= cutted
X-EBAY-C-MARKETPLACE-ID:EBAY_US
X-EBAY-C-ENDUSERCTX:affiliateCampaignId=<ePNCampaignId>,affiliateReferenceId=<referenceId>
RESPONSE
Status: 200 OK
HEADER
rlogid:t6p%60gu%60mgwjfiiw%28ufmadh%7B%3F%3Ctfdtdkdvn%60jhs.vgiggi%7F.31cgc2%3Egab*7nwm%7B-196fd93b1f3-0x233e
x-ebay-client-tls-version:TLSv1.3
x-ebay-request-id:196fd93b-1f80-aaba-9273-7fffffffd4f4!Ginger.search.GET!searchapicont-sandbox-67ddf49ddd-4kqjx!r1searchapicont-sandbox[]
x-content-type-options:nosniff
x-xss-protection:0
cache-control:no-cache, no-store, max-age=0, must-revalidate
pragma:no-cache
expires:0
x-frame-options:DENY
content-type:application/json
content-length:129
date:Fri, 23 May 2025 14:37:17 GMT
x-envoy-upstream-service-time:193
server:ebay-proxy-server
strict-transport-security:max-age=31536000
x-ebay-pop-id:UFES2-LVSAZ01-apisandbox
BODY
{
"href": "https://api.sandbox.ebay.com/buy/browse/v1/item_summary/search?q=drone&limit=3&offset=0",
"total": 0,
"limit": 3,
"offset": 0
}
end of message
05-29-2025 03:34 PM
Hello @pri8995,
The issue you're experiencing might be due to the nature of the eBay Sandbox environment, which is primarily designed for testing purposes. Unlike the production environment, the Sandbox doesn't always have consistent data availability. This means that item data can change or become temporarily unavailable, which might be why you're not seeing any items returned in your API responses.
Best Regards,
eBay Developer Support