> For the complete documentation index, see [llms.txt](https://help.litcommerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.litcommerce.com/marketplace-integration/supported-platforms/etsy/how-to-fix-the-etsy-error-missing-readiness-state.md).

# How to fix the Etsy error: Missing readiness state

When working with Etsy listings in LitCommerce, you may come across the error *“Error while syncing: All offerings need readiness state”*.

<figure><img src="https://image.crisp.chat/process/original/?url=https%3A%2F%2Fstorage.crisp.chat%2Fusers%2Fhelpdesk%2Fwebsite%2F-%2F1%2F5%2F6%2F2%2F1562854a68917400%2F1-error_1x2caly.png" alt=""><figcaption></figcaption></figure>

This error occurs because the Processing Profile information is not provided. As part of a recent Etsy update, the Processing Profile field is now available and required under the Shipping tab in the LitCommerce Etsy listing details page and within the [Shipping & Return Template](https://help.litcommerce.com/en/article/how-to-create-etsy-templates-recipes-1f3mgnw/#3-shipping-return-template).

<figure><img src="https://image.crisp.chat/process/original/?url=https%3A%2F%2Fstorage.crisp.chat%2Fusers%2Fhelpdesk%2Fwebsite%2F-%2F1%2F5%2F6%2F2%2F1562854a68917400%2F2-processing-profile_cvmyfz.png" alt=""><figcaption></figcaption></figure>

Existing Active listings listed on Etsy via LitCommerce before **September 30, 2025** will be missing the Processing Profile. This results in the marketplace returning an error when the tool attempts to sync the data.

There are a few ways to resolve this:

* Manually select the appropriate Processing Profile on each listing details page and click `Save & Publish`.

<figure><img src="https://image.crisp.chat/process/original/?url=https%3A%2F%2Fstorage.crisp.chat%2Fusers%2Fhelpdesk%2Fwebsite%2F-%2F1%2F5%2F6%2F2%2F1562854a68917400%2F3-manually_1pve5th.png" alt=""><figcaption></figcaption></figure>

* Edit the Shipping & Return Template and save data to update the Processing Profile information for bulk listings.

<figure><img src="https://image.crisp.chat/process/original/?url=https%3A%2F%2Fstorage.crisp.chat%2Fusers%2Fhelpdesk%2Fwebsite%2F-%2F1%2F5%2F6%2F2%2F1562854a68917400%2F4-shipping-template_s4kh9f.png" alt=""><figcaption></figcaption></figure>

* Perform `Update From Etsy` to import the corresponding Processing Profile data into LitCommerce. This can be done in bulk.

<figure><img src="https://image.crisp.chat/process/original/?url=https%3A%2F%2Fstorage.crisp.chat%2Fusers%2Fhelpdesk%2Fwebsite%2F-%2F1%2F5%2F6%2F2%2F1562854a68917400%2F5-update-from_1svw0nk.png" alt=""><figcaption></figcaption></figure>

Processing Profiles must be set up directly in your Etsy Shop Manager before selecting in LitCommerce. Refer to [this article](https://help.etsy.com/hc/en-us/articles/115015588087-How-to-Set-Processing-Times-Processing-Profiles-and-Ship-By-Dates?segment=selling) for more details.

After completing the necessary actions, wait around 60 minutes for LitCommerce to clear the error message or perform `Update To Etsy` to trigger an immediate update.

<figure><img src="https://image.crisp.chat/process/original/?url=https%3A%2F%2Fstorage.crisp.chat%2Fusers%2Fhelpdesk%2Fwebsite%2F-%2F1%2F5%2F6%2F2%2F1562854a68917400%2F6-update-to_sutttn.png" 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
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, and the optional `goal` query parameter:

```
GET https://help.litcommerce.com/marketplace-integration/supported-platforms/etsy/how-to-fix-the-etsy-error-missing-readiness-state.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
