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

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": "12",
                                "boost": 1
                            }
                        }
                    }
                ]
            }
        },
        "suggest": {
            "text": ""
        },
        "_source": [
            "search-result-data"
        ],
        "sort": [
            {
                "integer-sort.category:12": {
                    "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": 12
    }
}
{
    "facets": {
        "category": {},
        "rating": {},
        "label": {},
        "farbe": {},
        "material": {},
        "brand": {},
        "merchant_name": {}
    },
    "sort": {},
    "pagination": {},
    "products": [
        {
            "images": [
                {
                    "fk_product_image_set": 666,
                    "id_product_image": 2382,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2382",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00040460-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00040460-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2382,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2382
                },
                {
                    "fk_product_image_set": 666,
                    "id_product_image": 2384,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2384",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00040458-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00040458-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2384,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2384
                },
                {
                    "fk_product_image_set": 666,
                    "id_product_image": 2386,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2386",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00040459-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00040459-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2386,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 2386
                },
                {
                    "fk_product_image_set": 666,
                    "id_product_image": 2388,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2388",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00040457-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00040457-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2388,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 2388
                }
            ],
            "id_product_labels": [],
            "price": 25330,
            "abstract_name": "office akktiv operator swivel chair, backrest height 550 mm - point-synchronous mechanism, flat seat",
            "id_product_abstract": 346,
            "type": "product_abstract",
            "add_to_cart_sku": "103510",
            "prices": {
                "DEFAULT": 25330
            },
            "abstract_sku": "M69408",
            "url": "\/en\/office-akktiv-operator-drehstuhl-rueckenlehnenhoehe-550-mm-punktsynchron-mechanik-flachsitz-M69408"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 576,
                    "id_product_image": 1844,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1844",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/Clubsessel_100907?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/Clubsessel_100907",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1844,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1844
                },
                {
                    "fk_product_image_set": 576,
                    "id_product_image": 1846,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1846",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00034527-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00034527-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1846,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1846
                }
            ],
            "id_product_labels": [
                5
            ],
            "price": 22750,
            "abstract_name": "Club chair - Leather covering",
            "id_product_abstract": 301,
            "type": "product_abstract",
            "add_to_cart_sku": "100907",
            "prices": {
                "DEFAULT": 22750,
                "ORIGINAL": 25277
            },
            "abstract_sku": "M53238",
            "url": "\/en\/clubsessel-bezug-aus-leder-M53238"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 572,
                    "id_product_image": 1832,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1832",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00034569F-02?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00034569F-02",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1832,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1832
                },
                {
                    "fk_product_image_set": 572,
                    "id_product_image": 1834,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1834",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00980031FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00980031FF-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1834,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1834
                },
                {
                    "fk_product_image_set": 572,
                    "id_product_image": 1836,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1836",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00980032FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00980032FF-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1836,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1836
                },
                {
                    "fk_product_image_set": 572,
                    "id_product_image": 1838,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1838",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00047307F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00047307F-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1838,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1838
                },
                {
                    "fk_product_image_set": 572,
                    "id_product_image": 1840,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1840",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00980032II-02?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00980032II-02",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1840,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 1840
                },
                {
                    "fk_product_image_set": 574,
                    "id_product_image": 1842,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1842",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/P_LEDER0052-de?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/P_LEDER0052-de",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1842,
                    "sort_order": 11,
                    "alt_text_large": "",
                    "fk_product_image": 1842
                }
            ],
            "id_product_labels": [
                5
            ],
            "price": 40120,
            "abstract_name": "Topstar cantilever visitor chair - leather, backrest height 460 mm",
            "id_product_abstract": 300,
            "type": "product_abstract",
            "add_to_cart_sku": "101102",
            "prices": {
                "DEFAULT": 40120,
                "ORIGINAL": 44577
            },
            "abstract_sku": "M53235",
            "url": "\/en\/topstar-freischwinger-besuchersessel-leder-rueckenlehnenhoehe-460-mm-M53235"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 58,
                    "id_product_image": 172,
                    "alt_text_small": "",
                    "product_image_key": "product_image_172",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049673-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049673-01",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 172,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 172
                },
                {
                    "fk_product_image_set": 58,
                    "id_product_image": 174,
                    "alt_text_small": "",
                    "product_image_key": "product_image_174",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049676F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049676F-01",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 174,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 174
                }
            ],
            "id_product_labels": [],
            "price": 22637,
            "abstract_name": "FRIWA wood shell chair, VE 2 pieces - beech, black, round, with upholstery",
            "id_product_abstract": 27,
            "type": "product_abstract",
            "add_to_cart_sku": "512067",
            "prices": {
                "DEFAULT": 22637
            },
            "abstract_sku": "M1014874",
            "url": "\/en\/holz-schalenstuhl-ve-2-stk-buche-schwarz-rund-mit-polster-M1014874"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 130,
                    "id_product_image": 500,
                    "alt_text_small": "",
                    "product_image_key": "product_image_500",
                    "updated_at": "2025-12-02 09:55:11.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00035082F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00035082F-01",
                    "created_at": "2025-12-02 09:55:11.000000",
                    "id_product_image_set_to_product_image": 500,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 500
                },
                {
                    "fk_product_image_set": 130,
                    "id_product_image": 502,
                    "alt_text_small": "",
                    "product_image_key": "product_image_502",
                    "updated_at": "2025-12-02 09:55:11.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00014490-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00014490-01",
                    "created_at": "2025-12-02 09:55:11.000000",
                    "id_product_image_set_to_product_image": 502,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 502
                },
                {
                    "fk_product_image_set": 130,
                    "id_product_image": 504,
                    "alt_text_small": "",
                    "product_image_key": "product_image_504",
                    "updated_at": "2025-12-02 09:55:11.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00014491-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00014491-01",
                    "created_at": "2025-12-02 09:55:11.000000",
                    "id_product_image_set_to_product_image": 504,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 504
                },
                {
                    "fk_product_image_set": 130,
                    "id_product_image": 506,
                    "alt_text_small": "",
                    "product_image_key": "product_image_506",
                    "updated_at": "2025-12-02 09:55:11.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00014492-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00014492-01",
                    "created_at": "2025-12-02 09:55:11.000000",
                    "id_product_image_set_to_product_image": 506,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 506
                },
                {
                    "fk_product_image_set": 130,
                    "id_product_image": 508,
                    "alt_text_small": "",
                    "product_image_key": "product_image_508",
                    "updated_at": "2025-12-02 09:55:11.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00014493-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00014493-01",
                    "created_at": "2025-12-02 09:55:11.000000",
                    "id_product_image_set_to_product_image": 508,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 508
                }
            ],
            "id_product_labels": [],
            "price": 12185,
            "abstract_name": "conference chair - stacking chair, substructure chromed",
            "id_product_abstract": 63,
            "type": "product_abstract",
            "add_to_cart_sku": "104192",
            "prices": {
                "DEFAULT": 12185
            },
            "abstract_sku": "M10872",
            "url": "\/en\/konferenzstuhl-stapelstuhl-gestell-verchromt-M10872"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 138,
                    "id_product_image": 526,
                    "alt_text_small": "",
                    "product_image_key": "product_image_526",
                    "updated_at": "2025-12-02 09:55:11.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00743641FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00743641FF-01",
                    "created_at": "2025-12-02 09:55:11.000000",
                    "id_product_image_set_to_product_image": 526,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 526
                },
                {
                    "fk_product_image_set": 138,
                    "id_product_image": 528,
                    "alt_text_small": "",
                    "product_image_key": "product_image_528",
                    "updated_at": "2025-12-02 09:55:12.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00743643FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00743643FF-01",
                    "created_at": "2025-12-02 09:55:12.000000",
                    "id_product_image_set_to_product_image": 528,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 528
                },
                {
                    "fk_product_image_set": 138,
                    "id_product_image": 530,
                    "alt_text_small": "",
                    "product_image_key": "product_image_530",
                    "updated_at": "2025-12-02 09:55:12.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00743645FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00743645FF-01",
                    "created_at": "2025-12-02 09:55:12.000000",
                    "id_product_image_set_to_product_image": 530,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 530
                },
                {
                    "fk_product_image_set": 138,
                    "id_product_image": 532,
                    "alt_text_small": "",
                    "product_image_key": "product_image_532",
                    "updated_at": "2025-12-02 09:55:12.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00743647FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00743647FF-01",
                    "created_at": "2025-12-02 09:55:12.000000",
                    "id_product_image_set_to_product_image": 532,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 532
                },
                {
                    "fk_product_image_set": 138,
                    "id_product_image": 534,
                    "alt_text_small": "",
                    "product_image_key": "product_image_534",
                    "updated_at": "2025-12-02 09:55:12.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00050425-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00050425-01",
                    "created_at": "2025-12-02 09:55:12.000000",
                    "id_product_image_set_to_product_image": 534,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 534
                },
                {
                    "fk_product_image_set": 138,
                    "id_product_image": 536,
                    "alt_text_small": "",
                    "product_image_key": "product_image_536",
                    "updated_at": "2025-12-02 09:55:12.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00743641II-02?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00743641II-02",
                    "created_at": "2025-12-02 09:55:12.000000",
                    "id_product_image_set_to_product_image": 536,
                    "sort_order": 11,
                    "alt_text_large": "",
                    "fk_product_image": 536
                },
                {
                    "fk_product_image_set": 138,
                    "id_product_image": 538,
                    "alt_text_small": "",
                    "product_image_key": "product_image_538",
                    "updated_at": "2025-12-02 09:55:12.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00050389-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00050389-01",
                    "created_at": "2025-12-02 09:55:12.000000",
                    "id_product_image_set_to_product_image": 538,
                    "sort_order": 13,
                    "alt_text_large": "",
                    "fk_product_image": 538
                }
            ],
            "id_product_labels": [],
            "price": 12620,
            "abstract_name": "Topstar standard swivel chair - without armrests, backrest 550 mm",
            "id_product_abstract": 67,
            "type": "product_abstract",
            "add_to_cart_sku": "104440",
            "prices": {
                "DEFAULT": 12620
            },
            "abstract_sku": "M11473",
            "url": "\/en\/topstar-standard-drehstuhl-ohne-armlehnen-rueckenlehne-550-mm-M11473"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 406,
                    "id_product_image": 1456,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1456",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00016422F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00016422F-01",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1456,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1456
                }
            ],
            "id_product_labels": [],
            "price": 30531,
            "abstract_name": "Wood stacking chair with continuous shell - substructure coated, VE 4 pieces",
            "id_product_abstract": 214,
            "type": "product_abstract",
            "add_to_cart_sku": "104524",
            "prices": {
                "DEFAULT": 30531
            },
            "abstract_sku": "M2366",
            "url": "\/en\/holz-schalenstuhl-mit-durchgehender-schale-gestell-verchromt-ve-4-stk-M2366"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 444,
                    "id_product_image": 1524,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1524",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00036964F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00036964F-01",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1524,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1524
                }
            ],
            "id_product_labels": [
                5
            ],
            "price": 12272,
            "abstract_name": "Plastic stackable chair with upholstery - shell gray",
            "id_product_abstract": 233,
            "type": "product_abstract",
            "add_to_cart_sku": "100588",
            "prices": {
                "DEFAULT": 12272,
                "ORIGINAL": 13635
            },
            "abstract_sku": "M2393",
            "url": "\/en\/kunststoff-stapelstuhl-mit-polster-schale-grau-M2393"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 4,
                    "id_product_image": 4,
                    "alt_text_small": "",
                    "product_image_key": "product_image_4",
                    "updated_at": "2025-12-02 09:55:08.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00047883F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00047883F-01",
                    "created_at": "2025-12-02 09:55:08.000000",
                    "id_product_image_set_to_product_image": 4,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 4
                },
                {
                    "fk_product_image_set": 4,
                    "id_product_image": 6,
                    "alt_text_small": "",
                    "product_image_key": "product_image_6",
                    "updated_at": "2025-12-02 09:55:08.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00945514FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00945514FF-01",
                    "created_at": "2025-12-02 09:55:08.000000",
                    "id_product_image_set_to_product_image": 6,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 6
                },
                {
                    "fk_product_image_set": 4,
                    "id_product_image": 8,
                    "alt_text_small": "",
                    "product_image_key": "product_image_8",
                    "updated_at": "2025-12-02 09:55:08.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00945512FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00945512FF-01",
                    "created_at": "2025-12-02 09:55:08.000000",
                    "id_product_image_set_to_product_image": 8,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 8
                },
                {
                    "fk_product_image_set": 4,
                    "id_product_image": 10,
                    "alt_text_small": "",
                    "product_image_key": "product_image_10",
                    "updated_at": "2025-12-02 09:55:08.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00945513FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00945513FF-01",
                    "created_at": "2025-12-02 09:55:08.000000",
                    "id_product_image_set_to_product_image": 10,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 10
                },
                {
                    "fk_product_image_set": 4,
                    "id_product_image": 12,
                    "alt_text_small": "",
                    "product_image_key": "product_image_12",
                    "updated_at": "2025-12-02 09:55:08.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00945515FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00945515FF-01",
                    "created_at": "2025-12-02 09:55:08.000000",
                    "id_product_image_set_to_product_image": 12,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 12
                }
            ],
            "id_product_labels": [],
            "price": 2625,
            "abstract_name": "Wood stackable chair, upholstered - VE 4 pieces, substructure chromed",
            "id_product_abstract": 2,
            "type": "product_abstract",
            "add_to_cart_sku": "212427",
            "prices": {
                "DEFAULT": 2625
            },
            "abstract_sku": "M1000785",
            "url": "\/en\/holz-schalenstuhl-gepolstert-ve-4-stk-gestell-verchromt-M1000785"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 52,
                    "id_product_image": 160,
                    "alt_text_small": "",
                    "product_image_key": "product_image_160",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049669-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049669-01",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 160,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 160
                },
                {
                    "fk_product_image_set": 52,
                    "id_product_image": 162,
                    "alt_text_small": "",
                    "product_image_key": "product_image_162",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049676F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049676F-01",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 162,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 162
                }
            ],
            "id_product_labels": [],
            "price": 23834,
            "abstract_name": "FRIWA wood shell chair, VE 2 pieces - beech, natural, round, with upholstery",
            "id_product_abstract": 24,
            "type": "product_abstract",
            "add_to_cart_sku": "512081",
            "prices": {
                "DEFAULT": 23834
            },
            "abstract_sku": "M1014866",
            "url": "\/en\/holz-schalenstuhl-ve-2-stk-buche-natur-rund-mit-polster-M1014866"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 54,
                    "id_product_image": 164,
                    "alt_text_small": "",
                    "product_image_key": "product_image_164",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049672-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049672-01",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 164,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 164
                },
                {
                    "fk_product_image_set": 54,
                    "id_product_image": 166,
                    "alt_text_small": "",
                    "product_image_key": "product_image_166",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049676F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049676F-01",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 166,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 166
                }
            ],
            "id_product_labels": [],
            "price": 23834,
            "abstract_name": "FRIWA wood shell chair, VE 2 pieces - beech, black, angular, with upholstery",
            "id_product_abstract": 25,
            "type": "product_abstract",
            "add_to_cart_sku": "512094",
            "prices": {
                "DEFAULT": 23834
            },
            "abstract_sku": "M1014870",
            "url": "\/en\/holz-schalenstuhl-ve-2-stk-buche-schwarz-eckig-mit-polster-M1014870"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 90,
                    "id_product_image": 300,
                    "alt_text_small": "",
                    "product_image_key": "product_image_300",
                    "updated_at": "2025-12-02 09:55:10.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00034527-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00034527-01",
                    "created_at": "2025-12-02 09:55:10.000000",
                    "id_product_image_set_to_product_image": 300,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 300
                },
                {
                    "fk_product_image_set": 90,
                    "id_product_image": 302,
                    "alt_text_small": "",
                    "product_image_key": "product_image_302",
                    "updated_at": "2025-12-02 09:55:10.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/G00034527F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/G00034527F-01",
                    "created_at": "2025-12-02 09:55:10.000000",
                    "id_product_image_set_to_product_image": 302,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 302
                }
            ],
            "id_product_labels": [
                5
            ],
            "price": 20057,
            "abstract_name": "Club chair - Softex covering",
            "id_product_abstract": 43,
            "type": "product_abstract",
            "add_to_cart_sku": "101172",
            "prices": {
                "DEFAULT": 20057,
                "ORIGINAL": 22285
            },
            "abstract_sku": "M1028038",
            "url": "\/en\/clubsessel-bezug-aus-softex-M1028038"
        }
    ],
    "spellingSuggestion": null,
    "categoryTreeFilter": {
        "0": {},
        "1": {},
        "2": {},
        "3": {},
        "4": {},
        "5": {}
    }
}