# Handling product weight on Etsy

Weight on Etsy refers to the weight of an item before packaging for delivery. It is a required field for calculated shipping that the marketplace uses to calculate shipping costs during order fulfillment.

In LitCommerce, you can find the Weight field under the Shipping tab of each Etsy listing.

<div><figure><img src="/files/ncQtXElvu34BeHZUi8Pk" alt=""><figcaption></figcaption></figure> <figure><img src="/files/uopH3uWY62fX7S2C1n2O" alt=""><figcaption></figcaption></figure></div>

Alternatively, locate this field in the Shipping & Return Template.

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

This article gives you tips on how to handle your Etsy product weights using LitCommerce.

## <mark style="color:$primary;">**Adjust Etsy weights**</mark>

In addition to entering a fixed value or mapping the exact data from the Main Store, incorporating basic calculations into the mapping allows LitCommerce to adjust the weight separately for Etsy based on the Main Store data.

**Example:** You would like to increase the product weight by 2 on Etsy when compared to the Main Store. The following steps can be used:

{% stepper %}
{% step %}
Access the Shipping & Return Template currently in use or create a new one.

{% endstep %}

{% step %}
Input the following value {{ weight + 2 }} to the Weight field.

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

{% endstep %}

{% step %}
Complete the remaining fields.

{% endstep %}

{% step %}
Save the updated data in the Shipping & Return Template.

<figure><img src="/files/0SJee8iiGxVngYb3Ocru" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}
Apply the template to selected listings before publishing or updating them to Etsy.

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

{% endstep %}
{% endstepper %}

{% hint style="info" %}
**In case you update the existing Shipping & Return Template, the changes will be applied to all listings currently having the template applied.**
{% endhint %}

The selected Etsy listings should now displayed a weight value higher by 2 compared to the Main Store weights.

<div><figure><img src="/files/c51r9autGex5XvAV9d5e" alt=""><figcaption></figcaption></figure> <figure><img src="/files/S47XOZzD4izcr6fSnuic" alt=""><figcaption></figcaption></figure></div>

## <mark style="color:$primary;">**Fix Etsy weight display error**</mark>

When managing Etsy listings using LitCommerce, you may encounter an issue where weight value does not display on the corresponding listings in the store admin. It is likely due to the weight sent from LitCommerce using a unit that Etsy does not allow.

While Etsy supports various weight units, only specific ones are allowed for each store. This is because each shipping service only accepts certain units.

To determine which units Etsy allows for your shop, follow these steps:

{% stepper %}
{% step %}
Log into your Etsy seller account.

{% endstep %}

{% step %}
Go to the Listings section.

<figure><img src="/files/7zuIVEPKgz3rCD6FVqiQ" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}
Add a new listing or edit an existing one.

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

{% endstep %}

{% step %}
Scroll down to the Item Weight field and identify the available units.

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

{% hint style="info" %}
**The units available may vary based on your country and the shipping services used.**

\
**The displayed units on Etsy may not always reflect the accepted ones. To verify supported units, try entering a value and check whether Etsy displays it correctly.**

\
**If the weight does not show up when testing different units, you may contact Etsy Support for assistance.**
{% endhint %}

Once the supported unit is located, you can change the Weight Unit in the Channel Settings or Shipping & Return Templates.

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

<figure><img src="/files/S3eHHfZJ60p9bq3W7HRe" 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/etsy/handling-product-weight-on-etsy.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.
