https://oalp.xiphias-digital.com/DE/en/office-furniture?page=8

Elasticsearch Search Requests

Destination Payload Result
Http://search:9200
{
    "query": {
        "query": {
            "bool": {
                "must": [
                    {
                        "match_all": {}
                    },
                    {
                        "match": {
                            "type": "product_abstract"
                        }
                    },
                    {
                        "match": {
                            "store": "DE"
                        }
                    },
                    {
                        "match": {
                            "locale": "en_US"
                        }
                    },
                    {
                        "match": {
                            "is-active": true
                        }
                    },
                    {
                        "bool": {
                            "should": [
                                {
                                    "range": {
                                        "active-from": {
                                            "lte": "now"
                                        }
                                    }
                                },
                                {
                                    "bool": {
                                        "must_not": [
                                            {
                                                "exists": {
                                                    "field": "active-from"
                                                }
                                            }
                                        ]
                                    }
                                }
                            ]
                        }
                    },
                    {
                        "bool": {
                            "should": [
                                {
                                    "range": {
                                        "active-to": {
                                            "gte": "now"
                                        }
                                    }
                                },
                                {
                                    "bool": {
                                        "must_not": [
                                            {
                                                "exists": {
                                                    "field": "active-to"
                                                }
                                            }
                                        ]
                                    }
                                }
                            ]
                        }
                    }
                ],
                "filter": [
                    {
                        "nested": {
                            "query": {
                                "term": {
                                    "integer-facet.facet-name": {
                                        "value": "price-DEFAULT-EUR-GROSS_MODE",
                                        "boost": 1
                                    }
                                }
                            },
                            "path": "integer-facet"
                        }
                    },
                    {
                        "term": {
                            "category.all-parents": {
                                "value": "11",
                                "boost": 1
                            }
                        }
                    }
                ]
            }
        },
        "suggest": {
            "text": ""
        },
        "_source": [
            "search-result-data"
        ],
        "sort": [
            {
                "integer-sort.category:11": {
                    "order": "ASC",
                    "mode": "min",
                    "unmapped_type": "integer"
                }
            }
        ],
        "from": 84,
        "size": 12,
        "aggs": {
            "category.all-parents.category": {
                "terms": {
                    "field": "category.all-parents",
                    "size": 1000
                }
            },
            "global-category": {
                "global": {},
                "aggs": {
                    "filter": {
                        "filter": {
                            "bool": {
                                "must": [
                                    {
                                        "match_all": {}
                                    },
                                    {
                                        "match": {
                                            "type": "product_abstract"
                                        }
                                    },
                                    {
                                        "match": {
                                            "store": "DE"
                                        }
                                    },
                                    {
                                        "match": {
                                            "locale": "en_US"
                                        }
                                    },
                                    {
                                        "match": {
                                            "is-active": true
                                        }
                                    },
                                    {
                                        "bool": {
                                            "should": [
                                                {
                                                    "range": {
                                                        "active-from": {
                                                            "lte": "now"
                                                        }
                                                    }
                                                },
                                                {
                                                    "bool": {
                                                        "must_not": [
                                                            {
                                                                "exists": {
                                                                    "field": "active-from"
                                                                }
                                                            }
                                                        ]
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    {
                                        "bool": {
                                            "should": [
                                                {
                                                    "range": {
                                                        "active-to": {
                                                            "gte": "now"
                                                        }
                                                    }
                                                },
                                                {
                                                    "bool": {
                                                        "must_not": [
                                                            {
                                                                "exists": {
                                                                    "field": "active-to"
                                                                }
                                                            }
                                                        ]
                                                    }
                                                }
                                            ]
                                        }
                                    }
                                ],
                                "filter": [
                                    {
                                        "nested": {
                                            "query": {
                                                "term": {
                                                    "integer-facet.facet-name": {
                                                        "value": "price-DEFAULT-EUR-GROSS_MODE",
                                                        "boost": 1
                                                    }
                                                }
                                            },
                                            "path": "integer-facet"
                                        }
                                    }
                                ]
                            }
                        },
                        "aggs": {
                            "category.all-parents.category": {
                                "terms": {
                                    "field": "category.all-parents",
                                    "size": 1000
                                }
                            }
                        }
                    }
                }
            },
            "integer-facet": {
                "nested": {
                    "path": "integer-facet"
                },
                "aggs": {
                    "integer-facet-name": {
                        "terms": {
                            "field": "integer-facet.facet-name",
                            "size": 10
                        },
                        "aggs": {
                            "integer-facet-stats": {
                                "stats": {
                                    "field": "integer-facet.facet-value"
                                }
                            }
                        }
                    }
                }
            },
            "string-facet": {
                "nested": {
                    "path": "string-facet"
                },
                "aggs": {
                    "string-facet-name": {
                        "terms": {
                            "field": "string-facet.facet-name",
                            "size": 10
                        },
                        "aggs": {
                            "string-facet-value": {
                                "terms": {
                                    "field": "string-facet.facet-value",
                                    "size": 10
                                }
                            }
                        }
                    }
                }
            }
        }
    },
    "parameters": {
        "page": "8",
        "category": 11
    }
}
{
    "facets": {
        "category": {},
        "rating": {},
        "label": {},
        "farbe": {},
        "material": {},
        "brand": {},
        "merchant_name": {}
    },
    "sort": {},
    "pagination": {},
    "products": [
        {
            "images": [
                {
                    "fk_product_image_set": 114,
                    "id_product_image": 442,
                    "alt_text_small": "",
                    "product_image_key": "product_image_442",
                    "updated_at": "2025-12-02 09:55:11.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00029156-03?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00029156-03",
                    "created_at": "2025-12-02 09:55:11.000000",
                    "id_product_image_set_to_product_image": 442,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 442
                },
                {
                    "fk_product_image_set": 114,
                    "id_product_image": 444,
                    "alt_text_small": "",
                    "product_image_key": "product_image_444",
                    "updated_at": "2025-12-02 09:55:11.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00918514II-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00918514II-01",
                    "created_at": "2025-12-02 09:55:11.000000",
                    "id_product_image_set_to_product_image": 444,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 444
                },
                {
                    "fk_product_image_set": 114,
                    "id_product_image": 446,
                    "alt_text_small": "",
                    "product_image_key": "product_image_446",
                    "updated_at": "2025-12-02 09:55:11.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00918514II-02?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00918514II-02",
                    "created_at": "2025-12-02 09:55:11.000000",
                    "id_product_image_set_to_product_image": 446,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 446
                },
                {
                    "fk_product_image_set": 114,
                    "id_product_image": 448,
                    "alt_text_small": "",
                    "product_image_key": "product_image_448",
                    "updated_at": "2025-12-02 09:55:11.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00918514II-03?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00918514II-03",
                    "created_at": "2025-12-02 09:55:11.000000",
                    "id_product_image_set_to_product_image": 448,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 448
                }
            ],
            "id_product_labels": [
                5
            ],
            "price": 33513,
            "abstract_name": "Topstar executive chair - Black leather",
            "id_product_abstract": 55,
            "type": "product_abstract",
            "add_to_cart_sku": "100414",
            "prices": {
                "DEFAULT": 33513,
                "ORIGINAL": 37236
            },
            "abstract_sku": "M10569",
            "url": "\/en\/topstar-chefsessel-leder-schwarz-M10569"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 548,
                    "id_product_image": 1754,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1754",
                    "updated_at": "2025-12-02 09:55:19.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00033520-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00033520-01",
                    "created_at": "2025-12-02 09:55:19.000000",
                    "id_product_image_set_to_product_image": 1754,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1754
                },
                {
                    "fk_product_image_set": 548,
                    "id_product_image": 1756,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1756",
                    "updated_at": "2025-12-02 09:55:19.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00977115FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00977115FF-01",
                    "created_at": "2025-12-02 09:55:19.000000",
                    "id_product_image_set_to_product_image": 1756,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1756
                },
                {
                    "fk_product_image_set": 548,
                    "id_product_image": 1758,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1758",
                    "updated_at": "2025-12-02 09:55:19.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00977116FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00977116FF-01",
                    "created_at": "2025-12-02 09:55:19.000000",
                    "id_product_image_set_to_product_image": 1758,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1758
                },
                {
                    "fk_product_image_set": 548,
                    "id_product_image": 1760,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1760",
                    "updated_at": "2025-12-02 09:55:19.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00977117FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00977117FF-01",
                    "created_at": "2025-12-02 09:55:19.000000",
                    "id_product_image_set_to_product_image": 1760,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1760
                },
                {
                    "fk_product_image_set": 548,
                    "id_product_image": 1762,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1762",
                    "updated_at": "2025-12-02 09:55:19.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00980024FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00980024FF-01",
                    "created_at": "2025-12-02 09:55:19.000000",
                    "id_product_image_set_to_product_image": 1762,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 1762
                },
                {
                    "fk_product_image_set": 548,
                    "id_product_image": 1764,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1764",
                    "updated_at": "2025-12-02 09:55:19.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00980024II-02?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00980024II-02",
                    "created_at": "2025-12-02 09:55:19.000000",
                    "id_product_image_set_to_product_image": 1764,
                    "sort_order": 11,
                    "alt_text_large": "",
                    "fk_product_image": 1764
                }
            ],
            "id_product_labels": [
                5
            ],
            "price": 45024,
            "abstract_name": "Topstar design office swivel chair, with netting backrest - backrest 550 mm",
            "id_product_abstract": 284,
            "type": "product_abstract",
            "add_to_cart_sku": "101007",
            "prices": {
                "DEFAULT": 45024,
                "ORIGINAL": 50026
            },
            "abstract_sku": "M49207",
            "url": "\/en\/topstar-design-buerodrehstuhl-mit-netzruecken-rueckenlehne-550-mm-M49207"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 740,
                    "id_product_image": 2830,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2830",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00011897F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00011897F-01",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2830,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2830
                },
                {
                    "fk_product_image_set": 740,
                    "id_product_image": 2832,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2832",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00002515-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00002515-01",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2832,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2832
                },
                {
                    "fk_product_image_set": 740,
                    "id_product_image": 2834,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2834",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00016322-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00016322-01",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2834,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 2834
                },
                {
                    "fk_product_image_set": 740,
                    "id_product_image": 2836,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2836",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK91600-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK91600-01",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2836,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 2836
                }
            ],
            "id_product_labels": [],
            "price": 29570,
            "abstract_name": "Rectangular table, rectangular tubing, chromed - 1400 \/ 700 x 700 mm",
            "id_product_abstract": 383,
            "type": "product_abstract",
            "add_to_cart_sku": "102924",
            "prices": {
                "DEFAULT": 29570
            },
            "abstract_sku": "M788",
            "url": "\/en\/trapeztisch-rundrohr-verchromt-1400-700-x-700-mm-M788"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 116,
                    "id_product_image": 450,
                    "alt_text_small": "",
                    "product_image_key": "product_image_450",
                    "updated_at": "2025-12-02 09:55:11.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00731548FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00731548FF-01",
                    "created_at": "2025-12-02 09:55:11.000000",
                    "id_product_image_set_to_product_image": 450,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 450
                },
                {
                    "fk_product_image_set": 116,
                    "id_product_image": 452,
                    "alt_text_small": "",
                    "product_image_key": "product_image_452",
                    "updated_at": "2025-12-02 09:55:11.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00731549FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00731549FF-01",
                    "created_at": "2025-12-02 09:55:11.000000",
                    "id_product_image_set_to_product_image": 452,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 452
                },
                {
                    "fk_product_image_set": 116,
                    "id_product_image": 454,
                    "alt_text_small": "",
                    "product_image_key": "product_image_454",
                    "updated_at": "2025-12-02 09:55:11.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00731550FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00731550FF-01",
                    "created_at": "2025-12-02 09:55:11.000000",
                    "id_product_image_set_to_product_image": 454,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 454
                },
                {
                    "fk_product_image_set": 116,
                    "id_product_image": 456,
                    "alt_text_small": "",
                    "product_image_key": "product_image_456",
                    "updated_at": "2025-12-02 09:55:11.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00013690-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00013690-01",
                    "created_at": "2025-12-02 09:55:11.000000",
                    "id_product_image_set_to_product_image": 456,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 456
                },
                {
                    "fk_product_image_set": 116,
                    "id_product_image": 458,
                    "alt_text_small": "",
                    "product_image_key": "product_image_458",
                    "updated_at": "2025-12-02 09:55:11.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00743638FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00743638FF-01",
                    "created_at": "2025-12-02 09:55:11.000000",
                    "id_product_image_set_to_product_image": 458,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 458
                },
                {
                    "fk_product_image_set": 116,
                    "id_product_image": 460,
                    "alt_text_small": "",
                    "product_image_key": "product_image_460",
                    "updated_at": "2025-12-02 09:55:11.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00918470FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00918470FF-01",
                    "created_at": "2025-12-02 09:55:11.000000",
                    "id_product_image_set_to_product_image": 460,
                    "sort_order": 11,
                    "alt_text_large": "",
                    "fk_product_image": 460
                },
                {
                    "fk_product_image_set": 116,
                    "id_product_image": 462,
                    "alt_text_small": "",
                    "product_image_key": "product_image_462",
                    "updated_at": "2025-12-02 09:55:11.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00013691-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00013691-01",
                    "created_at": "2025-12-02 09:55:11.000000",
                    "id_product_image_set_to_product_image": 462,
                    "sort_order": 13,
                    "alt_text_large": "",
                    "fk_product_image": 462
                }
            ],
            "id_product_labels": [],
            "price": 9785,
            "abstract_name": "Topstar standard swivel chair - without armrests, backrest 450 mm",
            "id_product_abstract": 56,
            "type": "product_abstract",
            "add_to_cart_sku": "104151",
            "prices": {
                "DEFAULT": 9785
            },
            "abstract_sku": "M10577",
            "url": "\/en\/topstar-standard-drehstuhl-ohne-armlehnen-rueckenlehne-450-mm-M10577"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 610,
                    "id_product_image": 2062,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2062",
                    "updated_at": "2025-12-02 09:55:21.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00035965-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00035965-01",
                    "created_at": "2025-12-02 09:55:21.000000",
                    "id_product_image_set_to_product_image": 2062,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2062
                }
            ],
            "id_product_labels": [],
            "price": 20040,
            "abstract_name": "office akktiv operator swivel chair, backrest height 600 mm - point-synchronous mechanism, sliding seat",
            "id_product_abstract": 315,
            "type": "product_abstract",
            "add_to_cart_sku": "102180",
            "prices": {
                "DEFAULT": 20040
            },
            "abstract_sku": "M58102",
            "url": "\/en\/office-akktiv-operator-drehstuhl-rueckenlehnenhoehe-600-mm-punktsynchron-mechanik-muldensitz-M58102"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 650,
                    "id_product_image": 2314,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2314",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00042727F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00042727F-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2314,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2314
                }
            ],
            "id_product_labels": [
                5
            ],
            "price": 13689,
            "abstract_name": "Dipiplast stackable chair made of polypropylene - without upholstery",
            "id_product_abstract": 338,
            "type": "product_abstract",
            "add_to_cart_sku": "101515",
            "prices": {
                "DEFAULT": 13689,
                "ORIGINAL": 15210
            },
            "abstract_sku": "M64933",
            "url": "\/en\/schalenstuhl-aus-polypropylen-ohne-polster-M64933"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 672,
                    "id_product_image": 2398,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2398",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00608953FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00608953FF-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2398,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2398
                },
                {
                    "fk_product_image_set": 672,
                    "id_product_image": 2400,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2400",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00041742-02?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00041742-02",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2400,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2400
                },
                {
                    "fk_product_image_set": 672,
                    "id_product_image": 2402,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2402",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00608953II-02?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00608953II-02",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2402,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 2402
                }
            ],
            "id_product_labels": [],
            "price": 51218,
            "abstract_name": "office akktiv hinged-door cabinet - HxWxD 1864 x 615 x 440 mm, 4 shelves",
            "id_product_abstract": 349,
            "type": "product_abstract",
            "add_to_cart_sku": "103838",
            "prices": {
                "DEFAULT": 51218
            },
            "abstract_sku": "M72843",
            "url": "\/en\/office-akktiv-fluegeltuerenschrank-hxbxt-1864-x-615-x-440-mm-4-fachboeden-M72843"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 704,
                    "id_product_image": 2580,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2580",
                    "updated_at": "2025-12-02 09:55:24.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049523F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049523F-01",
                    "created_at": "2025-12-02 09:55:24.000000",
                    "id_product_image_set_to_product_image": 2580,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2580
                },
                {
                    "fk_product_image_set": 704,
                    "id_product_image": 2582,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2582",
                    "updated_at": "2025-12-02 09:55:24.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00611584FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00611584FF-01",
                    "created_at": "2025-12-02 09:55:24.000000",
                    "id_product_image_set_to_product_image": 2582,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2582
                },
                {
                    "fk_product_image_set": 704,
                    "id_product_image": 2584,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2584",
                    "updated_at": "2025-12-02 09:55:24.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00970137FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00970137FF-01",
                    "created_at": "2025-12-02 09:55:24.000000",
                    "id_product_image_set_to_product_image": 2584,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 2584
                },
                {
                    "fk_product_image_set": 704,
                    "id_product_image": 2586,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2586",
                    "updated_at": "2025-12-02 09:55:24.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049526-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049526-01",
                    "created_at": "2025-12-02 09:55:24.000000",
                    "id_product_image_set_to_product_image": 2586,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 2586
                },
                {
                    "fk_product_image_set": 704,
                    "id_product_image": 2588,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2588",
                    "updated_at": "2025-12-02 09:55:24.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00611584II-02?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00611584II-02",
                    "created_at": "2025-12-02 09:55:24.000000",
                    "id_product_image_set_to_product_image": 2588,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 2588
                },
                {
                    "fk_product_image_set": 704,
                    "id_product_image": 2590,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2590",
                    "updated_at": "2025-12-02 09:55:24.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00970137II-02?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00970137II-02",
                    "created_at": "2025-12-02 09:55:24.000000",
                    "id_product_image_set_to_product_image": 2590,
                    "sort_order": 11,
                    "alt_text_large": "",
                    "fk_product_image": 2590
                },
                {
                    "fk_product_image_set": 704,
                    "id_product_image": 2592,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2592",
                    "updated_at": "2025-12-02 09:55:24.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK94894-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK94894-01",
                    "created_at": "2025-12-02 09:55:24.000000",
                    "id_product_image_set_to_product_image": 2592,
                    "sort_order": 13,
                    "alt_text_large": "",
                    "fk_product_image": 2592
                }
            ],
            "id_product_labels": [],
            "price": 182654,
            "abstract_name": "CP steel cabinet, fire-resistant - 4 adjustable shelves, width 1200 mm",
            "id_product_abstract": 365,
            "type": "product_abstract",
            "add_to_cart_sku": "574602",
            "prices": {
                "DEFAULT": 182654
            },
            "abstract_sku": "M74966",
            "url": "\/en\/cp-stahlschrank-feuergeschuetzt-4-fachboeden-verstellbar-breite-1200-mm-M74966"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 316,
                    "id_product_image": 1076,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1076",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00046295F-03?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00046295F-03",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1076,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1076
                },
                {
                    "fk_product_image_set": 316,
                    "id_product_image": 1078,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1078",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00704101FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00704101FF-01",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1078,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1078
                },
                {
                    "fk_product_image_set": 316,
                    "id_product_image": 1080,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1080",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00512288FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00512288FF-01",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1080,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1080
                },
                {
                    "fk_product_image_set": 316,
                    "id_product_image": 1082,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1082",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00519714FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00519714FF-01",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1082,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1082
                },
                {
                    "fk_product_image_set": 316,
                    "id_product_image": 1084,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1084",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00519746FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00519746FF-01",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1084,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 1084
                },
                {
                    "fk_product_image_set": 316,
                    "id_product_image": 1086,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1086",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK91861-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK91861-01",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1086,
                    "sort_order": 11,
                    "alt_text_large": "",
                    "fk_product_image": 1086
                }
            ],
            "id_product_labels": [],
            "price": 46531,
            "abstract_name": "Mauser steel cabinet with swing doors - 3 shelves, short, and wardrobe",
            "id_product_abstract": 161,
            "type": "product_abstract",
            "add_to_cart_sku": "102809",
            "prices": {
                "DEFAULT": 46531
            },
            "abstract_sku": "M226",
            "url": "\/en\/mauser-stahlschrank-mit-fluegeltueren-3-fachboeden-kurz-und-garderobe-M226"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 820,
                    "id_product_image": 3194,
                    "alt_text_small": "",
                    "product_image_key": "product_image_3194",
                    "updated_at": "2025-12-02 09:55:28.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00030993-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00030993-01",
                    "created_at": "2025-12-02 09:55:28.000000",
                    "id_product_image_set_to_product_image": 3194,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 3194
                }
            ],
            "id_product_labels": [
                4,
                5
            ],
            "price": 32884,
            "abstract_name": "Dauphin vertebral disc swivel chair, synchronous mechanism",
            "rating": 3.5,
            "id_product_abstract": 298,
            "review_count": 4,
            "type": "product_abstract",
            "add_to_cart_sku": "104939",
            "prices": {
                "DEFAULT": 32884,
                "ORIGINAL": 36537
            },
            "abstract_sku": "M528",
            "url": "\/en\/dauphin-bandscheiben-drehstuhl-synchronmechanik-rueckenlehnenhoehe-400-mm-M528"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 602,
                    "id_product_image": 2048,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2048",
                    "updated_at": "2025-12-02 09:55:21.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00035954-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00035954-01",
                    "created_at": "2025-12-02 09:55:21.000000",
                    "id_product_image_set_to_product_image": 2048,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2048
                },
                {
                    "fk_product_image_set": 602,
                    "id_product_image": 2050,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2050",
                    "updated_at": "2025-12-02 09:55:21.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00035951-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00035951-01",
                    "created_at": "2025-12-02 09:55:21.000000",
                    "id_product_image_set_to_product_image": 2050,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2050
                },
                {
                    "fk_product_image_set": 602,
                    "id_product_image": 2052,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2052",
                    "updated_at": "2025-12-02 09:55:21.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00035953-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00035953-01",
                    "created_at": "2025-12-02 09:55:21.000000",
                    "id_product_image_set_to_product_image": 2052,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 2052
                },
                {
                    "fk_product_image_set": 602,
                    "id_product_image": 2054,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2054",
                    "updated_at": "2025-12-02 09:55:21.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00035952-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00035952-01",
                    "created_at": "2025-12-02 09:55:21.000000",
                    "id_product_image_set_to_product_image": 2054,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 2054
                }
            ],
            "id_product_labels": [
                5
            ],
            "price": 31506,
            "abstract_name": "office akktiv vertebral disc swivel chair, backrest height 580 mm - point-synchronous mechanism, sliding seat",
            "id_product_abstract": 314,
            "type": "product_abstract",
            "add_to_cart_sku": "102169",
            "prices": {
                "DEFAULT": 31506,
                "ORIGINAL": 35006
            },
            "abstract_sku": "M58100",
            "url": "\/en\/office-akktiv-bandscheiben-drehstuhl-rueckenlehnenhoehe-580-mm-punktsynchron-mechanik-schiebesitz-M58100"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 670,
                    "id_product_image": 2392,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2392",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00011896F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00011896F-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2392,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2392
                },
                {
                    "fk_product_image_set": 670,
                    "id_product_image": 2394,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2394",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00016322-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00016322-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2394,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2394
                },
                {
                    "fk_product_image_set": 670,
                    "id_product_image": 2396,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2396",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK91600-03?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK91600-03",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2396,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 2396
                }
            ],
            "id_product_labels": [
                4
            ],
            "price": 22931,
            "abstract_name": "Rectangular table, rectangular tubing - 1600 x 800 mm",
            "rating": 4.25,
            "id_product_abstract": 348,
            "review_count": 4,
            "type": "product_abstract",
            "prices": {
                "DEFAULT": 22931
            },
            "abstract_sku": "M719",
            "url": "\/en\/rechtecktisch-vierkantrohr-1600-x-800-mm-M719"
        }
    ],
    "spellingSuggestion": null,
    "categoryTreeFilter": {
        "0": {},
        "1": {},
        "2": {},
        "3": {},
        "4": {},
        "5": {}
    }
}