latestOpenAPI 3.0.32026-08-193973220.1 KB

6a1303364143

Listings

Get listings

Retrieve all your Listings.

get/ws/listings

Query parameters

publication_state0 | 1 | 2 | 3 | 4
min_quantityinteger
max_quantityinteger
pageinteger

The page number for pagination

page-sizeinteger

The page size for pagination

Headers

Accept-Languagestring

Select what market will be used to apply filters and export data. Passed as the language code related to this market.

Response

OK

countinteger required
nextstring nullable required
previousstring nullable required

Example response

{
  "count": 123,
  "next": "https://www.backmarket.fr/ws/listings?page=2",
  "results": [
    {
      "backmarket_id": 42,
      "comment": "This is an iPhone 6S - 64Go - Blue working with all operators",
      "currency": "EUR",
      "id": "7a97a1b6-547e-4718-bc72-5b84aca91b09",
      "listing_id": 4567,
      "max_price": "199.90",
      "min_price": "160.99",
      "price": "160.99",
      "product_id": "7a97a1b6-547e-4718-bc72-5b84aca91b09",
      "publication_state": 2,
      "quantity": 12,
      "shippings": [
        {
          "country_code": "it-it",
          "shipper": "UPS",
          "shipper_display": "UPS",
          "shipping_delay": 24,
          "shipping_price": "0.00"
        }
      ],
      "sku": "IPHONE_6S_64GO_BLUE_CORRECT",
      "state": 4,
      "grade": "EXCELLENT",
      "title": "iPhone 6S - 64Go - Blue - Unlocked",
      "warranty_delay": 24,
      "new_battery": true
    }
  ]
}