wallapop-cli
Command reference

chat

Read and send Wallapop messages

wallapop chat

Read and send Wallapop messages

Read and send Wallapop messages.

CONV is a conversation hash, a unique prefix of one, or the hash of an item you already have a conversation about.

wallapop chat list --unread --format pretty
wallapop chat show 8f1c2 --format pretty
wallapop chat send 8f1c2 "Sigue disponible?"
wallapop chat start k2j3h4g5f6d7 "Hola, lo recogería hoy"
echo "Te lo dejo en 200" | wallapop chat send 8f1c2 -
wallapop chat open 8f1c2

wallapop chat archive

Archive a conversation (or --undo)

wallapop chat archive CONV [flags]
FlagTypeDefaultDescription
--undoboolfalseunarchive instead

wallapop chat list

List conversations, most recent first

wallapop chat list [flags]
FlagTypeDefaultDescription
--archivedboolfalselist archived conversations instead
--limitint30how many conversations
--unreadboolfalseonly conversations with unread messages

wallapop chat offer

Send a price offer, or decline an incoming offer

wallapop chat offer CONV AMOUNT

Send a buyer offer in the item's currency. AMOUNT is a positive decimal with at most two fractional digits. Wallapop's daily cap and minimum price are checked before sending. Decline the latest incoming offer with: wallapop chat offer decline CONV Accepting is not supported: it belongs to Wallapop's delivery checkout flow.

wallapop chat offer decline

Decline the latest incoming price offer

wallapop chat offer decline CONV

wallapop chat open

Line-mode chat: streams incoming messages, sends what you type

wallapop chat open CONV

Line-mode chat for one conversation. Prints the recent history, then streams incoming messages while each line you type is sent. /quit or Ctrl-D exits. With --format jsonl, incoming messages are printed as JSON objects instead.

wallapop chat send

Send a message into an existing conversation (TEXT - reads stdin)

wallapop chat send CONV TEXT

wallapop chat show

Show a conversation's messages, oldest first

wallapop chat show CONV [flags]
FlagTypeDefaultDescription
--limitint30how many messages to show
--no-mark-readboolfalsedo not mark the conversation as read

wallapop chat start

Message an item's seller, opening the conversation if needed

wallapop chat start ITEM TEXT

On this page