Migrate to RunxBuild and earn up to $50 in hosting credit on your first deposit.

Calculate your savings
unxBuild
Back to Blog Explainer

What Is a Consignment Shop? The Model, and What It Needs Online

Sean

Platform Writer

Sep 03, 2026
8 min read

A consignment shop sells other people’s things and pays them a share only after the sale. The shop never buys the stock, which is what makes the model attractive to start and what makes its website unusually demanding.

What Is a Consignment Shop? The Model, and What It Needs Online

The definition takes one sentence and most articles stop there. The interesting part is what the model implies: no inventory cost, a split with the owner, and a stock list where almost every item is unique and gone within weeks. That last property is what makes a consignment website a genuinely different problem from ordinary retail.

Table of contents

The model, precisely

An owner brings in an item. The shop displays and sells it, and pays the owner an agreed percentage once it sells — commonly somewhere between 40% and 60%, varying by category and price. If it does not sell within the agreed window, it is returned or donated by prior arrangement.

The distinctions that matter, because these three get conflated constantly:

  • Consignment — the owner keeps title until the sale. The shop has no capital tied up in stock and takes no loss on items that do not sell.
  • Thrift — goods are donated outright, usually to a charity, and the shop keeps the full proceeds. No payout to the donor.
  • Resale or buy-outright — the shop purchases items up front and resells at a markup. Capital is at risk, and the margin is higher when it works.

The economics follow directly. Consignment has the lowest startup capital of the three because you are not buying stock, and the lowest margin per item because you are splitting it. It also has an ongoing administrative burden the other two do not: you owe money to a lot of people, and you must be able to tell each of them precisely what happened to their items.

That obligation — accurate per-owner accounting — is the operational heart of the business, and it is what the software has to get right.

Why the website is harder than ordinary retail

A normal shop sells the same product repeatedly. It has a stable catalogue, a photograph per product, and stock counts that go up and down.

A consignment shop’s catalogue is almost entirely one-of-one items with a lifespan of weeks. That inverts several assumptions:

  • Every item needs its own photographs. You cannot reuse a manufacturer’s product shot, because your item is a specific used object with its own condition. Photography is not a launch task, it is a daily one.
  • Stock is one, then zero. Every sale retires a product page permanently. A site accumulating thousands of dead pages needs a considered plan for what those URLs do afterwards.
  • Search and filtering carry the weight. Nobody can browse a thousand unique items. Filtering by size, brand, category and price is not a nice extra, it is the interface.
  • Overselling is a real risk if you sell both in-store and online from one stock pool, because there is exactly one of each thing.

The photography burden is the one people underestimate. Fifty new items a week means fifty small photo sessions a week, forever. Shops that succeed online build a lightweight repeatable setup — fixed lighting, a consistent background, a phone on a stand — rather than treating each item as a shoot.

Deciding how much to sell online

There is a real choice here and the middle option is the one most shops should take.

Storefront only, no online sales. The website shows what you are, where you are, opening hours, what you accept and the consignment terms. No catalogue. Cheapest by a wide margin, and for a shop whose trade is local footfall it captures most of the value — because what people search for is whether you are open and whether you take their things.

Showcase without checkout. Post new arrivals to the site or social, without ecommerce. Drives people through the door without the inventory system, the overselling risk, or the shipping problem. This is where most successful small consignment shops sit.

Full ecommerce. A real catalogue with checkout, unique stock, shipping, returns. Substantially more work and cost, and it only pays when your items are valuable enough per unit to justify the handling, or specialised enough that people search for them nationally.

The honest advice is to start at the first or second and move up only when there is evidence of demand. A full ecommerce build for a shop selling ten-pound items locally is a machine that costs more to operate than it earns.

The software the model actually requires

Regardless of whether you sell online, the consignment accounting has to work.

  • Per-consignor records — what they brought, when, at what price, the agreed split, what sold, what is owed, what was paid.
  • Item-level tracking with a code that ties a physical tag to the record.
  • Expiry handling — when the window ends, the item is returned, discounted or donated, and the consignor is told which.
  • Payout runs and a statement each consignor can check.
  • A record of the agreement — the split, the term, and what happens to unsold items, agreed in writing up front.

Purpose-built consignment point-of-sale exists and is usually the right answer, because this is a well-defined problem somebody has already solved. The failure mode to avoid is running it in a spreadsheet past the point where the number of consignors makes that reliable — the moment you cannot answer what happened to my blue coat in under a minute, you have outgrown it.

If you do sell online, the important property is that the online catalogue and the in-store till share one stock pool. Two systems that each think an item is available is how you sell a one-of-one twice and disappoint two customers at once.

How this fits the rest of the stack

The three routes above have genuinely different running costs — a storefront page is close to free to serve, while a searchable catalogue with checkout needs a database and a runtime on all the time. The RunxBuild hosting calculator puts those side by side so the decision is made with the numbers visible rather than after the build. RunxBuild covers both shapes: static sites built from a repository with 120GB of bandwidth included, and managed MySQL or Postgres with backups and private networking when the catalogue genuinely needs one.

Useful related references:

FAQ

What is the difference between a consignment shop and a thrift store?

In consignment the owner keeps title until the item sells and receives an agreed share of the proceeds. In a thrift store the goods were donated outright, usually to a charity, and the shop keeps everything. Resale is a third model where the shop buys items up front and takes the full margin along with the risk.

What percentage do consignment shops take?

Commonly between 40% and 60%, varying by category and item value, with higher-value goods often splitting more favourably for the owner. What matters more than the exact figure is agreeing it in writing up front along with the term and what happens to unsold items.

Does a consignment shop need an online store?

Usually not at first. A storefront page with your location, hours, what you accept and your consignment terms captures most of the value for a local shop, since that is what people search for. Posting new arrivals without checkout is the natural next step. Full ecommerce only pays when items are valuable or specialised enough to justify the handling.

Why is a consignment website harder than a normal shop’s?

Because almost every item is one-of-one and gone within weeks. Each needs its own photographs, stock goes from one to zero permanently, filtering rather than browsing has to carry the interface, and selling both in-store and online from one pool risks selling a unique item twice.

What software does a consignment shop need?

Per-consignor records covering what was brought in, the agreed split, what sold and what is owed; item-level tracking tied to physical tags; expiry handling for unsold goods; and payout statements. Purpose-built consignment point-of-sale usually beats a spreadsheet once you have more consignors than you can hold in your head.

#what is a consignment shop#consignment#retail business#ecommerce#inventory