I call the bulkUpdatePriceQuantity endpoint to update the Price and Quantity for a product.
POST Request sent to the endpoint:
{ "requests": [ { "offers": [ { "price": { "currency": "EUR", "value": 95.99 }, "availableQuantity": 2, "offerId": "147941615013" } ] } ] }
Authorization and Content-Type: application/json is correctly implemented.
Answer:
{ "responses": [ { "statusCode": 200, "sku": "L11424-0", "offerId": "147941615013" } ] }
ebay-request-id: ri=9MZOj%2FBuQ%2Bg%2F,rci=7d648b9b33aed9b6
rlogid: t6pitnmsgwj70%3D9whhpitnmsgwj70*gi%7E5h%28rbpv6710-17d77d87d7c-0x1d9
When looking at the listing in question, we can see that the quantity got updated but the price is still the same.
Is this an a bug inside eBays System?