https://oalp.xiphias-digital.com/en/stationery

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": "2",
                                "boost": 1
                            }
                        }
                    }
                ]
            }
        },
        "suggest": {
            "text": ""
        },
        "_source": [
            "search-result-data"
        ],
        "sort": [
            {
                "integer-sort.category:2": {
                    "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": 2
    }
}
{
    "facets": {
        "category": {},
        "rating": {},
        "label": {},
        "farbe": {},
        "material": {},
        "brand": {},
        "merchant_name": {}
    },
    "sort": {},
    "pagination": {},
    "products": [
        {
            "images": [
                {
                    "fk_product_image_set": 250,
                    "id_product_image": 920,
                    "alt_text_small": "",
                    "product_image_key": "product_image_920",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B010717Q?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B010717Q",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 920,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 920
                }
            ],
            "id_product_labels": [],
            "price": 442,
            "abstract_name": "Clairefontaine Collegeblock 8279C DIN A4 checkered, 80 sheets, white",
            "id_product_abstract": 128,
            "type": "product_abstract",
            "add_to_cart_sku": "421426",
            "prices": {
                "DEFAULT": 442
            },
            "abstract_sku": "M21711",
            "url": "\/en\/clairefontaine-collegeblock-8279c-din-a4-kariert-80blatt-weiss-M21711"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 348,
                    "id_product_image": 1212,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1212",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016958A?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016958A",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1212,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1212
                },
                {
                    "fk_product_image_set": 348,
                    "id_product_image": 1214,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1214",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016958B?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016958B",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1214,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1214
                },
                {
                    "fk_product_image_set": 348,
                    "id_product_image": 1216,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1216",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016957Z?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016957Z",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1216,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1216
                },
                {
                    "fk_product_image_set": 348,
                    "id_product_image": 1218,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1218",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016957Y?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016957Y",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1218,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1218
                },
                {
                    "fk_product_image_set": 348,
                    "id_product_image": 1220,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1220",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007678O?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007678O",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1220,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 1220
                },
                {
                    "fk_product_image_set": 348,
                    "id_product_image": 1222,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1222",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007678P?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007678P",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1222,
                    "sort_order": 11,
                    "alt_text_large": "",
                    "fk_product_image": 1222
                }
            ],
            "id_product_labels": [],
            "price": 213,
            "abstract_name": "Schneider Fineliner Xpress 0.8 mm",
            "id_product_abstract": 181,
            "type": "product_abstract",
            "add_to_cart_sku": "424409",
            "prices": {
                "DEFAULT": 213
            },
            "abstract_sku": "M23444",
            "url": "\/en\/schneider-fineliner-xpress-s-0-8mm-M23444"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 154,
                    "id_product_image": 636,
                    "alt_text_small": "",
                    "product_image_key": "product_image_636",
                    "updated_at": "2025-12-02 09:55:12.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006124T?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006124T",
                    "created_at": "2025-12-02 09:55:12.000000",
                    "id_product_image_set_to_product_image": 636,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 636
                },
                {
                    "fk_product_image_set": 154,
                    "id_product_image": 638,
                    "alt_text_small": "",
                    "product_image_key": "product_image_638",
                    "updated_at": "2025-12-02 09:55:12.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007592L?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007592L",
                    "created_at": "2025-12-02 09:55:12.000000",
                    "id_product_image_set_to_product_image": 638,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 638
                },
                {
                    "fk_product_image_set": 154,
                    "id_product_image": 640,
                    "alt_text_small": "",
                    "product_image_key": "product_image_640",
                    "updated_at": "2025-12-02 09:55:12.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006683O?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006683O",
                    "created_at": "2025-12-02 09:55:12.000000",
                    "id_product_image_set_to_product_image": 640,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 640
                },
                {
                    "fk_product_image_set": 154,
                    "id_product_image": 642,
                    "alt_text_small": "",
                    "product_image_key": "product_image_642",
                    "updated_at": "2025-12-02 09:55:12.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007603X?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007603X",
                    "created_at": "2025-12-02 09:55:12.000000",
                    "id_product_image_set_to_product_image": 642,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 642
                }
            ],
            "id_product_labels": [],
            "price": 517,
            "abstract_name": "Post-it Index Mini adhesive stripes, 35 sheets sorted 4",
            "id_product_abstract": 76,
            "type": "product_abstract",
            "add_to_cart_sku": "420506",
            "prices": {
                "DEFAULT": 517
            },
            "abstract_sku": "M21062",
            "url": "\/en\/post-it-haftstreifen-index-mini-35blatt-sortiert-4-M21062"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 156,
                    "id_product_image": 644,
                    "alt_text_small": "",
                    "product_image_key": "product_image_644",
                    "updated_at": "2025-12-02 09:55:12.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006315A?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006315A",
                    "created_at": "2025-12-02 09:55:12.000000",
                    "id_product_image_set_to_product_image": 644,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 644
                },
                {
                    "fk_product_image_set": 156,
                    "id_product_image": 646,
                    "alt_text_small": "",
                    "product_image_key": "product_image_646",
                    "updated_at": "2025-12-02 09:55:12.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007602R?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007602R",
                    "created_at": "2025-12-02 09:55:12.000000",
                    "id_product_image_set_to_product_image": 646,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 646
                },
                {
                    "fk_product_image_set": 156,
                    "id_product_image": 648,
                    "alt_text_small": "",
                    "product_image_key": "product_image_648",
                    "updated_at": "2025-12-02 09:55:12.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041450J?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041450J",
                    "created_at": "2025-12-02 09:55:12.000000",
                    "id_product_image_set_to_product_image": 648,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 648
                },
                {
                    "fk_product_image_set": 156,
                    "id_product_image": 650,
                    "alt_text_small": "",
                    "product_image_key": "product_image_650",
                    "updated_at": "2025-12-02 09:55:12.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007602Q?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007602Q",
                    "created_at": "2025-12-02 09:55:12.000000",
                    "id_product_image_set_to_product_image": 650,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 650
                },
                {
                    "fk_product_image_set": 156,
                    "id_product_image": 652,
                    "alt_text_small": "",
                    "product_image_key": "product_image_652",
                    "updated_at": "2025-12-02 09:55:12.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041450K?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041450K",
                    "created_at": "2025-12-02 09:55:12.000000",
                    "id_product_image_set_to_product_image": 652,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 652
                },
                {
                    "fk_product_image_set": 156,
                    "id_product_image": 654,
                    "alt_text_small": "",
                    "product_image_key": "product_image_654",
                    "updated_at": "2025-12-02 09:55:12.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007602P?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007602P",
                    "created_at": "2025-12-02 09:55:12.000000",
                    "id_product_image_set_to_product_image": 654,
                    "sort_order": 11,
                    "alt_text_large": "",
                    "fk_product_image": 654
                },
                {
                    "fk_product_image_set": 156,
                    "id_product_image": 656,
                    "alt_text_small": "",
                    "product_image_key": "product_image_656",
                    "updated_at": "2025-12-02 09:55:12.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041450L?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041450L",
                    "created_at": "2025-12-02 09:55:12.000000",
                    "id_product_image_set_to_product_image": 656,
                    "sort_order": 13,
                    "alt_text_large": "",
                    "fk_product_image": 656
                },
                {
                    "fk_product_image_set": 156,
                    "id_product_image": 658,
                    "alt_text_small": "",
                    "product_image_key": "product_image_658",
                    "updated_at": "2025-12-02 09:55:12.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007602T?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007602T",
                    "created_at": "2025-12-02 09:55:12.000000",
                    "id_product_image_set_to_product_image": 658,
                    "sort_order": 15,
                    "alt_text_large": "",
                    "fk_product_image": 658
                },
                {
                    "fk_product_image_set": 156,
                    "id_product_image": 660,
                    "alt_text_small": "",
                    "product_image_key": "product_image_660",
                    "updated_at": "2025-12-02 09:55:12.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041584X?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041584X",
                    "created_at": "2025-12-02 09:55:12.000000",
                    "id_product_image_set_to_product_image": 660,
                    "sort_order": 17,
                    "alt_text_large": "",
                    "fk_product_image": 660
                },
                {
                    "fk_product_image_set": 156,
                    "id_product_image": 662,
                    "alt_text_small": "",
                    "product_image_key": "product_image_662",
                    "updated_at": "2025-12-02 09:55:12.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007602U?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007602U",
                    "created_at": "2025-12-02 09:55:12.000000",
                    "id_product_image_set_to_product_image": 662,
                    "sort_order": 19,
                    "alt_text_large": "",
                    "fk_product_image": 662
                },
                {
                    "fk_product_image_set": 156,
                    "id_product_image": 664,
                    "alt_text_small": "",
                    "product_image_key": "product_image_664",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041450M?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041450M",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 664,
                    "sort_order": 21,
                    "alt_text_large": "",
                    "fk_product_image": 664
                },
                {
                    "fk_product_image_set": 156,
                    "id_product_image": 666,
                    "alt_text_small": "",
                    "product_image_key": "product_image_666",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007602W?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007602W",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 666,
                    "sort_order": 23,
                    "alt_text_large": "",
                    "fk_product_image": 666
                },
                {
                    "fk_product_image_set": 156,
                    "id_product_image": 668,
                    "alt_text_small": "",
                    "product_image_key": "product_image_668",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041584Z?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041584Z",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 668,
                    "sort_order": 25,
                    "alt_text_large": "",
                    "fk_product_image": 668
                },
                {
                    "fk_product_image_set": 156,
                    "id_product_image": 670,
                    "alt_text_small": "",
                    "product_image_key": "product_image_670",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007602S?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007602S",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 670,
                    "sort_order": 27,
                    "alt_text_large": "",
                    "fk_product_image": 670
                },
                {
                    "fk_product_image_set": 156,
                    "id_product_image": 672,
                    "alt_text_small": "",
                    "product_image_key": "product_image_672",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041584Y?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041584Y",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 672,
                    "sort_order": 29,
                    "alt_text_large": "",
                    "fk_product_image": 672
                },
                {
                    "fk_product_image_set": 156,
                    "id_product_image": 674,
                    "alt_text_small": "",
                    "product_image_key": "product_image_674",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007602V?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007602V",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 674,
                    "sort_order": 31,
                    "alt_text_large": "",
                    "fk_product_image": 674
                },
                {
                    "fk_product_image_set": 156,
                    "id_product_image": 676,
                    "alt_text_small": "",
                    "product_image_key": "product_image_676",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041945W?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041945W",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 676,
                    "sort_order": 33,
                    "alt_text_large": "",
                    "fk_product_image": 676
                }
            ],
            "id_product_labels": [],
            "price": 292,
            "abstract_name": "Post-it adhesive stripes index, standard 25.4x43.2 mm 50 sheets PES",
            "id_product_abstract": 77,
            "type": "product_abstract",
            "add_to_cart_sku": "420514",
            "prices": {
                "DEFAULT": 292
            },
            "abstract_sku": "M21066",
            "url": "\/en\/post-it-haftstreifen-index-standard-25-4x43-2mm-50blatt-pes-M21066"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 158,
                    "id_product_image": 678,
                    "alt_text_small": "",
                    "product_image_key": "product_image_678",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006124M?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006124M",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 678,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 678
                },
                {
                    "fk_product_image_set": 158,
                    "id_product_image": 680,
                    "alt_text_small": "",
                    "product_image_key": "product_image_680",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041586P?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041586P",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 680,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 680
                }
            ],
            "id_product_labels": [],
            "price": 337,
            "abstract_name": "Post-it adhesive stripes Index Symbol 680-31 25.4x43.2 mm 50 sheets, yellow",
            "id_product_abstract": 78,
            "type": "product_abstract",
            "add_to_cart_sku": "420520",
            "prices": {
                "DEFAULT": 337
            },
            "abstract_sku": "M21067",
            "url": "\/en\/post-it-haftstreifen-index-symbol-680-31-25-4x43-2mm-50blatt-gelb-M21067"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 160,
                    "id_product_image": 682,
                    "alt_text_small": "",
                    "product_image_key": "product_image_682",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006839T?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006839T",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 682,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 682
                },
                {
                    "fk_product_image_set": 160,
                    "id_product_image": 684,
                    "alt_text_small": "",
                    "product_image_key": "product_image_684",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006839S?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006839S",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 684,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 684
                }
            ],
            "id_product_labels": [],
            "price": 665,
            "abstract_name": "Post-it Index Strong adhesive stripes, 22 sheets, sorted, 3 pieces\/pack",
            "id_product_abstract": 79,
            "type": "product_abstract",
            "add_to_cart_sku": "420527",
            "prices": {
                "DEFAULT": 665
            },
            "abstract_sku": "M21073",
            "url": "\/en\/post-it-haftstreifen-index-strong-22blatt-sortiert-3-st-pack-M21073"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 186,
                    "id_product_image": 740,
                    "alt_text_small": "",
                    "product_image_key": "product_image_740",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006858X?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006858X",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 740,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 740
                },
                {
                    "fk_product_image_set": 186,
                    "id_product_image": 742,
                    "alt_text_small": "",
                    "product_image_key": "product_image_742",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006858W?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006858W",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 742,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 742
                }
            ],
            "id_product_labels": [],
            "price": 789,
            "abstract_name": "Post-it sticky note Super Sticky Meeting Notes 4 pieces\/pack",
            "id_product_abstract": 92,
            "type": "product_abstract",
            "prices": {
                "DEFAULT": 789
            },
            "abstract_sku": "M21189",
            "url": "\/en\/post-it-haftnotiz-super-sticky-meeting-notes-4-st-pack-M21189"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 190,
                    "id_product_image": 746,
                    "alt_text_small": "",
                    "product_image_key": "product_image_746",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041942Q?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041942Q",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 746,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 746
                },
                {
                    "fk_product_image_set": 190,
                    "id_product_image": 748,
                    "alt_text_small": "",
                    "product_image_key": "product_image_748",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041213V?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/D041213V",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 748,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 748
                }
            ],
            "id_product_labels": [],
            "price": 363,
            "abstract_name": "Post-it Index Standard adhesive stripes, 20 sheets, colored, 3 pieces\/pack",
            "id_product_abstract": 94,
            "type": "product_abstract",
            "add_to_cart_sku": "420689",
            "prices": {
                "DEFAULT": 363
            },
            "abstract_sku": "M21191",
            "url": "\/en\/post-it-haftstreifen-index-standard-20blatt-farbig-3-st-pack-M21191"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 192,
                    "id_product_image": 750,
                    "alt_text_small": "",
                    "product_image_key": "product_image_750",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006125Y?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006125Y",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 750,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 750
                }
            ],
            "id_product_labels": [],
            "price": 876,
            "abstract_name": "Post-it Index Mini Promotion adhesive stripes 683-VAD1 colored +2 684",
            "id_product_abstract": 95,
            "type": "product_abstract",
            "add_to_cart_sku": "420691",
            "prices": {
                "DEFAULT": 876
            },
            "abstract_sku": "M21193",
            "url": "\/en\/post-it-heftstreifen-index-mini-promotion-683-vad1-farbig-2-684-M21193"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 194,
                    "id_product_image": 752,
                    "alt_text_small": "",
                    "product_image_key": "product_image_752",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006103Q?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006103Q",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 752,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 752
                },
                {
                    "fk_product_image_set": 194,
                    "id_product_image": 754,
                    "alt_text_small": "",
                    "product_image_key": "product_image_754",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007732U?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007732U",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 754,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 754
                },
                {
                    "fk_product_image_set": 194,
                    "id_product_image": 756,
                    "alt_text_small": "",
                    "product_image_key": "product_image_756",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006103P?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006103P",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 756,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 756
                },
                {
                    "fk_product_image_set": 194,
                    "id_product_image": 758,
                    "alt_text_small": "",
                    "product_image_key": "product_image_758",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007732T?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007732T",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 758,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 758
                }
            ],
            "id_product_labels": [],
            "price": 580,
            "abstract_name": "Post-it Index Strong adhesive stripes, 3 x 22 sheets\/pack",
            "id_product_abstract": 96,
            "type": "product_abstract",
            "add_to_cart_sku": "420692",
            "prices": {
                "DEFAULT": 580
            },
            "abstract_sku": "M21194",
            "url": "\/en\/post-it-haftstreifen-index-strong-3x22-st-pack-M21194"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 196,
                    "id_product_image": 760,
                    "alt_text_small": "",
                    "product_image_key": "product_image_760",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007353R?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007353R",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 760,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 760
                },
                {
                    "fk_product_image_set": 196,
                    "id_product_image": 762,
                    "alt_text_small": "",
                    "product_image_key": "product_image_762",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007380I?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007380I",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 762,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 762
                },
                {
                    "fk_product_image_set": 196,
                    "id_product_image": 764,
                    "alt_text_small": "",
                    "product_image_key": "product_image_764",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007749Y?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007749Y",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 764,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 764
                }
            ],
            "id_product_labels": [],
            "price": 422,
            "abstract_name": "Post-it Page Marker adhesive stripes, 670-10AB 12.7x44.4 mm, 10 pieces\/pack.",
            "id_product_abstract": 97,
            "type": "product_abstract",
            "add_to_cart_sku": "420694",
            "prices": {
                "DEFAULT": 422
            },
            "abstract_sku": "M21195",
            "url": "\/en\/post-it-haftstreifen-page-marker-670-10ab-12-7x44-4mm-10-st-pack-M21195"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 198,
                    "id_product_image": 766,
                    "alt_text_small": "",
                    "product_image_key": "product_image_766",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007353S?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007353S",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 766,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 766
                },
                {
                    "fk_product_image_set": 198,
                    "id_product_image": 768,
                    "alt_text_small": "",
                    "product_image_key": "product_image_768",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007353T?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007353T",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 768,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 768
                },
                {
                    "fk_product_image_set": 198,
                    "id_product_image": 770,
                    "alt_text_small": "",
                    "product_image_key": "product_image_770",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007644S?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007644S",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 770,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 770
                },
                {
                    "fk_product_image_set": 198,
                    "id_product_image": 772,
                    "alt_text_small": "",
                    "product_image_key": "product_image_772",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007609L?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007609L",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 772,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 772
                },
                {
                    "fk_product_image_set": 198,
                    "id_product_image": 774,
                    "alt_text_small": "",
                    "product_image_key": "product_image_774",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007644R?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007644R",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 774,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 774
                }
            ],
            "id_product_labels": [],
            "price": 945,
            "abstract_name": "Post-it Super Sticky sticky notes, 6 pieces\/pack.",
            "id_product_abstract": 98,
            "type": "product_abstract",
            "add_to_cart_sku": "420695",
            "prices": {
                "DEFAULT": 945
            },
            "abstract_sku": "M21196",
            "url": "\/en\/post-it-haftnotiz-super-sticky-sortiert-6-st-pack-M21196"
        }
    ],
    "spellingSuggestion": null,
    "categoryTreeFilter": {
        "0": {},
        "1": {},
        "2": {},
        "3": {},
        "4": {},
        "5": {}
    }
}