https://oalp.xiphias-digital.com/DE/en/newsletter/subscribe

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": 60,
        "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": {
        "page": "6",
        "category": 2
    }
}
{
    "facets": {
        "category": {},
        "rating": {},
        "label": {},
        "farbe": {},
        "material": {},
        "brand": {},
        "merchant_name": {}
    },
    "sort": {},
    "pagination": {},
    "products": [
        {
            "images": [
                {
                    "fk_product_image_set": 320,
                    "id_product_image": 1098,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1098",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007415C?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007415C",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1098,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1098
                },
                {
                    "fk_product_image_set": 320,
                    "id_product_image": 1100,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1100",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B032982G?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B032982G",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1100,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1100
                },
                {
                    "fk_product_image_set": 320,
                    "id_product_image": 1102,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1102",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007415F?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007415F",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1102,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1102
                },
                {
                    "fk_product_image_set": 320,
                    "id_product_image": 1104,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1104",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007415B?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007415B",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1104,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1104
                },
                {
                    "fk_product_image_set": 320,
                    "id_product_image": 1106,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1106",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007415D?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007415D",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1106,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 1106
                }
            ],
            "id_product_labels": [],
            "price": 99,
            "abstract_name": "Soennecken permanent marker 1-4 mm chisel tip",
            "id_product_abstract": 167,
            "type": "product_abstract",
            "add_to_cart_sku": "423178",
            "prices": {
                "DEFAULT": 99
            },
            "abstract_sku": "M22664",
            "url": "\/en\/soennecken-permanentmarker-1-4mm-keilspitze-M22664"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 326,
                    "id_product_image": 1116,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1116",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006304C?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006304C",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1116,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1116
                },
                {
                    "fk_product_image_set": 326,
                    "id_product_image": 1118,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1118",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006304B?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006304B",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1118,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1118
                },
                {
                    "fk_product_image_set": 326,
                    "id_product_image": 1120,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1120",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006304A?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006304A",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1120,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1120
                }
            ],
            "id_product_labels": [],
            "price": 104,
            "abstract_name": "Soennecken ballpoint pen No. 180 printing mechanism M",
            "id_product_abstract": 170,
            "type": "product_abstract",
            "add_to_cart_sku": "423456",
            "prices": {
                "DEFAULT": 104
            },
            "abstract_sku": "M22797",
            "url": "\/en\/soennecken-kugelschreiber-nr-180-druckmechanik-m-M22797"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 330,
                    "id_product_image": 1134,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1134",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006847W?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006847W",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1134,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1134
                }
            ],
            "id_product_labels": [],
            "price": 4022,
            "abstract_name": "Ballpoint pen stand Mod. 1 metal silver\/black",
            "id_product_abstract": 172,
            "type": "product_abstract",
            "add_to_cart_sku": "423909",
            "prices": {
                "DEFAULT": 4022
            },
            "abstract_sku": "M23067",
            "url": "\/en\/kugelschreiberstaender-mod-1-metall-silber-schwarz-M23067"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 332,
                    "id_product_image": 1136,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1136",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007053G?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007053G",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1136,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1136
                },
                {
                    "fk_product_image_set": 332,
                    "id_product_image": 1138,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1138",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007052Z?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007052Z",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1138,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1138
                },
                {
                    "fk_product_image_set": 332,
                    "id_product_image": 1140,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1140",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007053P?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007053P",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1140,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1140
                },
                {
                    "fk_product_image_set": 332,
                    "id_product_image": 1142,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1142",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007053E?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007053E",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1142,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1142
                },
                {
                    "fk_product_image_set": 332,
                    "id_product_image": 1144,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1144",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007053Q?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007053Q",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1144,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 1144
                },
                {
                    "fk_product_image_set": 332,
                    "id_product_image": 1146,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1146",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007053A?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007053A",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1146,
                    "sort_order": 11,
                    "alt_text_large": "",
                    "fk_product_image": 1146
                }
            ],
            "id_product_labels": [],
            "price": 880,
            "abstract_name": "Sigel chalk marker, 5-15 mm chisel tip",
            "id_product_abstract": 173,
            "type": "product_abstract",
            "add_to_cart_sku": "424265",
            "prices": {
                "DEFAULT": 880
            },
            "abstract_sku": "M23340",
            "url": "\/en\/sigel-kreidemarker-5-15mm-keilspitze-M23340"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 334,
                    "id_product_image": 1148,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1148",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006240K?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006240K",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1148,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1148
                }
            ],
            "id_product_labels": [],
            "price": 1297,
            "abstract_name": "Sigel chalk marker 50 GL182 1-5 mm round tip, sorted, 3 pieces\/pack.",
            "id_product_abstract": 174,
            "type": "product_abstract",
            "add_to_cart_sku": "424270",
            "prices": {
                "DEFAULT": 1297
            },
            "abstract_sku": "M23343",
            "url": "\/en\/sigel-kreidemarker-50-gl182-1-5mm-keilspitze-sortiert-3-st-pack-M23343"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 336,
                    "id_product_image": 1150,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1150",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006240J?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006240J",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1150,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1150
                },
                {
                    "fk_product_image_set": 336,
                    "id_product_image": 1152,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1152",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007197S?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007197S",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1152,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1152
                },
                {
                    "fk_product_image_set": 336,
                    "id_product_image": 1154,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1154",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006240L?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006240L",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1154,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1154
                }
            ],
            "id_product_labels": [],
            "price": 586,
            "abstract_name": "Sigel chalk marker 50, 1-5 mm chisel tip",
            "id_product_abstract": 175,
            "type": "product_abstract",
            "add_to_cart_sku": "424273",
            "prices": {
                "DEFAULT": 586
            },
            "abstract_sku": "M23345",
            "url": "\/en\/sigel-kreidemarker-50-1-5mm-keilspitze-M23345"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 338,
                    "id_product_image": 1156,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1156",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016750A?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016750A",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1156,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1156
                },
                {
                    "fk_product_image_set": 338,
                    "id_product_image": 1158,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1158",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016750B?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016750B",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1158,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1158
                },
                {
                    "fk_product_image_set": 338,
                    "id_product_image": 1160,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1160",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016750C?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016750C",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1160,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1160
                },
                {
                    "fk_product_image_set": 338,
                    "id_product_image": 1162,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1162",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016750D?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016750D",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1162,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1162
                }
            ],
            "id_product_labels": [],
            "price": 66,
            "abstract_name": "Schneider retractable ballpoint pen K20 ICY COLOURS M 0.6 mm",
            "id_product_abstract": 176,
            "type": "product_abstract",
            "add_to_cart_sku": "424372",
            "prices": {
                "DEFAULT": 66
            },
            "abstract_sku": "M23432",
            "url": "\/en\/schneider-druckkugelschreiber-k20-icy-colours-m-0-6mm-M23432"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 340,
                    "id_product_image": 1164,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1164",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016712C?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016712C",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1164,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1164
                },
                {
                    "fk_product_image_set": 340,
                    "id_product_image": 1166,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1166",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016712D?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016712D",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1166,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1166
                },
                {
                    "fk_product_image_set": 340,
                    "id_product_image": 1168,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1168",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016712E?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016712E",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1168,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1168
                },
                {
                    "fk_product_image_set": 340,
                    "id_product_image": 1170,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1170",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016712F?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016712F",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1170,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1170
                }
            ],
            "id_product_labels": [],
            "price": 144,
            "abstract_name": "Schneider retractable ballpoint pen LOOX M 0.6 mm printing mechanism",
            "id_product_abstract": 177,
            "type": "product_abstract",
            "add_to_cart_sku": "424384",
            "prices": {
                "DEFAULT": 144
            },
            "abstract_sku": "M23436",
            "url": "\/en\/schneider-druckkugelschreiber-loox-m-0-6mm-druckmechanik-M23436"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 342,
                    "id_product_image": 1172,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1172",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016717F?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016717F",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1172,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1172
                },
                {
                    "fk_product_image_set": 342,
                    "id_product_image": 1174,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1174",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016717G?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016717G",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1174,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1174
                },
                {
                    "fk_product_image_set": 342,
                    "id_product_image": 1176,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1176",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016717H?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016717H",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1176,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1176
                },
                {
                    "fk_product_image_set": 342,
                    "id_product_image": 1178,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1178",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016717I?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016717I",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1178,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1178
                }
            ],
            "id_product_labels": [],
            "price": 167,
            "abstract_name": "Schneider retractable ballpoint pen K3 Biosafe M 0.6 mm",
            "id_product_abstract": 178,
            "type": "product_abstract",
            "add_to_cart_sku": "424390",
            "prices": {
                "DEFAULT": 167
            },
            "abstract_sku": "M23438",
            "url": "\/en\/schneider-druckkugelschreiber-k-3-biosafe-m-0-6mm-M23438"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 344,
                    "id_product_image": 1180,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1180",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007375N?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007375N",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1180,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1180
                },
                {
                    "fk_product_image_set": 344,
                    "id_product_image": 1182,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1182",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016370N?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016370N",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1182,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1182
                },
                {
                    "fk_product_image_set": 344,
                    "id_product_image": 1184,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1184",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016370O?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016370O",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1184,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1184
                },
                {
                    "fk_product_image_set": 344,
                    "id_product_image": 1186,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1186",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007375M?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007375M",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1186,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1186
                },
                {
                    "fk_product_image_set": 344,
                    "id_product_image": 1188,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1188",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016370P?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016370P",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1188,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 1188
                },
                {
                    "fk_product_image_set": 344,
                    "id_product_image": 1190,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1190",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007486Y?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007486Y",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1190,
                    "sort_order": 11,
                    "alt_text_large": "",
                    "fk_product_image": 1190
                },
                {
                    "fk_product_image_set": 344,
                    "id_product_image": 1192,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1192",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016479I?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016479I",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1192,
                    "sort_order": 13,
                    "alt_text_large": "",
                    "fk_product_image": 1192
                }
            ],
            "id_product_labels": [],
            "price": 167,
            "abstract_name": "Schneider ballpoint pen Slider M 1 mm cap model",
            "id_product_abstract": 179,
            "type": "product_abstract",
            "add_to_cart_sku": "424397",
            "prices": {
                "DEFAULT": 167
            },
            "abstract_sku": "M23440",
            "url": "\/en\/schneider-kugelschreiber-slider-m-1mm-kappenmodell-M23440"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 346,
                    "id_product_image": 1194,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1194",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007375K?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007375K",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1194,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1194
                },
                {
                    "fk_product_image_set": 346,
                    "id_product_image": 1196,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1196",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016381J?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016381J",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1196,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1196
                },
                {
                    "fk_product_image_set": 346,
                    "id_product_image": 1198,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1198",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007478V?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007478V",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1198,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1198
                },
                {
                    "fk_product_image_set": 346,
                    "id_product_image": 1200,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1200",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007486Z?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007486Z",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1200,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1200
                },
                {
                    "fk_product_image_set": 346,
                    "id_product_image": 1202,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1202",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016479J?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016479J",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1202,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 1202
                },
                {
                    "fk_product_image_set": 346,
                    "id_product_image": 1204,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1204",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007375L?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007375L",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1204,
                    "sort_order": 11,
                    "alt_text_large": "",
                    "fk_product_image": 1204
                },
                {
                    "fk_product_image_set": 346,
                    "id_product_image": 1206,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1206",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016381K?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016381K",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1206,
                    "sort_order": 13,
                    "alt_text_large": "",
                    "fk_product_image": 1206
                },
                {
                    "fk_product_image_set": 346,
                    "id_product_image": 1208,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1208",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007478W?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007478W",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1208,
                    "sort_order": 15,
                    "alt_text_large": "",
                    "fk_product_image": 1208
                },
                {
                    "fk_product_image_set": 346,
                    "id_product_image": 1210,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1210",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016956M?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016956M",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1210,
                    "sort_order": 17,
                    "alt_text_large": "",
                    "fk_product_image": 1210
                }
            ],
            "id_product_labels": [],
            "price": 167,
            "abstract_name": "Schneider ballpoint pen Slider XB 1.4 mm cap model",
            "id_product_abstract": 180,
            "type": "product_abstract",
            "add_to_cart_sku": "424400",
            "prices": {
                "DEFAULT": 167
            },
            "abstract_sku": "M23441",
            "url": "\/en\/schneider-kugelschreiber-slider-xb-1-4mm-kappenmodell-M23441"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 350,
                    "id_product_image": 1224,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1224",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006791X?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006791X",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1224,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1224
                }
            ],
            "id_product_labels": [],
            "price": 157,
            "abstract_name": "Schneider ballpoint pen Slider Edge 152201 0.7 mm cap model, black",
            "id_product_abstract": 182,
            "type": "product_abstract",
            "add_to_cart_sku": "424430",
            "prices": {
                "DEFAULT": 157
            },
            "abstract_sku": "M23450",
            "url": "\/en\/schneider-kugelschreiber-slider-edge-152201-0-7mm-kappenmodell-sw-M23450"
        }
    ],
    "spellingSuggestion": null,
    "categoryTreeFilter": {
        "0": {},
        "1": {},
        "2": {},
        "3": {},
        "4": {},
        "5": {}
    }
}