How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wallapop Transactions API

A shipping transaction is initiated when a seller accepts a shipping request.

Wallapop Transactions API is one of 6 APIs that Wallapop publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Transaction. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 7 operations across 7 paths, and defines 16 schemas. It is described by OpenAPI 3.2.0, at version 0.0.1.

Requests are made against a single base URL, https://connect.wallapop.com.

7 operations 7 paths 16 schemas 4 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.0.1
Base URL
https://connect.wallapop.com
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Wallapop Transactions API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oAuthWithPKCE) using the authorizationCode flow. By default, every request must be authenticated.

  • oAuthWithPKCE — The Items Connect API uses OAuth 2.0 Authorization Code flow with a Proof Key for Code Exchange.

Paths & Operations 7

Across 7 paths, the API surfaces 7 operations — 4 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Transactions 7

A shipping transaction is initiated when a seller accepts a shipping request.

GET
/transactions/requests/pending
Retrieve pending shipping requests
sellerPendingRequests → 200
GET
/transactions/requests/{requestId}
Retrieve a shipping request
sellerRequest 1 param → 200403404
POST
/transactions/requests/{requestId}/accept/home-pickup
Accept a shipping request with home pickup
acceptHomePickup 1 param body → 202409
POST
/transactions/requests/{requestId}/accept/post-office
Accept a shipping request with post office drop off
1 param body → 202409
GET
/transactions/pending
Retrieve pending shipping transactions
sellerPendingTransactions → 200
GET
/transactions/{transactionId}
Retrieve a shipping transaction
sellerTransaction 1 param → 200403404
POST
/transactions/{transactionId}/delivery/register
Register a delivery for a transaction
registerDelivery 1 param body → 201400409

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are PendingTransactionResponse (14 properties), TransactionResponse (13 properties), FindRequestResponse (8 properties), PendingRequestResponse (8 properties). Each schema is shown below with its type and property counts.

SellerAcceptRequestRestRequest
object
1 property 1 required
BuyerCost
object
A detailed breakdown of the buyer's cost
4 properties
RegisterDeliveryRequest
object
Needed information to register the delivery.
2 properties
TransactionResponse
object
A shipping transaction, which may be in any state (pending, delivered, cancelled, etc.).
13 properties
PendingTransactionResponse
object
A pending shipping transaction that has neither reached a final state nor been canceled or expired.
14 properties
PendingRequestResponse
object
A pending shipping request that has not be accepted by the seller yet.
8 properties
PendingTransactionsResponse
object
1 property
PendingRequestsResponse
object
1 property
SellerRevenue
object
A detailed breakdown of the seller's revenue.
4 properties
PendingRequestCarrierDropOffOptions
object
1 property 1 required
BuyerInformation
objectnull
Information about the buyer's information associated with the shipping request or transaction. If you want to manage logistics, you can contact commercial team…
7 properties
Amount
number
The amount in the specified currency.
Error
object
Detailed information about the error encountered.
2 properties 2 required
Currency
string
The currency code associated with the amount. The only supported currency is EUR.
PendingRequestCarrierDropOffOption
object
3 properties
FindRequestResponse
object
A shipping request is generated when a buyer purchases an item, including the cost of the item, service fees, and delivery charges.
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wallapop-transactions-api-openapi.yml Raw ↑

Other APIs Wallapop publishes across the network.

Wallapop Categories API
Wallapop Delivery API
Wallapop Disputes API
Wallapop Items API
Wallapop Webhooks API
Where this information came from

This is an independent, third-party profile of Wallapop Transactions API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.