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

Elasticsearch Search Requests

Destination Payload Result
Http://search:9200
{
    "query": {
        "query": {
            "bool": {
                "must": [
                    {
                        "match_all": {}
                    },
                    {
                        "match": {
                            "type": "product_abstract"
                        }
                    },
                    {
                        "match": {
                            "store": "DE"
                        }
                    },
                    {
                        "match": {
                            "locale": "en_US"
                        }
                    },
                    {
                        "match": {
                            "is-active": true
                        }
                    },
                    {
                        "bool": {
                            "should": [
                                {
                                    "range": {
                                        "active-from": {
                                            "lte": "now"
                                        }
                                    }
                                },
                                {
                                    "bool": {
                                        "must_not": [
                                            {
                                                "exists": {
                                                    "field": "active-from"
                                                }
                                            }
                                        ]
                                    }
                                }
                            ]
                        }
                    },
                    {
                        "bool": {
                            "should": [
                                {
                                    "range": {
                                        "active-to": {
                                            "gte": "now"
                                        }
                                    }
                                },
                                {
                                    "bool": {
                                        "must_not": [
                                            {
                                                "exists": {
                                                    "field": "active-to"
                                                }
                                            }
                                        ]
                                    }
                                }
                            ]
                        }
                    }
                ],
                "filter": [
                    {
                        "nested": {
                            "query": {
                                "term": {
                                    "integer-facet.facet-name": {
                                        "value": "price-DEFAULT-EUR-GROSS_MODE",
                                        "boost": 1
                                    }
                                }
                            },
                            "path": "integer-facet"
                        }
                    },
                    {
                        "term": {
                            "category.all-parents": {
                                "value": "11",
                                "boost": 1
                            }
                        }
                    }
                ]
            }
        },
        "suggest": {
            "text": ""
        },
        "_source": [
            "search-result-data"
        ],
        "sort": [
            {
                "integer-sort.category:11": {
                    "order": "ASC",
                    "mode": "min",
                    "unmapped_type": "integer"
                }
            }
        ],
        "from": 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": 11
    }
}
{
    "facets": {
        "category": {},
        "rating": {},
        "label": {},
        "farbe": {},
        "material": {},
        "brand": {},
        "merchant_name": {}
    },
    "sort": {},
    "pagination": {},
    "products": [
        {
            "images": [
                {
                    "fk_product_image_set": 750,
                    "id_product_image": 2864,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2864",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00045576F-03?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00045576F-03",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2864,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2864
                },
                {
                    "fk_product_image_set": 750,
                    "id_product_image": 2866,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2866",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00045575F-03?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00045575F-03",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2866,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2866
                },
                {
                    "fk_product_image_set": 750,
                    "id_product_image": 2868,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2868",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK94222-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/SK94222-01",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2868,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 2868
                }
            ],
            "id_product_labels": [],
            "price": 20329,
            "abstract_name": "Hammerbacher MULTI filing cabinet - HxWxD 1880 x 800 x 330 mm",
            "id_product_abstract": 388,
            "type": "product_abstract",
            "prices": {
                "DEFAULT": 20329
            },
            "abstract_sku": "M80392",
            "url": "\/en\/multi-aktenschrank-hxbxt-1880-x-800-x-330-mm-M80392"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 660,
                    "id_product_image": 2342,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2342",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00040378-02?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00040378-02",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2342,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2342
                },
                {
                    "fk_product_image_set": 660,
                    "id_product_image": 2344,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2344",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00040378-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00040378-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2344,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2344
                },
                {
                    "fk_product_image_set": 660,
                    "id_product_image": 2346,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2346",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601459FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601459FF-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2346,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 2346
                },
                {
                    "fk_product_image_set": 660,
                    "id_product_image": 2348,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2348",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601460FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601460FF-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2348,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 2348
                },
                {
                    "fk_product_image_set": 660,
                    "id_product_image": 2350,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2350",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601461FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601461FF-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2350,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 2350
                },
                {
                    "fk_product_image_set": 660,
                    "id_product_image": 2352,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2352",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601463FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601463FF-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2352,
                    "sort_order": 11,
                    "alt_text_large": "",
                    "fk_product_image": 2352
                },
                {
                    "fk_product_image_set": 660,
                    "id_product_image": 2354,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2354",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601464FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601464FF-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2354,
                    "sort_order": 13,
                    "alt_text_large": "",
                    "fk_product_image": 2354
                },
                {
                    "fk_product_image_set": 660,
                    "id_product_image": 2356,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2356",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601465FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601465FF-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2356,
                    "sort_order": 15,
                    "alt_text_large": "",
                    "fk_product_image": 2356
                }
            ],
            "id_product_labels": [],
            "price": 25751,
            "abstract_name": "QUIPO locker cabinet with 4 individual lockers - HxWxD 1800 x 300 x 500 mm",
            "id_product_abstract": 343,
            "type": "product_abstract",
            "add_to_cart_sku": "502173",
            "prices": {
                "DEFAULT": 25751
            },
            "abstract_sku": "M68726",
            "url": "\/en\/quipo-schliessfachschrank-mit-4-einzelschliessfaechern-hxbxt-1800-x-300-x-500-mm-M68726"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 662,
                    "id_product_image": 2358,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2358",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00040378-03?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00040378-03",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2358,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2358
                },
                {
                    "fk_product_image_set": 662,
                    "id_product_image": 2360,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2360",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00040378-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00040378-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2360,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2360
                },
                {
                    "fk_product_image_set": 662,
                    "id_product_image": 2362,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2362",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601466FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601466FF-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2362,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 2362
                },
                {
                    "fk_product_image_set": 662,
                    "id_product_image": 2364,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2364",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601467FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601467FF-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2364,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 2364
                },
                {
                    "fk_product_image_set": 662,
                    "id_product_image": 2366,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2366",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601468FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601468FF-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2366,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 2366
                },
                {
                    "fk_product_image_set": 662,
                    "id_product_image": 2368,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2368",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601469FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601469FF-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2368,
                    "sort_order": 11,
                    "alt_text_large": "",
                    "fk_product_image": 2368
                },
                {
                    "fk_product_image_set": 662,
                    "id_product_image": 2370,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2370",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601471FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601471FF-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2370,
                    "sort_order": 13,
                    "alt_text_large": "",
                    "fk_product_image": 2370
                },
                {
                    "fk_product_image_set": 662,
                    "id_product_image": 2372,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2372",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601472FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00601472FF-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2372,
                    "sort_order": 15,
                    "alt_text_large": "",
                    "fk_product_image": 2372
                }
            ],
            "id_product_labels": [],
            "price": 27428,
            "abstract_name": "QUIPO locker cabinet with 4 individual lockers - HxWxD 1800 x 450 x 500 mm",
            "id_product_abstract": 344,
            "type": "product_abstract",
            "add_to_cart_sku": "502178",
            "prices": {
                "DEFAULT": 27428
            },
            "abstract_sku": "M68727",
            "url": "\/en\/quipo-schliessfachschrank-mit-4-einzelschliessfaechern-hxbxt-1800-x-450-x-500-mm-M68727"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 752,
                    "id_product_image": 2870,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2870",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00037974-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00037974-01",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2870,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2870
                },
                {
                    "fk_product_image_set": 752,
                    "id_product_image": 2872,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2872",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00256994FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00256994FF-01",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2872,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2872
                },
                {
                    "fk_product_image_set": 752,
                    "id_product_image": 2874,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2874",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00893900FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00893900FF-01",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2874,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 2874
                },
                {
                    "fk_product_image_set": 752,
                    "id_product_image": 2876,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2876",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00257028FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00257028FF-01",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2876,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 2876
                },
                {
                    "fk_product_image_set": 752,
                    "id_product_image": 2878,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2878",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00893927FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00893927FF-01",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2878,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 2878
                },
                {
                    "fk_product_image_set": 752,
                    "id_product_image": 2880,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2880",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00979380FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00979380FF-01",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2880,
                    "sort_order": 11,
                    "alt_text_large": "",
                    "fk_product_image": 2880
                },
                {
                    "fk_product_image_set": 752,
                    "id_product_image": 2882,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2882",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00979381FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00979381FF-01",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2882,
                    "sort_order": 13,
                    "alt_text_large": "",
                    "fk_product_image": 2882
                },
                {
                    "fk_product_image_set": 752,
                    "id_product_image": 2884,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2884",
                    "updated_at": "2025-12-02 09:55:26.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00031130-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00031130-01",
                    "created_at": "2025-12-02 09:55:26.000000",
                    "id_product_image_set_to_product_image": 2884,
                    "sort_order": 15,
                    "alt_text_large": "",
                    "fk_product_image": 2884
                }
            ],
            "id_product_labels": [],
            "price": 40677,
            "abstract_name": "Wolf steel locker with stud feet, cabinet-high compartment - full-wall doors, compartment width 600 mm",
            "id_product_abstract": 392,
            "type": "product_abstract",
            "add_to_cart_sku": "500487",
            "prices": {
                "DEFAULT": 40677
            },
            "abstract_sku": "M852",
            "url": "\/en\/wolf-stahlspind-mit-stollenfuessen-abteile-schrankhoch-vollwandtueren-abteilbreite-600-mm-M852"
        },
        {
            "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": 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": 674,
                    "id_product_image": 2404,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2404",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00608951FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00608951FF-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2404,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2404
                },
                {
                    "fk_product_image_set": 674,
                    "id_product_image": 2406,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2406",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00608951II-02?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00608951II-02",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2406,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2406
                },
                {
                    "fk_product_image_set": 674,
                    "id_product_image": 2408,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2408",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00608951II-03?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00608951II-03",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2408,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 2408
                }
            ],
            "id_product_labels": [],
            "price": 76882,
            "abstract_name": "office akktiv hinged-door cabinet - HxWxD 1864 x 913 x 440 mm, 4 shelves",
            "id_product_abstract": 350,
            "type": "product_abstract",
            "add_to_cart_sku": "103836",
            "prices": {
                "DEFAULT": 76882
            },
            "abstract_sku": "M72844",
            "url": "\/en\/office-akktiv-fluegeltuerenschrank-hxbxt-1864-x-913-x-440-mm-4-fachboeden-M72844"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 72,
                    "id_product_image": 206,
                    "alt_text_small": "",
                    "product_image_key": "product_image_206",
                    "updated_at": "2025-12-02 09:55:10.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00050065F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00050065F-01",
                    "created_at": "2025-12-02 09:55:10.000000",
                    "id_product_image_set_to_product_image": 206,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 206
                },
                {
                    "fk_product_image_set": 72,
                    "id_product_image": 208,
                    "alt_text_small": "",
                    "product_image_key": "product_image_208",
                    "updated_at": "2025-12-02 09:55:10.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00970568FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00970568FF-01",
                    "created_at": "2025-12-02 09:55:10.000000",
                    "id_product_image_set_to_product_image": 208,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 208
                },
                {
                    "fk_product_image_set": 72,
                    "id_product_image": 210,
                    "alt_text_small": "",
                    "product_image_key": "product_image_210",
                    "updated_at": "2025-12-02 09:55:10.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00970563FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00970563FF-01",
                    "created_at": "2025-12-02 09:55:10.000000",
                    "id_product_image_set_to_product_image": 210,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 210
                },
                {
                    "fk_product_image_set": 72,
                    "id_product_image": 212,
                    "alt_text_small": "",
                    "product_image_key": "product_image_212",
                    "updated_at": "2025-12-02 09:55:10.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00050066F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00050066F-01",
                    "created_at": "2025-12-02 09:55:10.000000",
                    "id_product_image_set_to_product_image": 212,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 212
                }
            ],
            "id_product_labels": [],
            "price": 42998,
            "abstract_name": "fm b\u00fcrom\u00f6bel PETRA filing cabinet - HxWxD 1851 x 800 x 362 mm",
            "id_product_abstract": 34,
            "type": "product_abstract",
            "add_to_cart_sku": "574987",
            "prices": {
                "DEFAULT": 42998
            },
            "abstract_sku": "M1017945",
            "url": "\/en\/petra-aktenschrank-hxbxt-1851-x-800-x-362-mm-M1017945"
        }
    ],
    "spellingSuggestion": null,
    "categoryTreeFilter": {
        "0": {},
        "1": {},
        "2": {},
        "3": {},
        "4": {},
        "5": {}
    }
}