---
title: Bulk wardrobe management
description: Repost, reprice, hide, or delete many listings at once — plus CSV in and out.
---

<FeatureVideo src="/videos/bulk-actions.mp4" title="Bulk actions demo" />

The **Listings** tab in the extension panel loads your entire wardrobe — up to ~5,000
listings — with search across title, brand, and SKU, sortable columns, and a column
picker. Select any number of listings and act on all of them at once.

## Available bulk actions

- **Repost** — send the whole selection through the [repost engine](/docs/features/repost-engine),
  with photo modifications and optional price drops.
- **Duplicate** — create copies of listings (saved as drafts by default), useful for
  multi-quantity items.
- **Change price** — set a fixed price, or increase/decrease by an amount or percentage
  across the selection.
- **Edit fields** — bulk-rewrite titles and descriptions (set, append, or find & replace)
  and reassign brands.
- **Hide / show** — take listings offline temporarily without deleting them.
- **Delete** — remove listings permanently (with confirmation).
- **Follow / unfollow** — grow your audience with the follow tools (follow back your
  followers, follow a user's followers, unfollow everyone — each capped and paced).

## Your own inventory fields

Beyond Vinted's own data, each listing carries local, inline-editable metadata: **SKU**,
**storage location**, **purchase price**, restock settings, and per-item offer rules.
It's a lightweight inventory system that lives right in the panel — and syncs into the
[auto-offer](/docs/features/auto-offers) engine where relevant.

Each row also has a **Sync** button that pushes the listing — photos, attributes, and
price — into your [Sellu stock](/docs/dashboard/stock), linking it to a publication so
the [dashboard](/docs/dashboard) tracks it from then on.

## CSV import & export

Your wardrobe can be exported to CSV at any time — every listing with its photos,
attributes, stats, and your local metadata. You can also import a CSV to create draft
listings in bulk (Shopify export columns are understood too), which pairs well with
[AI autofill](/docs/features/ai-autofill) for stock you haven't written up yet.

```csv title="listings.csv"
title,brand,size,category,price,sku,location,description
Vintage Levi's 501,Levi's,L,Jeans,25,SKU-1041,Box 3,Classic straight fit, light wash
North Face puffer,The North Face,M,Coats,90,SKU-1042,Box 1,Worn once, navy blue
```

<Callout title="Batches are paced">
  Like everything else, bulk actions run with human-like delays that scale with batch
  size. Large batches keep working in the background while you do something else.
</Callout>
