wallapop-cli
Command reference

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
FlagTypeDefaultDescription
--attrstringArray[]category attribute key=value (repeatable)
--categorystring-leaf category id or name
--conditionstring-item condition
--descriptionstring-listing description
--imagestringArray[]image file to upload (repeatable, at least one)
--latfloat640listing latitude (default: profile location)
--lngfloat640listing longitude (default: profile location)
--pricefloat640price in euros
--titlestring-listing title

wallapop item delete

Delete one of your own listings

wallapop item delete ITEM [flags]
FlagTypeDefaultDescription
--yesboolfalsedo not prompt

wallapop item edit

Change title, description, price, condition or images on your listing

wallapop item edit ITEM [flags]
FlagTypeDefaultDescription
--attrstringArray[]category attribute key=value (repeatable)
--conditionstring-new condition
--descriptionstring-new description
--imagestringArray[]replacement image files (repeatable)
--pricefloat640new price in euros
--titlestring-new title

wallapop item favorite

Add the listing to your favorites

wallapop item favorite ITEM

wallapop item open

Open the listing in the browser

wallapop item open ITEM

wallapop item reserve

Mark one of your own listings as reserved (or --off)

wallapop item reserve ITEM [flags]
FlagTypeDefaultDescription
--offboolfalseclear the reserved flag

wallapop item show

Full detail including reserved/sold flags

wallapop item show ITEM

wallapop item sold

Mark one of your own listings as sold

wallapop item sold ITEM [flags]
FlagTypeDefaultDescription
--yesboolfalsedo not prompt

wallapop item unfavorite

Remove the listing from your favorites

wallapop item unfavorite ITEM

On this page