Changelog

Date Message Developer

2023-03-30

Add a new endpoint /products/{product_id}/pricehistory which returns a price history for a given product and is resticted by the product_history capability.

bok & pam

2023-01-17

Renamed fields test_reports and user_reviews to test_report_summary and user_review_summary.

jo & ps

2023-01-09

Remove deprecated filtered_categories bucket from /suggestions endpoint. The filtered categories are now included in the categories bucket which now also has a filters array which is empty for categories without filter.

bok

2022-11-02

Add shop certificates to the response of the /shops* endpoints.

bok

2022-11-02

Add field purpose to images array of the offers.

bok & jol

2022-11-02

Add field numeric_sort_order to product properties, legal_fields in products and offers and applicable filters returned by the search results endpoint if a single category filter is set there.

bok

2022-10-05

Add a new form of filter for prices to the search endpoint that uses our capability to handle ranges.

jol

2022-10-05

Add user reviews for shops.

bok

2022-09-06

Removed keys from applicable filters list: is_on_sale, free_reshipment, has_image.

bok

2022-09-05

The pagination parameters for the /shops endpoint have been deprecated for quite a while. Now we always return an empty list if the offset parameter is given. Please do not use these parameters any more!"

bok

2022-09-05

Add location_country to shops response.

bok

2022-09-01

Add query filter options to /search-results.

jol

2022-08-31

Add is_range_selectable information to filters. Add display_group information to product properties.

bok

2022-08-30

Add offers to the result of the /suggest endpoint.

bok

2022-08-16

Add new sort mode auto to /search-results endpoint and change the default sort mode from -popularity to the new auto mode.

bok

2022-08-04

Add new endpoint GET /brands with query param initial.

bok

2022-08-01

Add new query param initial to GET /shops endpoint so that the resulting shops can be filtered by initial letter of its name.

bok

2022-07-21

Add new endpoint /products/most-relevant.

jol

2022-07-12

Add new fuzzy search option on /search-results.

jol

2022-07-05

Add new filter option is_on_sale on /search-results.

jol

2022-07-05

Add options to limit the number and the type of returned filters on /search-results to get better access to the filtering features.

jol

2022-06-30

On /search-results we now return proposals (did_you_mean) for misspelled search terms.

jol

2022-06-27

Restrict the values for the limit query param to 1000 and for the offset query param to 10000.

bok

2022-06-21

New features:

  • range filters for numeric generic filters in /search-results
  • related categories are returned in /search-results

bok & jol

2022-06-07

The default value for the filter_mode parameter of the /search-results endpoint has been changed from multiselect to off.

bok

2022-05-31

Enable legal fields on offers and products in /offers/{offer_ids}, /products/{product_ids} and /search-results. Too see those new legal fields, try searching for the term Waschmaschine. There should be results with legal fields there!

bok & jol

2022-05-23

Enable functionality of filter_mode parameter for /search-results without changing the default value.

bok & jol

2022-05-18

Reduce filter options returned by /search-results when filtering with a category.

bok & jol

2022-05-13

Add /suggestions endpoint

bok & jol

2022-04-27

Change default value for document_type query parameter of /search-results endpoint to offer (has been [product,offer] before).

bok & jol

2022-04-27

Add products as resulting items to /search-results endpoint. This includes:

  • a change to the offer data structure: field type = offer
  • add product data structure: field type = product
  • rename field skipped_offers to skipped_items

bok & jol

2022-04-21

Add filter_mode parameter to /search-results endpoint

bok & jol

2022-04-21

Add products filter to /search-results endpoint

bok & jol

2022-04-21

Add new endpoint /products/{ids}

bok & jol

2022-03-15

Add enhanced filtering to /search-results endpoint

bok & jol

2022-01-12

Add new endpoint /exports/clicklogs/{channel_name}

bok

2022-01-11

Add new endpoints /payment-methods and /shipping-methods

sika

2022-07-06

Add endpoints for /categories

jol

2021-01-13

Add new endpoint /exports/next

sika

2020-11-30

Announcement: Deprecation for field price returned by GET /offers/{ids}.

Deprecated: Thu, 03 Dec 2020.

Sunset: Wed, 01 Feb 2021.

sika

2020-09-07

Breaking change: remove GET /offers (keeping GET /offers/{ids})

jol

2020-08-27

Breaking change: rename endpoint /search_results to /search-results

jol

2020-06-03

Remove "gets_export" permission. Every user with access to the api can use every endpoint.

blb

2020-02-17

We changed the "time" field format for offers from the "offersv3" data source to fully comply with ISO 8601. Instead of a space character, an upper-case "T" is now used as the separator between date and time.

blb