https://oalp.xiphias-digital.com/DE/en/office-furniture/tables

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": "16",
                                "boost": 1
                            }
                        }
                    }
                ]
            }
        },
        "suggest": {
            "text": ""
        },
        "_source": [
            "search-result-data"
        ],
        "sort": [
            {
                "integer-sort.category:16": {
                    "order": "ASC",
                    "mode": "min",
                    "unmapped_type": "integer"
                }
            }
        ],
        "from": 0,
        "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": {
        "category": 16
    }
}
{
    "facets": {
        "category": {},
        "rating": {},
        "label": {},
        "farbe": {},
        "material": {},
        "brand": {},
        "merchant_name": {}
    },
    "sort": {},
    "pagination": {},
    "products": [
        {
            "images": [
                {
                    "fk_product_image_set": 580,
                    "id_product_image": 1870,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1870",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00034551F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00034551F-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1870,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1870
                },
                {
                    "fk_product_image_set": 580,
                    "id_product_image": 1872,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1872",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00035306-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00035306-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1872,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1872
                },
                {
                    "fk_product_image_set": 580,
                    "id_product_image": 1874,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1874",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00035307-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00035307-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1874,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1874
                },
                {
                    "fk_product_image_set": 580,
                    "id_product_image": 1876,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1876",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00037440-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00037440-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1876,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1876
                },
                {
                    "fk_product_image_set": 580,
                    "id_product_image": 1878,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1878",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00037441-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00037441-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1878,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 1878
                },
                {
                    "fk_product_image_set": 580,
                    "id_product_image": 1880,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1880",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00035305-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00035305-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1880,
                    "sort_order": 11,
                    "alt_text_large": "",
                    "fk_product_image": 1880
                },
                {
                    "fk_product_image_set": 580,
                    "id_product_image": 1882,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1882",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK93866-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK93866-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1882,
                    "sort_order": 13,
                    "alt_text_large": "",
                    "fk_product_image": 1882
                },
                {
                    "fk_product_image_set": 580,
                    "id_product_image": 1884,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1884",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK93863-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK93863-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1884,
                    "sort_order": 15,
                    "alt_text_large": "",
                    "fk_product_image": 1884
                },
                {
                    "fk_product_image_set": 580,
                    "id_product_image": 1886,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1886",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK93862-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK93862-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1886,
                    "sort_order": 17,
                    "alt_text_large": "",
                    "fk_product_image": 1886
                },
                {
                    "fk_product_image_set": 580,
                    "id_product_image": 1888,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1888",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK93864-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK93864-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1888,
                    "sort_order": 19,
                    "alt_text_large": "",
                    "fk_product_image": 1888
                },
                {
                    "fk_product_image_set": 580,
                    "id_product_image": 1890,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1890",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK93865-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK93865-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1890,
                    "sort_order": 21,
                    "alt_text_large": "",
                    "fk_product_image": 1890
                }
            ],
            "id_product_labels": [],
            "price": 15510,
            "abstract_name": "Sodematub multi-purpose table - trapezoidal, height 740 mm",
            "id_product_abstract": 303,
            "type": "product_abstract",
            "add_to_cart_sku": "102779",
            "prices": {
                "DEFAULT": 15510
            },
            "abstract_sku": "M53288",
            "url": "\/en\/mehrzwecktisch-trapezfoermig-hoehe-740-mm-M53288"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 472,
                    "id_product_image": 1562,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1562",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA01015918FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA01015918FF-01",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1562,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1562
                },
                {
                    "fk_product_image_set": 472,
                    "id_product_image": 1564,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1564",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051130F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051130F-01",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1564,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1564
                }
            ],
            "id_product_labels": [
                5
            ],
            "price": 19214,
            "abstract_name": "FRIWA conference table, height 720 mm - square, 900 x 900 mm",
            "id_product_abstract": 247,
            "type": "product_abstract",
            "add_to_cart_sku": "101226",
            "prices": {
                "DEFAULT": 19214,
                "ORIGINAL": 21348
            },
            "abstract_sku": "M2495",
            "url": "\/en\/besprechungstisch-hoehe-720-mm-quadratisch-900-x-900-mm-M2495"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 744,
                    "id_product_image": 2846,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2846",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00043968-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00043968-01",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2846,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2846
                },
                {
                    "fk_product_image_set": 744,
                    "id_product_image": 2848,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2848",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00043969-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00043969-01",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2848,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2848
                },
                {
                    "fk_product_image_set": 744,
                    "id_product_image": 2850,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2850",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00043967F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00043967F-01",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2850,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 2850
                }
            ],
            "id_product_labels": [
                5
            ],
            "price": 13076,
            "abstract_name": "Multi-purpose table, HxW 720 x 800 mm - Length 1200 mm",
            "id_product_abstract": 385,
            "type": "product_abstract",
            "add_to_cart_sku": "101828",
            "prices": {
                "DEFAULT": 13076,
                "ORIGINAL": 14528
            },
            "abstract_sku": "M79890",
            "url": "\/en\/mehrzwecktisch-hxb-720-x-800-mm-laenge-1200-mm-M79890"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 746,
                    "id_product_image": 2852,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2852",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00043968-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00043968-01",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2852,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2852
                },
                {
                    "fk_product_image_set": 746,
                    "id_product_image": 2854,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2854",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00043969-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00043969-01",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2854,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2854
                },
                {
                    "fk_product_image_set": 746,
                    "id_product_image": 2856,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2856",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00043967F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00043967F-01",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2856,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 2856
                }
            ],
            "id_product_labels": [],
            "price": 14416,
            "abstract_name": "Multi-purpose table, HxW 720 x 800 mm - Length 1600 mm",
            "id_product_abstract": 386,
            "type": "product_abstract",
            "add_to_cart_sku": "107061",
            "prices": {
                "DEFAULT": 14416
            },
            "abstract_sku": "M79892",
            "url": "\/en\/mehrzwecktisch-hxb-720-x-800-mm-laenge-1600-mm-M79892"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 534,
                    "id_product_image": 1680,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1680",
                    "updated_at": "2025-12-02 09:55:19.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00029472F-02?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00029472F-02",
                    "created_at": "2025-12-02 09:55:19.000000",
                    "id_product_image_set_to_product_image": 1680,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1680
                }
            ],
            "id_product_labels": [
                5
            ],
            "price": 22834,
            "abstract_name": "Standing desk, height-adjustable - mobile, light gray",
            "id_product_abstract": 278,
            "type": "product_abstract",
            "add_to_cart_sku": "101560",
            "prices": {
                "DEFAULT": 22834,
                "ORIGINAL": 25371
            },
            "abstract_sku": "M39658",
            "url": "\/en\/stehpult-hoehenverstellbar-mobil-lichtgrau-M39658"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 680,
                    "id_product_image": 2440,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2440",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00610404FF-02?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00610404FF-02",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2440,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2440
                },
                {
                    "fk_product_image_set": 680,
                    "id_product_image": 2442,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2442",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00610405FF-02?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00610405FF-02",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2442,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2442
                },
                {
                    "fk_product_image_set": 680,
                    "id_product_image": 2444,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2444",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00610404II-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00610404II-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2444,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 2444
                },
                {
                    "fk_product_image_set": 680,
                    "id_product_image": 2446,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2446",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00610404II-03?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00610404II-03",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2446,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 2446
                },
                {
                    "fk_product_image_set": 680,
                    "id_product_image": 2448,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2448",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00043272-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00043272-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2448,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 2448
                },
                {
                    "fk_product_image_set": 680,
                    "id_product_image": 2450,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2450",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK94885-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK94885-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2450,
                    "sort_order": 11,
                    "alt_text_large": "",
                    "fk_product_image": 2450
                }
            ],
            "id_product_labels": [],
            "price": 49712,
            "abstract_name": "Hammerbacher UPLINER standing desk, manually height-adjustable - 725 - 1185 mm, WxD 1600 x 800 mm",
            "id_product_abstract": 353,
            "type": "product_abstract",
            "add_to_cart_sku": "103907",
            "prices": {
                "DEFAULT": 49712
            },
            "abstract_sku": "M72935",
            "url": "\/en\/upliner-stehschreibtisch-manuell-hoehenverstellbar-725-1185-mm-bxt-1600-x-800-mm-M72935"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 724,
                    "id_product_image": 2774,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2774",
                    "updated_at": "2025-12-02 09:55:25.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:25.000000",
                    "id_product_image_set_to_product_image": 2774,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2774
                },
                {
                    "fk_product_image_set": 724,
                    "id_product_image": 2776,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2776",
                    "updated_at": "2025-12-02 09:55:25.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:25.000000",
                    "id_product_image_set_to_product_image": 2776,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2776
                },
                {
                    "fk_product_image_set": 724,
                    "id_product_image": 2778,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2778",
                    "updated_at": "2025-12-02 09:55:25.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:25.000000",
                    "id_product_image_set_to_product_image": 2778,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 2778
                }
            ],
            "id_product_labels": [],
            "price": 22875,
            "abstract_name": "Rectangular table, rectangular tubing, chromed - 800 x 800 mm",
            "id_product_abstract": 375,
            "type": "product_abstract",
            "add_to_cart_sku": "102917",
            "prices": {
                "DEFAULT": 22875
            },
            "abstract_sku": "M766",
            "url": "\/en\/rechtecktisch-rundrohr-verchromt-800-x-800-mm-M766"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 726,
                    "id_product_image": 2780,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2780",
                    "updated_at": "2025-12-02 09:55:25.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:25.000000",
                    "id_product_image_set_to_product_image": 2780,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2780
                },
                {
                    "fk_product_image_set": 726,
                    "id_product_image": 2782,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2782",
                    "updated_at": "2025-12-02 09:55:25.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:25.000000",
                    "id_product_image_set_to_product_image": 2782,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2782
                },
                {
                    "fk_product_image_set": 726,
                    "id_product_image": 2784,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2784",
                    "updated_at": "2025-12-02 09:55:25.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:25.000000",
                    "id_product_image_set_to_product_image": 2784,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 2784
                }
            ],
            "id_product_labels": [],
            "price": 23600,
            "abstract_name": "Rectangular table, rectangular tubing, chromed - 1200 x 600 mm",
            "id_product_abstract": 376,
            "type": "product_abstract",
            "add_to_cart_sku": "102918",
            "prices": {
                "DEFAULT": 23600
            },
            "abstract_sku": "M767",
            "url": "\/en\/rechtecktisch-rundrohr-verchromt-1200-x-600-mm-M767"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 728,
                    "id_product_image": 2786,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2786",
                    "updated_at": "2025-12-02 09:55:25.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:25.000000",
                    "id_product_image_set_to_product_image": 2786,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2786
                },
                {
                    "fk_product_image_set": 728,
                    "id_product_image": 2788,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2788",
                    "updated_at": "2025-12-02 09:55:25.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:25.000000",
                    "id_product_image_set_to_product_image": 2788,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2788
                },
                {
                    "fk_product_image_set": 728,
                    "id_product_image": 2790,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2790",
                    "updated_at": "2025-12-02 09:55:25.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:25.000000",
                    "id_product_image_set_to_product_image": 2790,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 2790
                }
            ],
            "id_product_labels": [],
            "price": 25776,
            "abstract_name": "Rectangular table, rectangular tubing, chromed - 1200 x 800 mm",
            "id_product_abstract": 377,
            "type": "product_abstract",
            "add_to_cart_sku": "102919",
            "prices": {
                "DEFAULT": 25776
            },
            "abstract_sku": "M768",
            "url": "\/en\/rechtecktisch-rundrohr-verchromt-1200-x-800-mm-M768"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 730,
                    "id_product_image": 2792,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2792",
                    "updated_at": "2025-12-02 09:55:25.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:25.000000",
                    "id_product_image_set_to_product_image": 2792,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2792
                },
                {
                    "fk_product_image_set": 730,
                    "id_product_image": 2794,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2794",
                    "updated_at": "2025-12-02 09:55:25.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:25.000000",
                    "id_product_image_set_to_product_image": 2794,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2794
                },
                {
                    "fk_product_image_set": 730,
                    "id_product_image": 2796,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2796",
                    "updated_at": "2025-12-02 09:55:25.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:25.000000",
                    "id_product_image_set_to_product_image": 2796,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 2796
                }
            ],
            "id_product_labels": [],
            "price": 27561,
            "abstract_name": "Rectangular table, rectangular tubing, chromed - 1400 x 700 mm",
            "id_product_abstract": 378,
            "type": "product_abstract",
            "add_to_cart_sku": "102920",
            "prices": {
                "DEFAULT": 27561
            },
            "abstract_sku": "M769",
            "url": "\/en\/rechtecktisch-rundrohr-verchromt-1400-x-700-mm-M769"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 738,
                    "id_product_image": 2822,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2822",
                    "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": 2822,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2822
                },
                {
                    "fk_product_image_set": 738,
                    "id_product_image": 2824,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2824",
                    "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": 2824,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2824
                },
                {
                    "fk_product_image_set": 738,
                    "id_product_image": 2826,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2826",
                    "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": 2826,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 2826
                },
                {
                    "fk_product_image_set": 738,
                    "id_product_image": 2828,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2828",
                    "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": 2828,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 2828
                }
            ],
            "id_product_labels": [],
            "price": 27673,
            "abstract_name": "Rectangular table, rectangular tubing, chromed - 1200 \/ 600 x 600 mm",
            "id_product_abstract": 382,
            "type": "product_abstract",
            "add_to_cart_sku": "102923",
            "prices": {
                "DEFAULT": 27673
            },
            "abstract_sku": "M787",
            "url": "\/en\/trapeztisch-rundrohr-verchromt-1200-600-x-600-mm-M787"
        },
        {
            "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"
        }
    ],
    "spellingSuggestion": null,
    "categoryTreeFilter": {
        "0": {},
        "1": {},
        "2": {},
        "3": {},
        "4": {},
        "5": {}
    }
}