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 comment
znts-wholesale-global
·2 months agoYou need to set offer as well