Amazon Error 8560: How to Fix "SKU Does Not Match Any ASIN"

Applies to inventory flat file uploads via Seller Central · Updated July 2026

The full message in your processing report reads something like: "SKU ABC-123, Missing Attributes feed_product_type. SKU ABC-123 does not match any ASIN. Creation of a new ASIN requires the following missing attributes: …"

Error 8560 is really two statements stapled together: (1) the product ID you supplied didn't match anything already in Amazon's catalog, and (2) your row doesn't contain enough data for Amazon to create a brand-new listing instead. Which fix is right depends on what you were trying to do.

First, decide which case you're in

You intended to…What 8560 means for youFix
Match an existing Amazon product (yours or another seller's)Your product ID is wrong, malformed, or mangled by ExcelCase A below
Create a new listingThe ID is fine (and genuinely new) — but required columns are emptyCase B below

Case A: The product ID should have matched

Work through the ID itself — the column pair is external_product_id and external_product_id_type:

  1. Check the length. UPC = exactly 12 digits, EAN = 13, ISBN = 10 (older ISBNs can end in X), GTIN = 14. A truncated or padded code matches nothing.
  2. Check for Excel damage. This is the big one: Excel strips leading zeros from anything it treats as a number, and long codes get rewritten in scientific notation (8.85911E+11). Format the external_product_id column as Text, then re-paste the real codes.
  3. Check the type matches the code. A 13-digit EAN declared as UPC fails. The value in external_product_id_type must agree with the actual format.
  4. Validate the code. Run it through a GS1 / barcode check-digit validator. A code that fails checksum was mistyped somewhere upstream — often one swapped digit.
UPCs starting with 2 or 4 are a silent trap. These ranges are reserved for "local use" (store-internal barcodes), and Amazon's catalog ignores them — the system behaves as if you submitted no product ID at all, and you land in 8560 even though the barcode scans fine in your warehouse.

Fixed the ID? Re-upload and the row should match. If the ID is definitely correct but the product truly isn't in Amazon's catalog yet, you're actually in Case B — Amazon needs full data to create it.

Case B: You're creating a new listing — fill what's missing

The error message lists the missing attributes by name — Missing Attributes feed_product_type is the most common. But the listed ones are just the columns Amazon checked first. To create a new ASIN, a row generally needs all of these populated:

ColumnWhat goes in it
feed_product_typeThe product type for your category — pick from the Valid Values tab of the template, exact spelling. The single most commonly missing attribute.
item_skuYour unique SKU for this row
external_product_id / external_product_id_typeThe UPC/EAN/GTIN and its type (or leave both blank only if you have an approved GTIN exemption for the brand)
item_nameProduct title
brand_nameBrand — must be consistent across the family if you're building variations
standard_pricePrice (children of a variation family each need one)
quantityStock for merchant-fulfilled listings
main_image_urlPublicly reachable image URL
item_type_keywordClassification keyword — check Valid Values for accepted terms

Plus whatever your specific category marks as Required in the template's Data Definitions tab — apparel needs sizes and colors, consumables need expiration attributes, and so on.

Use a current template

Amazon adds required attributes to categories over time. A file built on last year's template can be missing entire columns, and you'll get 8560 no matter how carefully you fill what's there. Download a fresh one: Catalog → Add Products via Upload → download a category template, and re-check the Valid Values tab — accepted values shift between template versions too.

Still getting 8560?

Or skip the spreadsheet archaeology

Upload your processing report to FlatFileFix — it reads every 8560, tells you whether the ID or the data is the problem, and gives you a corrected file. Diagnosis is free.

Fix my flat file →