# Manage variation images on eBay

eBay allows up to 24 images per listing for both single and variant listings. For variant listings, each variation can have its own assigned images, but these must originate from the parent listing’s image set (maximum 24 images). Refer to [this article](https://www.ebay.com/help/selling/listings/adding-pictures-listings?id=4148) for more details.

In the Images tab under each LitCommerce listing details page, you can drag and drop to rearrange the images to your preference.

Additionally, remove the redundant images by hovering over them and click `x` on the top-right corner.

<figure><img src="/files/9M4MMYP44vKU7kB88zKo" alt=""><figcaption></figcaption></figure>

This article walks you through how to manage your eBay variation images in LitCommerce.

## <mark style="color:$primary;">**How LitCommerce automatically assigns images to your variations**</mark>

### <mark style="color:$info;">**Listings with only one variant attribute**</mark>

If the listing only has one variant attribute (e.g. Color), LitCommerce will automatically transfer the corresponding variant images from the Main Store to the eBay listing.

Variations that do not have an image assigned in the Main Store will take the product thumbnail image as the default.

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

### <mark style="color:$info;">**Listings with more than one variant attribute**</mark>

You can only map eBay variation images using one variant attribute. For eBay listings with two or more variant attributes (e.g. Color and Size), LitCommerce automatically assigns variation images according to the variant attribute that has only one image per option.

{% hint style="info" %}
**Auto-assign images only apply when the listings are first added from All Products to the LitCommerce eBay channel. Later updates to existing listings will not trigger this feature.**
{% endhint %}

## <mark style="color:$primary;">**How to manage variation images manually in LitCommerce**</mark>

For variant listings, LitCommerce offers the ability to manually assign images for each variation using the `Manage Variation Images` button. Follow the steps below to proceed.

{% stepper %}
{% step %}
Head to the LitCommerce eBay channel and click on the title to open the listing details page.

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

{% endstep %}

{% step %}
Go to the Variations tab and click `Manage Variation Images`.

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

{% endstep %}

{% step %}
Select the desired variant attribute, then click on each variation option to assign the corresponding images.

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

{% hint style="info" %}
**Due to the eBay API limitation, only 12 images can be mapped per variation in LitCommerce.**
{% endhint %}

{% endstep %}

{% step %}
Click `Save`.

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

Once the variation images are set, click `Save & Publish` to send the new image data to eBay.

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

{% hint style="success" %}
**Use `Load Images From Main Store` to reload the updated parent images from your Main Store to the corresponding eBay listings for selection.**
{% endhint %}

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

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/manage-variation-images-on-ebay.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.
