> For the complete documentation index, see [llms.txt](https://docs.tipo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tipo.io/tipo-auction/auction-rules-and-bidding-features/select-products-for-auction.md).

# Select Products for Auction

{% hint style="info" %}
Important: Auctions work at the **product level**, not variant level.\
If a product has multiple variants, the auction applies to the entire product.
{% endhint %}

1. Open the app > click **Auctions** > click **Create auction** button

<figure><img src="/files/LP2ACA5LDYVxqs3aMOfP" alt=""><figcaption></figcaption></figure>

2. Enter Auction name

Example: `New Auction, December Auction`

3. Choose the product(s) for this auction in **Products** section&#x20;

There are 3 options:&#x20;

#### 📌 Specific products

Select individual products manually.

Best for:

* Limited auctions
* Featured products
* Exclusive items

<figure><img src="/files/xkyMnWjtQtWmB21m9EFH" alt=""><figcaption></figcaption></figure>

***

#### 📂 Specific collections

Add all products from selected Shopify collections.

Best for:

* Seasonal collections
* Category-based auctions
* Large product groups

How it works:

* Products inside the selected collections will automatically join the auction
* Newly added products in the collection may also follow the auction rules

<figure><img src="/files/oMF3mkDeH0jXdZeltQvC" alt=""><figcaption></figcaption></figure>

***

#### 🌍 All products

Apply the auction to all products in the store.

Best for:

* Storewide auction campaigns
* Simple global setup

> Use carefully if your store has many products.

<figure><img src="/files/GlCneioaYA2zG08BYyZK" alt=""><figcaption></figcaption></figure>

## ✅ How Product Auctions Work

Tipo Auction works based on the **product**, not individual variants.

Example:

* Product: “Gold Ring”
* Variants:
  * Size 6
  * Size 7
  * Size 8

If this product is added to an auction, the auction applies to the whole product. Customers bid on the product itself.  Variants are not auctioned separately

***

## 🛒 How It Appears on Your Storefront

When a product is included in an active auction:

* Auction form appears on the product page
* Customers can place bids directly
* Countdown timer is displayed
* Current highest bid is shown
* Auction rules follow your setup

<figure><img src="/files/4N75vBCvTdbgax4akmwE" alt=""><figcaption></figcaption></figure>

Customers can:

* Submit bids
* Enable auto bidding (if enabled)
* View auction status in real time

***

## ⚠️ Important Notes

* Auctions are linked to products, not variants
* Removing a product from the auction stops bidding immediately
* Products must remain active in Shopify. Draft or unavailable products may not appear correctly


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tipo.io/tipo-auction/auction-rules-and-bidding-features/select-products-for-auction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
