# Understanding eBay Strike-Through Pricing Program

## <mark style="color:$primary;">**What is eBay Strike-Through Pricing?**</mark>

[eBay's Strike-Through Pricing (STP)](https://developer.ebay.com/api-docs/user-guides/static/trading-user-guide/discount-pricing-strikethru.html) feature allows sellers to highlight discounted prices by displaying the original price with a strikethrough. This helps buyers see the savings at a glance, with the discounted "Buy It Now" price displayed.

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

## <mark style="color:$primary;">**How to enable eBay Strike-Through Pricing on LitCommerce**</mark>

Before activating Strike-Through Pricing in LitCommerce, you must get approved by eBay to participate in [eBay’s Strike-Through Pricing Program](https://developer.ebay.com/support/kb-article?KBid=2002).

Once approved, follow the steps below to turn on the eBay Strike-Through Pricing on LitCommerce:

{% stepper %}
{% step %}
Visit the eBay Channel Settings.

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

{% endstep %}

{% step %}
Enable the `Strikethrough Price (STP)` toggle under the Pricing section.

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

{% endstep %}

{% step %}
Save settings at the bottom of the page.

<figure><img src="/files/Ky1UNzQJFIKOXsL0N3NW" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**eBay is no longer available to new sellers. If you are approved for the Strike-Through Pricing Program and cannot find the `Strikethrough Price (STP)` toggle in the Channel Settings,** [**contact us**](https://litcommerce.com/contact-us/) **for assistance.**
{% endhint %}

Once enabled, LitCommerce will use the Price as the **List Price** on eBay (which will be stricken through) and the Sale Price will appear as the new **Buy It Now** price reflecting the discount.

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

You will then see your new discounted prices on eBay.

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

{% hint style="warning" %}
**Disabling Strike-Through Pricing (STP) in LitCommerce will NOT remove it from existing eBay listings. However, any new listings created after disabling STP will no longer display a strike-through price.**
{% endhint %}

The Strike-Through Pricing Program is available in the following eBay marketplaces:

* eBay US
* eBay Great Britain
* eBay Germany
* eBay Canada (English and French)
* eBay France
* eBay Italy
* eBay Spain

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/understanding-ebay-strike-through-pricing-program.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.
