Sign in

Bulk create or replace inventory items

documented

Create or replace up to 25 inventory item records in a single call.

POST /sell/inventory/v1/bulk_create_or_replace_inventory_itemInventory Itemno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.ebay.com/sell/inventory/v1/bulk_create_or_replace_inventory_item" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Content-Language: en-US" \
  -H "Accept: application/json" \
  -d '{"requests":[{"sku":"{{$sku}}","locale":"{{$locale}}","product":{"title":"{{$title}}","description":"{{$description}}","aspects":{{$aspects}}},"availability":{"quantity":{{$quantity}}}}]}'
Bulk create or replace inventory items · ebay · OpenIntegrations