Resale 17 May 2026 · 9 min read

How StockX, GOAT, Klekt authenticate streetwear at intake

StockX, GOAT, Klekt, Stadium Goods, Vestiaire Collective — each one runs a physical authentication step before listing your collab. The pieces that pass intake fastest carry a verifiable provenance certificate from drop time. This is what they actually look for, and how to ship one with your Shopify drop in five minutes.

Quick answer Major sneaker and streetwear resale platforms run a hands-on authentication step where intake specialists check stitching, materials, weight, hardware, packaging, and any included documentation. Pieces that ship with a drop-time provenance certificate (URL + QR code per piece, on the merchant's own domain) clear authentication faster because the authenticator can scan and verify against the original brand record without contacting the seller. For Shopify drops, the practical setup is to print a small QR card with each piece that resolves to a hosted certificate page; this works on StockX, GOAT, Klekt, Stadium Goods, and Vestiaire Collective alike.

If you run a limited-edition Shopify drop — a sneaker collab, a small-batch hoodie run, a one-off accessory release — most of your buyers' long-term value comes from the secondary market. They wear it for a season, then list it on StockX or GOAT. If the resale platform rejects the consignment because they can't authenticate it, your buyer loses money and trust in your brand simultaneously.

This post is the inside look at what each major resale platform actually checks, what makes pieces clear intake fast, and the practical setup that ensures your Shopify drop ships with the cert that authenticators trust.

How resale platform authentication actually works

Most sneaker and streetwear authentication is still physical inspection by trained specialists, not just a code check. The seller ships the item to the platform's authentication centre. A specialist examines it for 3-15 minutes depending on the rarity and category, then either approves the listing or returns the item to the seller.

What they check varies by platform but typically includes:

The presence of a verifiable provenance certificate doesn't replace physical inspection, but it dramatically speeds intake and reduces the false-rejection rate. A specialist who can scan a QR and instantly see the brand's own record of edition number, materials, and issue date has 80% less to verify by hand.

What each major platform looks for

The major platforms have similar physical checks but differ in their documentation requirements and rejection patterns:

PlatformWhat helps a fast approvalCommon rejection reasons
StockX Original box, sealed tissue paper, brand-issued hangtag with serial, no wear Missing accessories, replica box, glue residue, mismatched size tag
GOAT Original box + tags, verified through GOAT Clean badge, real photographs Stained interiors, broken stitching, missing extras, suspicious heat-pressing
Klekt (EU) Detailed seller-supplied photos before shipping, original packaging Mismatched serial codes, fake hangtag fonts, replica logos
Stadium Goods Box in original condition, accessories present, sample-grade quality Aftermarket modifications, missing OG, deadstock damage
Vestiaire Collective Photos showing condition + brand authenticity markers, original receipts Inconsistent wear patterns, suspicious hardware, gray-market sourcing

Across all five platforms, the single biggest variable in approval speed is documentation continuity from drop time onward. A piece that ships with a QR cert from the brand and that QR still resolves to a valid page months later is the strongest possible signal of authenticity short of going back to the brand directly.

The drop-time provenance certificate

The cert that survives authentication isn't a paper card with a hologram sticker — those forge easily. It's a hosted web certificate at a unique URL per piece, reached via QR code printed on a small DL card or hangtag.

The structure that works for authenticators:

For the deeper architecture — why these properties matter and how the tokens are generated — see our walkthrough on certificate of authenticity workflow on Shopify.

What kills authentication

Three patterns we've seen actively hurt resale approval rates:

Sequential or guessable certificate IDs

If your cert URLs are /cert/1, /cert/2, an attacker can generate a believable-looking cert for a fake piece by iterating. Authenticators have started checking the URL pattern; suspicious patterns get flagged. Use cryptographically random tokens (Editioned uses 10-character tokens from a 36-char alphabet = 2.8 trillion combinations).

Certs hosted on a SaaS domain instead of your brand domain

A cert URL like https://provenance-saas.io/cert/abc123 tells the authenticator “this brand outsourced their provenance, and the SaaS could go down tomorrow.” A cert URL like https://yourbrand.com/apps/provenance/... tells the authenticator “this brand owns its history, and the page is on the same domain as their storefront.” The second is dramatically more trusted.

Certs that don't handle deletion

If your tool lets you delete a product and the cert URL silently falls through to a different product with the same handle (common Shopify bug), authenticators flag the inconsistency. The standard answer is to return HTTP 410 Gone on deleted-product cert URLs — “this certificate was deliberately invalidated by the brand.”

Setting up provenance for a Shopify drop in 5 minutes

If you're prepping a limited drop, here's the practical checklist:

  1. Install a provenance app on your Shopify store. Editioned takes 30 seconds from install to first edition, includes a 30-day Pro trial, and writes cert URLs to your own storefront subdomain.
  2. Open the drop product in the editor → set Edition Total (e.g. 50 for a 50-piece run). Editions are generated immediately with unique tokens.
  3. Fill the provenance details: studio name (must match your storefront brand), city of origin, year, materials. Add custom fields for collab credits, dyer name, or print method if relevant.
  4. Pick a cert style. For streetwear drops, the Minimal (pure black & white) or Dark (onyx & copper) variants tend to feel right; see the style options.
  5. Print one DL card per piece (210×99 mm, fits in a sneaker box or T-shirt fold). Each card carries the QR + masked token + edition number on the back, brand identity on the front.
  6. Auto-assign on order. When the order ships, the cert URL gets stamped into the order metafield and the buyer's confirmation email; the QR matches the printed card included in the box.

The result: every piece in the drop ships with a verifiable cert. The authenticator at StockX, GOAT, Klekt, Stadium Goods, or Vestiaire scans the QR, sees your storefront record, and approves the listing faster.

Ship a drop with verifiable provenance

30-day Pro trial on install, no card required. Auto-assigns one cert per order, no per-cert fees.

Install Editioned →

Frequently asked questions

Does the resale platform contact me to verify the cert?

Usually no. The authenticator scans the QR code, the cert URL loads on your storefront, and they can verify the edition number + token against the printed card without your involvement. This is the speed gain — your buyer doesn't wait for a manual brand-side response.

What if my drop has 500+ pieces?

Editioned's Studio plan handles up to 500 editions per product, 500 products per store. The cert PDF batch-download lets you generate all 500 in one click for printing. Each cert keeps its own unique token even at high volume.

Can I use this for a re-release of an older drop?

Yes — you create a new product with a new run number (e.g. “Series II”), and the certs reflect the re-release. Buyers who own the original Series I keep their certs intact.

What about counterfeit drops impersonating my brand?

The provenance cert is one layer of a layered defense; it doesn't stop counterfeiting alone. Our broader anti-counterfeit playbook covers the multi-layered approach combining physical security features and digital certificates.

How is this different from buying a pre-printed COA from a stationery supplier?

A pre-printed paper COA has no online verification — a counterfeiter can copy the card design. A hosted cert with a unique URL per piece is verifiable independently, and the URL ties back to your real storefront. The two can be combined (printed card + QR), but the verifiable URL is the load-bearing part.

Where to go next

Notes on sources