Product not found.
Hi,
I'm using sandbox api. I fetched the category and then I want to fetch products of specific categories. I check 100+ category id. But every time I'm getting 0 items.
<?xml version='1.0' encoding='UTF-8'?>
<ack>Success</ack>
<version>1.13.0</version>
<timestamp>2023-04-17T06:05:51.398Z</timestamp>
<searchResult count="0"/>
<paginationOutput>
<pageNumber>0</pageNumber>
<entriesPerPage>100</entriesPerPage>
<totalPages>0</totalPages>
<totalEntries>0</totalEntries>
</paginationOutput>
<itemSearchURL>https://shop.sandbox.ebay.com/183454/i.html?_ddo=1&_ipg=100&_pgn=1</itemSearchURL>
</findItemsByCategoryResponse>
ul7293
Posted 3 years ago·Last reply 3 years ago
3 comments
ul7293
OP3 years agoThank you for your prompt reply. My target is to extract the past sale history of specific items. so Ebay does not allows me to use live marketplace insight api. and on the other hand sandbox does not have dummy item. So How i will test the things?
five_notch_trading_post
·3 years agoLooked in to it, as opposed to what I have found with the finding api, marketplace insights sandbox does have a few dummy items if you use the doc example, (removing category, produces 2 for iphone, and a few for harry), (these don't show up with the finding api, the subject of the initial question, so some sandboxed calls must have their own instance data -- so I stand corrected in my general language):
five_notch_trading_post
·3 years agoSandbox does not have dummy items nor does it mirror production, so finding/searching won't produce data even though it looks to otherwise be successful. Since that call is doesn't modify anything it, try it against production and see if you get results.