Skip to content

Retrieve price and stock information

WARNING

This endpoint is not paginated

Query parameter

  • country- required - valid countries (at, be, ch, de, dk, fi, fr, gl, it, nl, no, se)
  • factor - the factor that the price is multiplied with. The result is returned in factor_price.

Example

shell
curl --location 'https://api02.reimo-shops.de/api/extranet/rest/articles/all_prices_and_amounts?country=de' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer *****'

Response

The response contains an object nested with objects. Each object has the sku as key and the following properties:

json
    "1": {
        "hotdeal": false,
        "novelty": false,
        "producerSKU": " ",
        "stock": 11,
        "price": 0.0,
        "pseudo_price": 0.0,
        "dealer_price": 0.0,
        "factor_price": 0.0,
        "factor_pseudo_price": 0.0,
        "lifecycle": "E",
        "tax": 19,
        "base_price": 0.0,
        "base_unit": "  ",
        "currencySign": "EUR",
        "scalevolume1": 0,
        "scalevolume2": 0,
        "scalevolume3": 0,
        "deleivery_days": 0
    }