Inventory vs active listings
When testing our API app to access an inventory product using:
https://api.ebay.com/sell/inventory/v1/inventory_item/{SKU}
always got the response:
{
"errors": [
{
"errorId": 25710,
"domain": "API_INVENTORY",
"subdomain": "Selling",
"category": "REQUEST",
"message": "We didn't find the resource/entity you are requesting. Please verify the request"
}
]
}
Found out that "Inventory" and "active listings" are different entities. How do we synchronize both?
0 comments