Listings
Get specific listing
Retrieve a specific Listing to check its information.
Endpoint
The 2 following endpoints provide exactly the same response:
<aside class="success"> HTTP GET request: https://www.backmarket.fr/ws/listings/LISTING_ID </aside>Or working with a filter on:
<aside class="success"> HTTP GET request: https://www.backmarket.fr/ws/listings/detail/ </aside>If you don't have either the sku nor the listing_id, you can retrieve them by:
GET https://www.backmarket.fr/ws/listings/
get/ws/listings/{listingId}
Response
OK
Example response
{
"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,
"statuscode": 200
}