# Listings

Publish inventory to marketplaces and keep each sale offer under control.

> Documentation index: https://tcgstats.com/docs/llms.txt

A listing is a sale offer connected to inventory. It contains the selling price, quantity, title and marketplace status.

## Inventory and listings are different

**Inventory** is the card you physically own.

**A listing** is where and how that card is offered for sale.

One inventory item can have listings on several marketplaces, but they all use the same physical stock.

## Main listing tasks

- [Create a listing](/docs/listings/create)
- [Manage existing listings](/docs/listings/manage)
- [Use pricing rules](/docs/pricing/pricing-rules)
- [Solve sync problems](/docs/troubleshooting/listing-sync)

## Understand common statuses

| Status  | Meaning                                                  |
| ------- | -------------------------------------------------------- |
| Active  | The offer is available and synced                  |
| Waiting | The marketplace or browser extension still needs to process it      |
| Failed  | The marketplace rejected or could not process the change |
| Sold    | The listing has completed a sale and inventory quantity = 0                         |
| Removed | The listing is no longer active                          |

Open a listing to see its marketplace-specific status and latest message.

Source: https://tcgstats.com/docs/listings
