Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
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 Transactions. 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.0.1, 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.0.1
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), PendingRequestResponse (8 properties), FindRequestResponse (8 properties). Each schema is shown below with its type and property counts.

Amount
number
The amount in the specified currency.
BuyerCost
object
A detailed breakdown of the buyer's cost
4 properties
RegisterDeliveryRequest
object
Needed information to register the delivery.
2 properties
PendingRequestResponse
object
A pending shipping request that has not be accepted by the seller yet.
8 properties
PendingTransactionResponse
object
A pending shipping transaction that has neither reached a final state nor been canceled or expired.
14 properties
SellerRevenue
object
A detailed breakdown of the seller's revenue.
4 properties
PendingRequestCarrierDropOffOptions
object
1 property 1 required
Currency
string
The currency code associated with the amount. The only supported currency is EUR.
PendingRequestsResponse
object
1 property
TransactionResponse
object
A shipping transaction, which may be in any state (pending, delivered, cancelled, etc.).
13 properties
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
SellerAcceptRequestRestRequest
object
1 property 1 required
BuyerInformation
object
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
PendingTransactionsResponse
object
1 property
Error
object
Detailed information about the error encountered.
2 properties 2 required

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