The Transactions Connect API allows sellers to view and accept shipping requests, which initiates the shipping transaction. You can then track the transaction status until the buyer receives the item.
Transactions Connect API (0.0.1)
Download OpenAPI description
Languages
Servers
Production
https://connect.wallapop.com
- Productionhttps://connect.wallapop.com/deliveries/{deliveryId}/status
curl -i -X PATCH \
'https://connect.wallapop.com/deliveries/{deliveryId}/status' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"status": "DELIVERED_TO_CARRIER"
}'