> 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/marketplace-guides/selling-on-poshmark.md).

# Selling on Poshmark

Use this guide to understand how Poshmark’s listing limits and policies affect how you list and relist with Nifty.

### Listing limit

Poshmark allows up to 300 new listings within a 24-hour period. Once you reach this limit, you'll need to wait until the period resets.

{% hint style="warning" %}
**Important:** If you use Nifty to relist automatically, these "new" listings count against your 300/day limit.
{% endhint %}

### Account restrictions

If you're new to Poshmark and create multiple listings in a short period of time, Poshmark may temporarily restrict your account. This is a security measure — they want to confirm you're a real seller.

**To resolve it:** reach out to [Poshmark Support](mailto:support@poshmark.com) and ask for your listings to be reinstated.

### Closet Clear Out

Poshmark Closet Clear Out (CCO) is a periodic flash sale event where sellers discount items by at least 10%, triggering notifications to users who have liked those items and offering discounted or free shipping.

Nifty doesn't have a dedicated CCO feature, but you can participate using Poshmark directly:

1. In Poshmark, sort your closet by number of likes
2. Edit prices for items with more than one like (discount by at least 10%)
3. After the event, run a **Full Sync** in Nifty to bring in the updated prices

{% hint style="info" %}
**Note:** You could use Nifty's **Update Price** feature to update Poshmark prices in bulk, but there's no way to target only items with more than one like.
{% endhint %}

### Limitations

| Limitation                   | Details                                               |
| ---------------------------- | ----------------------------------------------------- |
| Whole number pricing         | Poshmark only allows whole dollar amounts             |
| Mark items as "Not for Sale" | Items can only be delisted, not marked as unavailable |
| Share more than 8,000/day    | Maximum for account safety                            |


---

# 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/marketplace-guides/selling-on-poshmark.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.
