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

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": "24",
                                "boost": 1
                            }
                        }
                    }
                ]
            }
        },
        "suggest": {
            "text": ""
        },
        "_source": [
            "search-result-data"
        ],
        "sort": [
            {
                "integer-sort.category:24": {
                    "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": 24
    }
}
{
    "facets": {
        "category": {},
        "rating": {},
        "label": {},
        "farbe": {},
        "material": {},
        "brand": {},
        "merchant_name": {}
    },
    "sort": {},
    "pagination": {},
    "products": [
        {
            "images": [
                {
                    "fk_product_image_set": 454,
                    "id_product_image": 1534,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1534",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007158W?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007158W",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1534,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1534
                },
                {
                    "fk_product_image_set": 454,
                    "id_product_image": 1536,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1536",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007751L?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007751L",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1536,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1536
                }
            ],
            "id_product_labels": [],
            "price": 1836,
            "abstract_name": "IDEAL Oil paper 9000631 for document shredder, 18 sheets\/pack.",
            "id_product_abstract": 238,
            "type": "product_abstract",
            "add_to_cart_sku": "426531",
            "prices": {
                "DEFAULT": 1836
            },
            "abstract_sku": "M24563",
            "url": "\/en\/ideal-oelpapier-9000631-fuer-aktenvernichter-18-bl-pack-M24563"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 6,
                    "id_product_image": 14,
                    "alt_text_small": "",
                    "product_image_key": "product_image_14",
                    "updated_at": "2025-12-02 09:55:08.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00522202FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00522202FF-01",
                    "created_at": "2025-12-02 09:55:08.000000",
                    "id_product_image_set_to_product_image": 14,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 14
                },
                {
                    "fk_product_image_set": 6,
                    "id_product_image": 16,
                    "alt_text_small": "",
                    "product_image_key": "product_image_16",
                    "updated_at": "2025-12-02 09:55:08.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052619-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052619-01",
                    "created_at": "2025-12-02 09:55:08.000000",
                    "id_product_image_set_to_product_image": 16,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 16
                }
            ],
            "id_product_labels": [],
            "price": 2625,
            "abstract_name": "HSM SECURIO document shredder - for desktop, 25 l, 300 watts",
            "id_product_abstract": 3,
            "type": "product_abstract",
            "add_to_cart_sku": "212440",
            "prices": {
                "DEFAULT": 2625
            },
            "abstract_sku": "M1000786",
            "url": "\/en\/hsm-aktenvernichter-securio-fuer-schreibtisch-25-l-300-watt-M1000786"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 8,
                    "id_product_image": 18,
                    "alt_text_small": "",
                    "product_image_key": "product_image_18",
                    "updated_at": "2025-12-02 09:55:08.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00048295-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00048295-01",
                    "created_at": "2025-12-02 09:55:08.000000",
                    "id_product_image_set_to_product_image": 18,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 18
                },
                {
                    "fk_product_image_set": 8,
                    "id_product_image": 20,
                    "alt_text_small": "",
                    "product_image_key": "product_image_20",
                    "updated_at": "2025-12-02 09:55:08.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00522206FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00522206FF-01",
                    "created_at": "2025-12-02 09:55:08.000000",
                    "id_product_image_set_to_product_image": 20,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 20
                },
                {
                    "fk_product_image_set": 8,
                    "id_product_image": 22,
                    "alt_text_small": "",
                    "product_image_key": "product_image_22",
                    "updated_at": "2025-12-02 09:55:08.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00031340-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00031340-01",
                    "created_at": "2025-12-02 09:55:08.000000",
                    "id_product_image_set_to_product_image": 22,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 22
                }
            ],
            "id_product_labels": [],
            "price": 12938,
            "abstract_name": "HSM SECURIO document shredder - for open-plan offices, 145 l, 1800 watts",
            "id_product_abstract": 4,
            "type": "product_abstract",
            "prices": {
                "DEFAULT": 12938
            },
            "abstract_sku": "M1000838",
            "url": "\/en\/hsm-aktenvernichter-securio-fuer-grossraumbuero-145-l-1800-watt-M1000838"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 16,
                    "id_product_image": 42,
                    "alt_text_small": "",
                    "product_image_key": "product_image_42",
                    "updated_at": "2025-12-02 09:55:08.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00522204FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00522204FF-01",
                    "created_at": "2025-12-02 09:55:08.000000",
                    "id_product_image_set_to_product_image": 42,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 42
                },
                {
                    "fk_product_image_set": 16,
                    "id_product_image": 44,
                    "alt_text_small": "",
                    "product_image_key": "product_image_44",
                    "updated_at": "2025-12-02 09:55:08.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052620-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052620-01",
                    "created_at": "2025-12-02 09:55:08.000000",
                    "id_product_image_set_to_product_image": 44,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 44
                }
            ],
            "id_product_labels": [],
            "price": 12975,
            "abstract_name": "HSM SECURIO document shredder - for desktop, 25 l, 400 watts",
            "id_product_abstract": 8,
            "type": "product_abstract",
            "add_to_cart_sku": "212837",
            "prices": {
                "DEFAULT": 12975
            },
            "abstract_sku": "M1006484",
            "url": "\/en\/hsm-aktenvernichter-securio-fuer-schreibtisch-25-l-400-watt-M1006484"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 468,
                    "id_product_image": 1550,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1550",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007972O?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007972O",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1550,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1550
                },
                {
                    "fk_product_image_set": 468,
                    "id_product_image": 1552,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1552",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007972P?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007972P",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1552,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1552
                },
                {
                    "fk_product_image_set": 468,
                    "id_product_image": 1554,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1554",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/H013689S?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/H013689S",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1554,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1554
                }
            ],
            "id_product_labels": [],
            "price": 11846,
            "abstract_name": "HSM document shredder Classic 90.2 1190151, stripes 3.9 mm, light gray",
            "id_product_abstract": 245,
            "type": "product_abstract",
            "add_to_cart_sku": "426615",
            "prices": {
                "DEFAULT": 11846
            },
            "abstract_sku": "M24632",
            "url": "\/en\/hsm-aktenvernichter-classic-90-2-1190151-streifen-3-9mm-lichtgrau-M24632"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 530,
                    "id_product_image": 1672,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1672",
                    "updated_at": "2025-12-02 09:55:19.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00048287-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00048287-01",
                    "created_at": "2025-12-02 09:55:19.000000",
                    "id_product_image_set_to_product_image": 1672,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1672
                }
            ],
            "id_product_labels": [
                5
            ],
            "price": 12431,
            "abstract_name": "HSM CLASSIC document shredder - HxWxD 410 x 305 x 200 mm",
            "id_product_abstract": 276,
            "type": "product_abstract",
            "add_to_cart_sku": "100682",
            "prices": {
                "DEFAULT": 12431,
                "ORIGINAL": 13812
            },
            "abstract_sku": "M302",
            "url": "\/en\/hsm-aktenvernichter-classic-hxbxt-410-x-305-x-200-mm-M302"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 708,
                    "id_product_image": 2598,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2598",
                    "updated_at": "2025-12-02 09:55:24.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052622-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052622-01",
                    "created_at": "2025-12-02 09:55:24.000000",
                    "id_product_image_set_to_product_image": 2598,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2598
                },
                {
                    "fk_product_image_set": 708,
                    "id_product_image": 2600,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2600",
                    "updated_at": "2025-12-02 09:55:24.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00610299FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00610299FF-01",
                    "created_at": "2025-12-02 09:55:24.000000",
                    "id_product_image_set_to_product_image": 2600,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2600
                }
            ],
            "id_product_labels": [
                5
            ],
            "price": 51441,
            "abstract_name": "HSM SECURIO document shredder - for multi-person office, 82 l",
            "id_product_abstract": 367,
            "type": "product_abstract",
            "add_to_cart_sku": "101865",
            "prices": {
                "DEFAULT": 51441,
                "ORIGINAL": 57156
            },
            "abstract_sku": "M74974",
            "url": "\/en\/hsm-aktenvernichter-securio-fuer-mehrpersonen-buero-82-l-M74974"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 796,
                    "id_product_image": 3160,
                    "alt_text_small": "",
                    "product_image_key": "product_image_3160",
                    "updated_at": "2025-12-02 09:55:28.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00522264FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00522264FF-01",
                    "created_at": "2025-12-02 09:55:28.000000",
                    "id_product_image_set_to_product_image": 3160,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 3160
                },
                {
                    "fk_product_image_set": 796,
                    "id_product_image": 3162,
                    "alt_text_small": "",
                    "product_image_key": "product_image_3162",
                    "updated_at": "2025-12-02 09:55:28.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051156F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051156F-01",
                    "created_at": "2025-12-02 09:55:28.000000",
                    "id_product_image_set_to_product_image": 3162,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 3162
                },
                {
                    "fk_product_image_set": 796,
                    "id_product_image": 3164,
                    "alt_text_small": "",
                    "product_image_key": "product_image_3164",
                    "updated_at": "2025-12-02 09:55:28.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051161-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051161-01",
                    "created_at": "2025-12-02 09:55:28.000000",
                    "id_product_image_set_to_product_image": 3164,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 3164
                },
                {
                    "fk_product_image_set": 796,
                    "id_product_image": 3166,
                    "alt_text_small": "",
                    "product_image_key": "product_image_3166",
                    "updated_at": "2025-12-02 09:55:28.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051158-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051158-01",
                    "created_at": "2025-12-02 09:55:28.000000",
                    "id_product_image_set_to_product_image": 3166,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 3166
                },
                {
                    "fk_product_image_set": 796,
                    "id_product_image": 3168,
                    "alt_text_small": "",
                    "product_image_key": "product_image_3168",
                    "updated_at": "2025-12-02 09:55:28.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051159-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051159-01",
                    "created_at": "2025-12-02 09:55:28.000000",
                    "id_product_image_set_to_product_image": 3168,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 3168
                },
                {
                    "fk_product_image_set": 796,
                    "id_product_image": 3170,
                    "alt_text_small": "",
                    "product_image_key": "product_image_3170",
                    "updated_at": "2025-12-02 09:55:28.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051160-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051160-01",
                    "created_at": "2025-12-02 09:55:28.000000",
                    "id_product_image_set_to_product_image": 3170,
                    "sort_order": 11,
                    "alt_text_large": "",
                    "fk_product_image": 3170
                }
            ],
            "id_product_labels": [],
            "price": 144544,
            "abstract_name": "IDEAL document shredder - Power 1300 watts, 165 l volume",
            "id_product_abstract": 416,
            "type": "product_abstract",
            "add_to_cart_sku": "107938",
            "prices": {
                "DEFAULT": 144544
            },
            "abstract_sku": "M90851",
            "url": "\/en\/ideal-aktenvernichter-leistung-1300-watt-165-l-volumen-M90851"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 470,
                    "id_product_image": 1556,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1556",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006929Q?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006929Q",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1556,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1556
                },
                {
                    "fk_product_image_set": 470,
                    "id_product_image": 1558,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1558",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007970P?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007970P",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1558,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1558
                },
                {
                    "fk_product_image_set": 470,
                    "id_product_image": 1560,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1560",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007970Q?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007970Q",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1560,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1560
                }
            ],
            "id_product_labels": [
                4
            ],
            "price": 1195,
            "abstract_name": "HSM waste sack 1661995150 28l 348x195x800 mm tr 10 pieces\/pack.",
            "rating": 4.25,
            "id_product_abstract": 246,
            "review_count": 4,
            "type": "product_abstract",
            "add_to_cart_sku": "426620",
            "prices": {
                "DEFAULT": 1195
            },
            "abstract_sku": "M24637",
            "url": "\/en\/hsm-abfallsack-1661995150-28l-348x195x800mm-tr-10-st-pack-M24637"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 706,
                    "id_product_image": 2594,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2594",
                    "updated_at": "2025-12-02 09:55:24.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052621-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052621-01",
                    "created_at": "2025-12-02 09:55:24.000000",
                    "id_product_image_set_to_product_image": 2594,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2594
                },
                {
                    "fk_product_image_set": 706,
                    "id_product_image": 2596,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2596",
                    "updated_at": "2025-12-02 09:55:24.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00610297FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00610297FF-01",
                    "created_at": "2025-12-02 09:55:24.000000",
                    "id_product_image_set_to_product_image": 2596,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2596
                }
            ],
            "id_product_labels": [
                5
            ],
            "price": 39292,
            "abstract_name": "HSM SECURIO document shredder - for multi-person office,34 l",
            "id_product_abstract": 366,
            "type": "product_abstract",
            "add_to_cart_sku": "101863",
            "prices": {
                "DEFAULT": 39292,
                "ORIGINAL": 43657
            },
            "abstract_sku": "M74972",
            "url": "\/en\/hsm-aktenvernichter-securio-fuer-mehrpersonen-buero-34-l-M74972"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 712,
                    "id_product_image": 2610,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2610",
                    "updated_at": "2025-12-02 09:55:24.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00980616FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00980616FF-01",
                    "created_at": "2025-12-02 09:55:24.000000",
                    "id_product_image_set_to_product_image": 2610,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2610
                },
                {
                    "fk_product_image_set": 712,
                    "id_product_image": 2612,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2612",
                    "updated_at": "2025-12-02 09:55:24.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00048288-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00048288-01",
                    "created_at": "2025-12-02 09:55:24.000000",
                    "id_product_image_set_to_product_image": 2612,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2612
                }
            ],
            "id_product_labels": [
                5
            ],
            "price": 15444,
            "abstract_name": "HSM CLASSIC document shredder - HxWxD 423 x 326 x 240 mm",
            "id_product_abstract": 369,
            "type": "product_abstract",
            "add_to_cart_sku": "100683",
            "prices": {
                "DEFAULT": 15444,
                "ORIGINAL": 17160
            },
            "abstract_sku": "M75601",
            "url": "\/en\/hsm-aktenvernichter-classic-hxbxt-423-x-326-x-240-mm-M75601"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 12,
                    "id_product_image": 30,
                    "alt_text_small": "",
                    "product_image_key": "product_image_30",
                    "updated_at": "2025-12-02 09:55:08.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00048297-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00048297-01",
                    "created_at": "2025-12-02 09:55:08.000000",
                    "id_product_image_set_to_product_image": 30,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 30
                },
                {
                    "fk_product_image_set": 12,
                    "id_product_image": 32,
                    "alt_text_small": "",
                    "product_image_key": "product_image_32",
                    "updated_at": "2025-12-02 09:55:08.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00522213FF-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00522213FF-01",
                    "created_at": "2025-12-02 09:55:08.000000",
                    "id_product_image_set_to_product_image": 32,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 32
                },
                {
                    "fk_product_image_set": 12,
                    "id_product_image": 34,
                    "alt_text_small": "",
                    "product_image_key": "product_image_34",
                    "updated_at": "2025-12-02 09:55:08.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00031340-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00031340-01",
                    "created_at": "2025-12-02 09:55:08.000000",
                    "id_product_image_set_to_product_image": 34,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 34
                }
            ],
            "id_product_labels": [],
            "price": 12938,
            "abstract_name": "HSM SECURIO document shredder - for open-plan offices, 205 l",
            "id_product_abstract": 6,
            "type": "product_abstract",
            "add_to_cart_sku": "212447",
            "prices": {
                "DEFAULT": 12938
            },
            "abstract_sku": "M1000840",
            "url": "\/en\/hsm-aktenvernichter-securio-fuer-grossraumbuero-205-l-M1000840"
        }
    ],
    "spellingSuggestion": null,
    "categoryTreeFilter": {
        "0": {},
        "1": {},
        "2": {},
        "3": {},
        "4": {},
        "5": {}
    }
}