Account, Inventory, Catalog and Compliance
Created May 5, 2026
0 members
385 discussions

vintagetonew07

coppercat89012

southern_5393
Good day all, A stranger opened an eBay account and provided my email address. Is there any way to get ahold of a person at eBay for them to help? Many thanks in advance!
Jun 16, 2026 at 10:40 PMlast reply Jun 16, 2026 at 11:09 PM
chaowenguo
why https://api.ebay.com/sell/inventory/v1/bulk_update_price_quantity not update the quantity of sku
await globalThis.fetch(' https://api.ebay.com/sell/inventory/v1/bulk_update_price_quantity ', {method:'post', headers:{authorization:'Bearer ' + accessToken, 'content-type':'application/json', 'accept-language':'en-US'}, body:globalThis.JSON.stringify({requests:[{sku:order.lineItems.at(0).sku, shipToLocationAvailability:{quantity:2}}]})}).then(_ => _.json()) { responses: [ { statusCode: 200, sku: '389929599224-11' } ] } why the quantity of sku 389929599224-11 still 1 not 2
1 month agolast reply 1 month ago
chaowenguo
https://developer.ebay.com/api-docs/sell/inventory/resources/inventory_item/methods/createOrReplaceInventoryItem i try the above example. but my question is what is sku? I defined it? If I do not define it, will ebay set a value to it? If ebay set a value to it, how to get the value?
1 month agolast reply 1 month ago
