Chat on WhatsApp

Used + collector market, separate catalog, consignment workflow?

Used + collector is its own beast. The mistake I see most often: indie record stores try to share one catalog between new pressings and used inventory, and the SEO ledger gets messy, Google can’t tell a 1972 Steely Dan original pressing from a 2024 reissue.

The pattern that works:

  • Separate URL structure, /used/<artist-slug>/<title-slug> for the used catalog, /<title-slug>.html for new. Separate XML sitemaps, separate canonical strategy.
  • Each used item is a unique SKU, not a variant. Each item has its own condition grade, photos (sleeve front + back + vinyl runout matrix close-up), and price. Discogs has trained the market to expect this.
  • Consignment workflow, customer brings records in, staff grades + photographs in-store via tablet, customer accepts net (typically 50% cash) or store credit (60-70%). Record goes live on the site within 48 hours. The admin tool is a custom Magento module: scan barcode → pull metadata from Discogs API → staff enters condition → tablet uploads photos → SKU created + indexed.
  • In-store buyback at a flat rate per condition tier (e.g. NM = $5, VG+ = $3) feeding the same catalog. Amoeba Music in LA, Rough Trade in London, and Vinyl Me Please all run versions of this.
  • Customer-facing “recently arrived” feed, collectors check daily. Drives more repeat traffic than any email campaign.

Magento handles the technical side cleanly; the people-and-process side is where most stores fail.

Was this helpful?