You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Poshmark is a social commerce marketplace for new and secondhand fashion, home, and beauty. Its differentiator is the social selling model — Posh Parties (themed live shopping events), sharing listings to boost visibility, bundles for multi-item purchases, and an offer/counter-offer negotiation system. The IA treats every user as both a buyer and a seller, with the closet (profile) as the storefront and sharing as the primary growth mechanic.
Site Map
poshmark.com
├── Home (feed)
├── Browse
│ ├── Women
│ ├── Men
│ ├── Kids
│ ├── Home
│ ├── Beauty
│ ├── Pets
│ ├── Electronics
│ ├── Luxury (Posh Authenticate)
│ └── Boutiques
├── Brands
│ ├── A-Z directory
│ └── /{brand-name}
├── Posh Parties
│ ├── Upcoming parties
│ ├── Current parties
│ ├── Past parties
│ └── Party detail (themed: "Best in Shoes", "Nike Party", etc.)
├── Sell
│ ├── List an item
│ ├── Seller tools
│ ├── Posh Ambassador program
│ └── Shipping guide (prepaid labels)
├── Listing Page
│ ├── Photos
│ ├── Description & details
│ ├── Size, brand, condition
│ ├── Buy now / Make offer
│ ├── Bundle (add to bundle with same seller)
│ ├── Comments
│ ├── Share / Like
│ └── Seller closet link
├── Closet (User Profile)
│ ├── Available listings
│ ├── Sold items
│ ├── About
│ ├── Meet the Posher
│ ├── Love Notes (reviews)
│ └── Followers / Following
├── My Closet (Dashboard)
│ ├── My listings
│ ├── My purchases
│ ├── My offers (sent/received)
│ ├── My bundles
│ ├── My earnings
│ ├── Posh Stats
│ └── Settings
├── Help Center
│ ├── Buying
│ ├── Selling
│ ├── Shipping & returns
│ ├── Posh Protect
│ └── Contact
├── Legal
│ ├── Terms
│ ├── Privacy
│ └── Seller policy
└── Auth
├── Log in
└── Sign up
Key pattern: "Share" is a primary action — sharing your own or others' listings to followers and parties is how items get visibility. The feed is a social timeline of shared listings.
Content Model
Entity
Key Attributes
Relationships
Listing
photos (up to 16), title, description, size, brand, category, original price, listing price, condition, likes, comments, shares
—
Closet (User)
username, avatar, bio, cover photo, listings count, followers, following, Love Notes, Posh Ambassador status
—
Offer
listing, buyer, amount, counter-amount, expiration (24h), status
Browse/search → find listing → "Make an Offer" → Enter offer amount (must meet minimum % of listing price) → Seller receives → Accept / Counter / Decline within 24h → If accepted → buyer charged → seller ships with prepaid label → Item delivered → buyer accepts or opens case → seller paid after 3 days
Create a bundle
Visit a seller's closet → add multiple items to bundle → Seller sees bundle → offers bundle discount → Buyer can also make an offer on the bundle → Single checkout, single shipping for all items
Posh Party participation
View upcoming parties → join a themed party (e.g., "Date Night Style") → Share eligible listings to the party → Browse party listings → like, share, buy → Host picks "Host Picks" — featured listings get extra visibility
Sell an item
Tap "Sell" → photo first (up to 16 photos) → Fill in brand, size, category, condition, price → Publish → share to feed, parties, followers → Buyer purchases → prepaid USPS label generated → ship within 3 days → Earnings credited to Posh balance after buyer accepts
URL / Route Structure
/ → Home feed
/search?query={q} → Search results
/category/{department}/ → Department browse
/brand/{brand-name}/ → Brand listings
/listing/{listing-id} → Listing detail
/closet/{username} → User closet (shop)
/closet/{username}/about → Meet the Posher
/parties/ → Posh Parties index
/party/{party-id} → Party detail
/sell/ → List item
/account/ → Dashboard (auth)
/account/listings/ → My listings (auth)
/account/offers/ → My offers (auth)
/account/earnings/ → My earnings (auth)
/help/ → Help center
poshmark.com/feed # Social feed
poshmark.com/discover # Discover page
poshmark.com/search?query={q}&type=listings # Search with filters
poshmark.com/search?query={q}&type=people # Search users
poshmark.com/category/{dept}/{cat} # Category browse
poshmark.com/brand/{brand-name}/{category} # Brand + category
poshmark.com/closet/{username}/love-notes # Seller reviews
poshmark.com/account/stats # Posh Stats
poshmark.com/account/offers/active # Active offers
poshmark.com/account/bundles # Bundles dashboard
Search & Filter
Feature
Behavior
Global search
By keyword, brand, seller; autocomplete with suggestions
Filters
Category, size, brand, price range, condition (NWT/NWOT/Good/Fair), color
Sort
Just Shared, Recently Reduced, Lowest Price, Highest Price, Relevance
Brand browse
A-Z directory, popular brands, brand + category combos
Saved search
Push alerts when new matching listings posted
My Closet filter
Available, sold, drafts, price drops needed
Responsive Behavior
Breakpoint
Adaptation
Desktop (≥1024px)
4-5 column listing grid, sidebar filters, full closet view