latestOpenAPI 3.0.32026-08-193973220.1 KB

6a1303364143

BuyBack

List of BuyBack listings

This endpoint returns a list of buyback listings based on a set of parameters.

get/ws/buyback/v1/listings

Query parameters

productIdstring uuid nullable

Product ID

cursorstring uuid nullable

Cursor for the pagination

pageSizeinteger

Page size

Response

Successful Response

nextstring nullable required

Example response

{
  "next": "https://www.backmarket.fr/ws/buyback/v1/listings?cursor=87eeccf7-7b1a-4897-8f71-09899b337a97",
  "results": [
    {
      "id": "d80340a5-6460-4a9c-a8a6-c1c6d56b11c7",
      "productId": "263b4873-3b6b-413e-815e-c3451117893c",
      "prices": {
        "FR": {
          "amount": "34.50",
          "currency": "EUR"
        }
      },
      "aestheticGradeCode": "FUNCTIONAL_FLAWLESS",
      "sku": "seller-sku",
      "markets": [
        "FR"
      ]
    }
  ]
}