item
Inspect and act on a listing
wallapop item
Inspect and act on a listing
Inspect and act on a listing. ITEM is the 12-character hash or the full es.wallapop.com/item/... URL.
wallapop item create
Publish a new listing with one or more images
wallapop item create [flags]Publish a new listing as the active profile.
Category accepts a leaf id or name (the upload flow only takes leaves). Attributes specific to the category go through --attr key=value and are validated against what Wallapop lists for it; unknown keys fail before anything is published. Location defaults to the profile's.
wallapop item create --title "MTB" --description "Barely used" --price 120 --category MTB --condition good --image bike1.jpg --image bike2.jpg
wallapop item create --title "Golf" --description "One owner" --price 8000 --category Cars --condition good --attr brand=Volkswagen --attr year=2019 --image car.jpg| Flag | Type | Default | Description |
|---|---|---|---|
--attr | stringArray | [] | category attribute key=value (repeatable) |
--category | string | - | leaf category id or name |
--condition | string | - | item condition |
--description | string | - | listing description |
--image | stringArray | [] | image file to upload (repeatable, at least one) |
--lat | float64 | 0 | listing latitude (default: profile location) |
--lng | float64 | 0 | listing longitude (default: profile location) |
--price | float64 | 0 | price in euros |
--title | string | - | listing title |
wallapop item delete
Delete one of your own listings
wallapop item delete ITEM [flags]| Flag | Type | Default | Description |
|---|---|---|---|
--yes | bool | false | do not prompt |
wallapop item edit
Change title, description, price, condition or images on your listing
wallapop item edit ITEM [flags]| Flag | Type | Default | Description |
|---|---|---|---|
--attr | stringArray | [] | category attribute key=value (repeatable) |
--condition | string | - | new condition |
--description | string | - | new description |
--image | stringArray | [] | replacement image files (repeatable) |
--price | float64 | 0 | new price in euros |
--title | string | - | new title |
wallapop item favorite
Add the listing to your favorites
wallapop item favorite ITEMwallapop item open
Open the listing in the browser
wallapop item open ITEMwallapop item reserve
Mark one of your own listings as reserved (or --off)
wallapop item reserve ITEM [flags]| Flag | Type | Default | Description |
|---|---|---|---|
--off | bool | false | clear the reserved flag |
wallapop item show
Full detail including reserved/sold flags
wallapop item show ITEMwallapop item sold
Mark one of your own listings as sold
wallapop item sold ITEM [flags]| Flag | Type | Default | Description |
|---|---|---|---|
--yes | bool | false | do not prompt |
wallapop item unfavorite
Remove the listing from your favorites
wallapop item unfavorite ITEM