58 Fields in a Complete Electrical Product Record

Most distributor records have 15-20 fields filled in. A record that actually sells online needs 58. The gap isn't quality. You're just not tracking the right fields. When a contractor orders the wrong coil voltage, that's a missing field, not a training issue.

The gap between 17 fields and 58 fields

Open your PIM and pull up a Schneider Electric LC1D25G7 contactor. Most distributors carry this part. Now count how many fields are actually populated.

Typical distributor record (17 fields)

  • Part number: LC1D25G7
  • Description: CONTACTOR 25A 120V
  • Manufacturer: Schneider Electric
  • Price: $87.42
  • Stock status: In stock
  • Category: Contactors
  • PDF datasheet link
  • Image: generic contactor photo
  • UPC code, Country of origin
  • ...plus 7 more basic fields

Complete ecommerce-ready record (58 fields) All the fields at left, plus:

  • ETIM class EC000205
  • Coil voltage: 120 V AC 50/60 Hz
  • Rated current: 25A at AC-3
  • Number of poles: 3NO
  • Auxiliary contacts: 1NO+1NC
  • Terminal type: Screw clamp, 14-10 AWG
  • Mounting: DIN rail, 35mm
  • NEMA size: Size 1
  • Compatible overload relays: LRD07-LRD32
  • Compatible aux blocks: LA1DN11, LA1DN02
  • ...plus 30 more specification and compatibility fields

Your storefront filter shows 4 options for "120V" because you're indexing free text instead of structured attributes. Most distributors haven't filled even half the fields that drive search and cross-sell.

Fields that make products findable

Longer descriptions won't fix search. When someone types "25 amp 3 pole contactor 120v" your product needs to match on each token independently. That means structured attributes, not paragraphs.

FieldExample valueEnables
Product nameTeSys D contactorKeyword search on series
ETIM classEC000205Parametric search across manufacturers
Coil voltage120 V AC 50/60 HzFilter by voltage without text parsing
Application keywordsmotor control, pumpExpand search without exact match

The ETIM standard provides uniform product classification for technical products. When voltage is a searchable attribute field instead of buried text, buyers can filter before they even read a description. If you syndicate those attributes in XML, validate your ETIM BMEcat file before it reaches distributors or marketplaces.

Fields that make filters work

Your storefront filters fail when the same product attribute appears 5 different ways. Export the raw values behind your voltage filter right now. You'll see 240V, 240VAC, 240 VAC, 240V AC, and 240 V AC 50/60Hz all rendering as separate options.

Spacing or abbreviation only: Normalize to canonical format (240 V AC) and merge.

Different frequency specification: Keep separate if buyers filter by frequency (50Hz vs 60Hz). Merge otherwise.

AC vs DC distinction: Always keep separate. Ordering a 120VAC coil when you need 24VDC is a return.

Different mounting or terminal types: Keep separate. These determine physical compatibility.

Normalization has to happen before indexing. Trying to fix this in the storefront UI is too late. The fields that actually control your filters: coil voltage, rated current, poles, aux contact config, mounting type, terminal type, NEMA size.

Fields that prevent returns and wrong orders

A contractor in Denver opened a box with an LC1D25G7 on a job site. The contactor was correct, 25A, 3-pole, screw terminals. But the site control system runs 24VDC, and this unit has a 120VAC coil. The distributor listing said "CONTACTOR 25A" with voltage buried in page 3 of a PDF datasheet.

Fields that would have prevented the return

FieldValueWhy it matters
Coil voltage120 V AC 50/60 HzDistinct from load voltage, shown as filterable spec
Auxiliary contacts1NO+1NCMust match control circuit requirements
Terminal typeScrew clamp, 14-10 AWGDetermines wire compatibility on site

The PDF had all this data. But PDFs don't populate filters, comparison charts, or mobile product cards. Structured specification fields do.

Which spec fields matter most? Coil voltage with frequency, rated current with duty cycle, aux contact configuration, terminal type with wire gauge range. Then the physical stuff: dimensions, operating temp range, IP rating, UL/CSA cert numbers, and country of origin.

Fields that enable cross-sell and upsell

Cross-sell needs relational data. You have to link products to what works with them.

FieldExampleCross-sell opportunity
Compatible overload relayLRD07-LRD32Suggest matching relay at cart
Compatible aux blocksLA1DN11, LA1DN02Bundle contact blocks
Wire gauge14-10 AWGCross-sell wire and terminals

Grainger's Frequently Bought Together works because they track compatibility fields in structured form. When the LC1D25G7 goes in the cart, suggesting an LRD21 relay requires knowing the contactor's current rating and which relay series is compatible. Baymard research identifies compatibility as one of four essential attributes for effective cross-sell.

Fields that keep the catalog current

Your buyers can't filter by lead time if it's not a field. Lifecycle status prevents quoting parts that went obsolete two months ago.

Lifecycle fields change more often than specs. Product status (active, obsolete, limited availability), lead time, MOQ, superseded-by part numbers, last spec update date. These are the fields that keep your catalog from going stale.

Fields rarely populated but high-value

These fields exist in manufacturer datasheets but almost never make it into distributor PIMs.

  • Electrical durability (mechanical life, electrical life at rated duty)
  • Short circuit current rating (SCCR in kA)
  • Ambient temperature derating curve data
  • Coil replacement part number (separate from main assembly)
  • Physical mounting hole spacing as dimensions

Most PIM schemas don't even have slots for these. You'd need schema changes before anyone can start entering data.

How to prioritize the buildout

Start with fields that fix broken filters and make cross-sell work. Marketing copy and lifestyle images can wait.

1. Export and normalize filter attributes

Pull raw indexed values for coil voltage, current rating, poles, and mounting type. Count distinct values per attribute. Anything above 8-10 options for the same logical value needs normalization rules before re-indexing.

2. Add fields that enable cross-sell

Compatible accessories, recommended wire gauge, mounting rail spec. Measure attach rate on suggested products. Track which compatibility fields drive the most cart additions.

3. Add specification fields that reduce returns

Exact voltage with frequency, terminal type with wire gauge range, auxiliary contact configuration, dimensions. Track return reason codes for "wrong product" before and after.

4. Add lifecycle and lead time fields last

These improve operations but don't move core metrics like conversion rate, average order value, or return rate. Save them for the cleanup phase.