HOW TO UPLOAD
TO SELLER CENTRAL
// Step-by-step · two methods
Important: this is for Seller Central (3P) only
Handling time management via flat file upload applies to Seller Central (Seller / 3P) MFN listings only — products you fulfil yourself. FBA listings are handled by Amazon's fulfilment centres and do not use seller-defined handling times. Vendor Central (1P) does not use this system at all — Vendor delivery windows are negotiated as part of the Vendor agreement.
Method 1 — Inventory Loader (bulk upload, any volume)
${[
['Step 01','Log in to Seller Central','seller.amazon.co.uk · ensure you are on the correct marketplace'],
['Step 02','Navigate to Inventory','Inventory menu → Add Products via Upload'],
['Step 03','Download the template','Select
Inventory Loader template · download the .txt file'],
['Step 04','Prepare your data','Open the template. The key columns are:
seller-sku and
handling-time. Paste your generated data — you can use columns from this tool\'s output directly. Leave all other columns blank if you only want to update handling time.'],
['Step 05','Save as tab-delimited .txt','File → Save As → Text (Tab delimited) · do not save as .xlsx or .csv'],
['Step 06','Upload the file','Back in Seller Central → Add Products via Upload → Upload your inventory file → Select your .txt file → Submit'],
['Step 07','Check the processing report','After a few minutes, download the processing report to confirm all SKUs updated without errors. Errors are usually: SKU not found (check for trailing spaces), handling time out of range (0–30 only), or wrong file format.'],
].map(([n,t,b])=>`
`).join('')}
Method 2 — Manage Inventory inline edit (up to ~50 SKUs)
${[
['Step 01','Go to Manage Inventory','Inventory → Manage Inventory'],
['Step 02','Find the listing','Search for the SKU or scroll. Click the listing row.'],
['Step 03','Click Edit','Select Edit from the dropdown · go to the Offer tab'],
['Step 04','Find Handling Time','Scroll to
Handling Time field · enter the number of days'],
['Step 05','Save','Click Save and Finish · change takes effect immediately'],
].map(([n,t,b])=>`
`).join('')}
Common upload errors and fixes
${[
['SKU not found','The SKU in your file does not match the SKU in Seller Central exactly. Check for extra spaces, different capitalisation, or special characters.'],
['Handling time out of range','Amazon accepts 0–30. Any value above 30 will error. Check your ordered-in time is not set too high.'],
['File format error','The file must be saved as Tab-delimited .txt — not .xlsx, not .csv. Some systems save CSV with commas; the template requires tabs.'],
['FBA listings not updating','FBA listings do not support seller-defined handling time. Only MFN (Merchant Fulfilled) listings will accept this field.'],
].map(([e,f])=>`
`).join('')}