Skip to main content
Please pay attention to the status of each entry

Unsupported

The feature may still be present or functional but ValueChecker does not support or recommend its usage and may drop it completely at any time.

Removed

The feature is completely removed from the ValueChecker API.

Breaking Change

The change REQUIRES an update in your implementation if you used a previous version or variant.

Recent Deprecations

DateVersionSDescription
Mar 28, 20240.20.70cid and category in response object for /product_search replaced
Jun 11, 20250.121.0product_picture_url in response object for /product_search product_pic_url in response objects for /prices and /product_search

Upcoming Deprecations

DateSDescription
Dec 15, 2024cid and category will be removed from the /product_search response object

Deprecation details

Details on API deprecations
ItemDescription
DateMar 28, 2024
Version0.20.70
StatusUnsupported
EffectBackwards compatible
Impact/product_search
The cid has been deprecated and will be removed in a future update. Please use the client_category_id instead. category has been deprecated and will be removed in a future update. However, the client_category will return the same information.Example response:
{
  "results": [
    {
      "child_products": [],
      "pid": 1122795690,
-     "cid": 132,
-     "category": Laptops,
+     "client_category": Laptops,
+     "client_category_id": 2000
      "product_name": "Asus Zenfone 9 8GB 5G 128GB White",
      "pic_url": "https://img.valuechecker.net/,..j",
      "product_picture_url": "https://img.valuechecker.net/,..j",
      "specs": [
        {
          "spec_id": 999,
          "spec_name_display": "Marke",
          "spec_value_display": "Asus",