> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mercurjs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Offers

> List a product for sale with your SKU, price, and stock.

> How you sell a product: an offer carries your SKU, price, stock, and shipping profile.

Products in Mercur live in a shared catalog. To sell one, you create an offer against it. The offer carries your own SKU, price, stock levels, and shipping profile. An offer only appears on the storefront once it has both stock levels and a price set.

You manage offers from "Products", then "Offers".

## How-tos

<CardGroup cols={2}>
  <Card title="Create an offer" href="/user-guide/vendor/offers/how-tos/create-an-offer">
    List one or more catalog products for sale.
  </Card>

  <Card title="Update prices and stock" href="/user-guide/vendor/offers/how-tos/update-prices-and-stock">
    Change an existing offer's prices or inventory.
  </Card>
</CardGroup>
