cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

80% inventory items are fetching but not 100%

I'm using the below api to retrieve all inventory items

GET https://api.ebay.com/sell/inventory/v1/inventory_item?limit=50&offset=50

 

But all the items are not fetching. It's like 80% items are fetching but not 100%. I've added 5 items today but these are not fetching also.

 

I've tried to check the item using sku but I've received the below error message. But the sku item is showing to eay dashboard listing page 

GET https://api.ebay.com/sell/inventory/v1/inventory_item/{sku}

errorId": 25710 

"domain": "API_INVENTORY"

"subdomain": "Selling"

"category": "REQUEST"

"message": "We didn't find the resource/entity you are requesting. Please verify the request"

Message 1 of 3
latest reply
2 REPLIES 2

80% inventory items are fetching but not 100%

Your call is set to skip the first 50 items and fetch the next 50 items.  Are you making multiple calls starting from zero?

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 2 of 3
latest reply

80% inventory items are fetching but not 100%

Yes, I'm making multiple calls from zero to end

Message 3 of 3
latest reply