> For the complete documentation index, see [llms.txt](https://docs.nifty.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nifty.ai/crosslisting/crosslisting.md).

# Crosslisting

**Crosslisting** in Nifty lets you post the same item to multiple marketplaces without re-entering all your details.

### Where to find it

Go to the [**Inventory Manager**](/inventory-management/inventory-manager.md) and click:

1. **Add item** — Create brand-new items.
2. **Bulk Generate** — Turn photos into complete, multi-marketplace drafts.
3. **List on Marketplace** — Add a new marketplace listing to an existing item.

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

### How it works

**Crosslisting** isn’t one-size-fits-all — different sellers have different workflows. Nifty supports three main ways to get your items listed everywhere.

#### Create once, list everywhere

If you like to build listings from scratch inside Nifty:

* Use the **Listing form** to enter your item details once.
* Pick the marketplaces you want to list on.
* Nifty creates and links those listings on one row in the **Inventory Manager**.

See [Creating and Editing Items](/crosslisting/creating-and-editing-items.md) for a full breakdown of the form.

#### Crosslist an existing item

If you prefer to start on a marketplace and expand from there:

* Find the item’s row in the **Inventory Manager**.
* Click **List on Marketplace** in an empty cell.
* Nifty reuses your existing photos, title, description, and price, and AI fills marketplace-specific fields.

See [List on Marketplace](/crosslisting/list-on-marketplace.md) for step-by-step guidance.

#### Crosslist many items at once

If you have a backlog to move across:

* Select your listed items and click **Crosslist** in the **Bulk action bar**.
* Pick your marketplaces, pricing, and shipping once — Nifty applies them to every item.
* AI writes each listing, and you choose whether to review drafts or publish immediately.

See [Bulk Crosslisting](/crosslisting/bulk-crosslisting.md) for the full walkthrough.

#### Use AI to generate listings

If you like to offload the heavy lifting:

* Click **Bulk Generate** and upload your photos.
* AI turns your photos into drafts with titles, descriptions, and item specifics.
* You review, adjust, and publish.

See [AI Listing Generator](/crosslisting/ai-listing-generator.md) for best practices.

### Limitations

| Limitation             | Details                                                                                                   |
| ---------------------- | --------------------------------------------------------------------------------------------------------- |
| Automatic crosslisting | Items listed on one marketplace don't automatically publish to others; you choose where and when to post. |

### Plans that include Crosslisting

| Plan                        | Includes Crosslisting |
| --------------------------- | --------------------- |
| **Poshmark Automation**     | ❌ Not included        |
| **eBay Automation**         | ❌ Not included        |
| **Full Automation**         | ❌ Not included        |
| **Bundle Plus / Pro**       | ✅ Included            |
| **Crosslisting Plus / Pro** | ✅ Included            |


---

# 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://docs.nifty.ai/crosslisting/crosslisting.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.
