Hi All,
When I call the get inventory items they return the deleted inventory items. and it does not return the new inventory items.
Thanks & Regards
P Dhanush
Hi All,
When I call the get inventory items they return the deleted inventory items. and it does not return the new inventory items.
Thanks & Regards
P Dhanush
Hi @dhanupedd_luendrxt,
This call gives the all the inventory records which is active or ended ,
This call retrieves all inventory item records defined for the seller's account. The limit query parameter allows the seller to control how many records are returned per page, and the offset query parameter is used to retrieve a specific page of records. The seller can make multiple calls to scan through multiple pages of records.
Best Regards ,
eBay Developer Program
Hi @eBay Developer,
But it does not return the new items with a limit they show only 5 items, that all are deleted items.
this is the URL I used, but it with sandbox
"/sell/inventory/v1/inventory_item?offset=0&limit=10"
Thanks & Regards
P Dhanush
Hi @dhanupedd_luendrxt,
GetInventoryItems will return all types of listing in the response of the call whether a listing is in stock or it is out of stock.
You can refer to inventoryItems.availability.pickupAtLocationAvailability.availabilityType field to know about the status of an listing.
Best regards ,
eBay Developer Support
33 People are following this question.