# eBay: Relist vs Sell Similar

An ended item (either manually by the seller or sold out) will no longer be displayed on the eBay site and cannot be edited. To make it available again, sellers can choose one of the following options: **Relist** or **Sell Similar**.

This article will explain these two features and their functions within LitCommerce.

## <mark style="color:$primary;">**Relist and Sell Similar on eBay**</mark>

* **Relist:** This feature allows sellers to create a new listing for an item that previously ended. eBay will generate a new Item ID for the listing while retaining the original sales history, rankings, etc.

* **Sell Similar:** This feature creates a brand-new listing by copying the exact details of the selected one from your product catalog. It generates a new eBay Item ID that has no connection to the sales history, rankings, etc. of the original item.

The following table compares the Relist and Sell Similar features to help you choose the suitable one.

| Relist                                                                   | Sell Similar                                                          |
| ------------------------------------------------------------------------ | --------------------------------------------------------------------- |
| Creates a new eBay Item ID                                               | Creates a new eBay Item ID                                            |
| Starts brand-new sales history and product performance                   | Starts brand-new sales history and product performance                |
| Ideal for reselling an old listing on eBay with all of its original data | Ideal for starting fresh with a new listing based on the original one |

{% hint style="info" %}
**Expired listings (those not being relisted after 90 days) are completely removed from the eBay system and cannot be relisted. To create new listings for these items, please use the Sell Similar feature.**
{% endhint %}

Note that when relisting listings, you may be responsible for standard insertion fees. Learn more about eBay fees [HERE](https://www.ebay.com/help/selling/fees-credits-invoices/selling-fees?id=4822).

## <mark style="color:$primary;">**Relist and Sell Similar in LitCommerce**</mark>

The LitCommerce eBay channel offers these two features that facilitate the bulk management of ended listings, eliminating the need to relist each item directly on the marketplace.

Follow the steps below to make your ended listings available for purchase on eBay.

{% stepper %}
{% step %}
Go to the `Ended` tab in the LitCommerce eBay channel from the sidebar menu.&#x20;

{% endstep %}

{% step %}
Select the desired listings, then open the `Select Action` list and select `Relist on eBay` or `Sell Similar`.
{% endstep %}
{% endstepper %}

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

Once relisted, the listings in LitCommerce will link to the new items on eBay and unlink from the ended ones.

{% hint style="info" %}
**Manually ending a listing on the eBay site will not automatically update its status in LitCommerce. It is recommended to relist/sell similar listings from LitCommerce to keep the data match on both our tool and eBay.**
{% endhint %}

## <mark style="color:$primary;">**Related features**</mark>

LitCommerce is designed to provide optimal solutions for users to manage their items. The [eBay Channel Settings](https://litcommerce.gitbook.io/litcommerce-helpdesk/marketplace-integration/supported-platforms/ebay/ebay-channel-settings) include features like Auto Relist Items to automatically relist listings and eBay Out Of Stock Control to prevent them from ending.

If you have any questions, let us know via the Chat Box in the bottom-right corner of our Help Center.


---

# Agent Instructions: 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://help.litcommerce.com/marketplace-integration/supported-platforms/ebay/ebay-relist-vs-sell-similar.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.
