We have issues to fetch item details using getInventoryItem from PRODUCTION environment.
It always returns with {"total":0,"size":0}
I tried with method=CreateOrReplaceInventoryItem to update existing SKU.
Then, the method=getInventyoryItems is work fine for the SKU only.
I know well that the seller account have more than 5,000+ listing in PRODUCTION environment
There are 0 cookies in the cache
GET /sell/inventory/v1/inventory_item?limit=100&offset=0 HTTP/1.1
Host: api.ebay.com
User-Agent: http-api/1.41
X-EBAY-C-MARKETPLACE-ID : EBAY_AU
Authorization: Bearer xxxxxxxxx
recvresp(): entered
HTTP/1.1 200 OK
Content-Length: 283
Content-Language: de-DE
Date: Wed, 30 Dec 2020 03:36:19 GMT
RlogId: t6pitnmsgwj70%3D9whhpitnmsgwj70*4n%7E%3Fe%28rbpv6713-176b1b7c70e-0x265d0
Set-Cookie: ebay=%5Esbf%3D%23%5E;Domain=.ebay.com;Path=/
X-EBAY-C-REQUEST-ID: ri=e%2FmuDMdGnj9l,rci=f2189e102c1f67cc
X-EBAY-C-VERSION: 1.0.0
X-eBay-Client-TLS-Version: 771, 210.50.54.150
X-EBAY-ESB-UPSTREAM: slrinvapi26.vip.ebay.com
Content-Type: application/json
Connection: keep-alive
Strict-Transport-Security: max-age=31536000
Much appreciate any help.