Inventory & offers
What you can do
Load your eBay inventory items and offers into Excel rows, create new records or edit existing ones in bulk, then publish the changes back to eBay in a single batch.
Load inventory items
- Insert a LinkyFlow query, pick ebay, and choose the Inventory Items query.
- Run the query, then use Limit and the page arrows to page through results, or All results to load every SKU at once.
Create or update inventory items
- Inventory items are keyed by SKU. Each row must include a
sku. - Creating and updating are the same idempotent operation — LinkyFlow sends a
PUTtoinventory_item/{sku}, so re-publishing a row simply replaces it. - Edit the columns you want to change (quantity, condition, title, brand, MPN) and publish — LinkyFlow batches the changes to eBay and reports a pass/fail result per row.
Work with offers
- Choose the Offers query. eBay requires a SKU filter, so set the SKU you want to inspect, then run the query.
- Create an offer by adding a row with a sku, marketplaceId, and format (
FIXED_PRICEorAUCTION); set the price under Price and Currency. - Rows with an
offerIdupdate the existing offer; rows without one create a new offer.
Quantities are integers; prices are sent as strings (eBay stores
"19.99"). LinkyFlow coerces these for you.