08-11-2023 01:34 PM
The following code is entered into a Sandbox search:
The Response only shows one item returned:
{
"href": "https://api.sandbox.ebay.com/buy/marketplace_insights/v1_beta/item_sales/search?q=iphone&category_id...",
"total": 1,
"limit": 3,
"offset": 0,
"itemSales": [
{ ..............................................................
I would expect there to be data for 3 phones and thousands more if I bumped up the increased the limit=3.
What am I missing? thank you