What item specifics actually control
Item specifics are the structured half of a listing. The title and description are read by people; the specifics are read by the marketplace — they build the left-hand filters, feed the catalogue match and decide which refined searches a listing is allowed to appear in.
For automotive parts this matters more than in most categories, because buyers rarely browse. They filter by brand, by placement, by dimension, or by their vehicle. Every attribute you leave blank is a filter you are absent from.
The core attribute set for automotive listings
Category requirements vary, but this set covers the majority of parts catalogues and should be populated before anything is uploaded.
| Attribute | Why it matters | Typical source column |
|---|---|---|
| Brand | Primary buyer filter | Supplier manufacturer field |
| MPN | Catalogue and cross-reference match | Supplier part number |
| EAN / GTIN | Barcode-level product identity | Barcode column |
| OE / OEM reference | Buyers searching original numbers | Cross-reference sheet |
| Placement on vehicle | Front/rear, left/right filters | Description text |
| Quantity in unit | Pair vs single confusion | Pack size column |
| Dimensions | Diameter, height, thickness, bore | Technical data sheet |
| Condition | New, remanufactured, exchange | Product type |
Required, recommended and optional
The marketplace marks some attributes required, some recommended and leaves the rest optional. Required attributes block the upload when missing. Recommended attributes do not block anything — they just decide how visible the listing is.
In practice a catalogue that only fills required fields passes validation and then underperforms, because the recommended set is exactly what buyers filter on.
- Required: the listing is rejected without it — fix at source, not per listing.
- Recommended: no error, but missing impressions on refined searches.
- Free-text values: accepted, but excluded from filters if they do not match the value list.
- Units: mm vs cm vs inches must be normalised before mapping.
Filling specifics across thousands of SKUs
Supplier data almost never arrives attribute-ready. Dimensions sit inside a single description string, placement is implied by the part name, and pack size is a suffix on the SKU. Doing this by hand works up to a few hundred lines and then stops.
The repeatable approach is rule-based: parse the source columns, normalise the vocabulary and units, map the result to the category's value list, then validate every row against its own category's requirements before any upload runs.
- One brand spelling per brand, applied catalogue-wide.
- A parsing rule per part family rather than a fix per SKU.
- A validation pass that reports which categories are still short of required attributes.
- Re-runnable rules so the next supplier file needs no re-work.
Having it built and imported for you
CPL PRO is a done-for-you automotive eBay listing and catalogue service — not software, SaaS, an AI tool or a self-service platform. You send the supplier data in Excel or CSV. We clean and structure it, build full item specifics and import the agreed products into your own eBay account.
Typical delivery is 3–5 working days after a 1–2 working day planning stage confirmed in writing. FTP stock feeds and price update runs are quoted as project extras, not plans or subscriptions.
Frequently asked questions
What are item specifics on eBay?
Item specifics are the structured attributes attached to a listing — brand, MPN, EAN, placement on vehicle, quantity in unit and so on. They power buyer filters and are used heavily when matching a listing to a search query.
Which item specifics are required for car parts?
Requirements are set per category, but almost every automotive category expects brand, manufacturer part number and a type or placement attribute. Filtration, braking and suspension categories add dimensional attributes such as diameter, height, thickness and bore.
Do item specifics affect search ranking?
They affect whether a listing is eligible to appear at all. A listing missing the attribute a buyer filtered on is excluded from that result set regardless of price or seller performance, so incomplete specifics quietly remove impressions.
Can item specifics be filled from supplier data?
Usually yes, but not directly. Supplier exports hold the values in free-text description columns or inconsistent units. They have to be parsed, normalised to the marketplace's value list and mapped per category before upload.