https://oalp.xiphias-digital.com/DE/en/stationery/writing-materials/pens?page=2

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": "4",
                                "boost": 1
                            }
                        }
                    }
                ]
            }
        },
        "suggest": {
            "text": ""
        },
        "_source": [
            "search-result-data"
        ],
        "sort": [
            {
                "integer-sort.category:4": {
                    "order": "ASC",
                    "mode": "min",
                    "unmapped_type": "integer"
                }
            }
        ],
        "from": 12,
        "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": "2",
        "category": 4
    }
}
{
    "facets": {
        "category": {},
        "rating": {},
        "label": {},
        "farbe": {},
        "material": {},
        "brand": {},
        "merchant_name": {}
    },
    "sort": {},
    "pagination": {},
    "products": [
        {
            "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"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 352,
                    "id_product_image": 1226,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1226",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006791W?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006791W",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1226,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1226
                },
                {
                    "fk_product_image_set": 352,
                    "id_product_image": 1228,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1228",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006791Y?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006791Y",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1228,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1228
                },
                {
                    "fk_product_image_set": 352,
                    "id_product_image": 1230,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1230",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006791Z?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006791Z",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1230,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1230
                }
            ],
            "id_product_labels": [],
            "price": 157,
            "abstract_name": "Schneider ballpoint pen Slider Edge 0.7 mm cap model",
            "id_product_abstract": 183,
            "type": "product_abstract",
            "add_to_cart_sku": "424431",
            "prices": {
                "DEFAULT": 157
            },
            "abstract_sku": "M23451",
            "url": "\/en\/schneider-kugelschreiber-slider-edge-0-7mm-kappenmodell-M23451"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 354,
                    "id_product_image": 1232,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1232",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016954O?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016954O",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1232,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1232
                },
                {
                    "fk_product_image_set": 354,
                    "id_product_image": 1234,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1234",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006160H?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006160H",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1234,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1234
                },
                {
                    "fk_product_image_set": 354,
                    "id_product_image": 1236,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1236",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016955C?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016955C",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1236,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1236
                },
                {
                    "fk_product_image_set": 354,
                    "id_product_image": 1238,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1238",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016954L?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016954L",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1238,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1238
                }
            ],
            "id_product_labels": [],
            "price": 179,
            "abstract_name": "Schneider ballpoint pen XTRA M 0.5 mm cap model",
            "id_product_abstract": 184,
            "type": "product_abstract",
            "add_to_cart_sku": "424442",
            "prices": {
                "DEFAULT": 179
            },
            "abstract_sku": "M23454",
            "url": "\/en\/schneider-tintenroller-xtra-805-m-0-5mm-kappenmodell-M23454"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 356,
                    "id_product_image": 1240,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1240",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016954M?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016954M",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1240,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1240
                },
                {
                    "fk_product_image_set": 356,
                    "id_product_image": 1242,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1242",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016954J?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016954J",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1242,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1242
                },
                {
                    "fk_product_image_set": 356,
                    "id_product_image": 1244,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1244",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016954P?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016954P",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1244,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1244
                },
                {
                    "fk_product_image_set": 356,
                    "id_product_image": 1246,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1246",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016954R?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016954R",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1246,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1246
                }
            ],
            "id_product_labels": [],
            "price": 179,
            "abstract_name": "Schneider ballpoint pen XTRA 823 0.3 mm cap model",
            "id_product_abstract": 185,
            "type": "product_abstract",
            "add_to_cart_sku": "424447",
            "prices": {
                "DEFAULT": 179
            },
            "abstract_sku": "M23455",
            "url": "\/en\/schneider-tintenroller-xtra-823-0-3mm-kappenmodell-M23455"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 358,
                    "id_product_image": 1248,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1248",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007349J?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007349J",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1248,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1248
                }
            ],
            "id_product_labels": [],
            "price": 326,
            "abstract_name": "Schneider ballpoint pen HAPTIFY 135301 M 0.5 mm, black",
            "id_product_abstract": 186,
            "type": "product_abstract",
            "add_to_cart_sku": "424449",
            "prices": {
                "DEFAULT": 326
            },
            "abstract_sku": "M23456",
            "url": "\/en\/schneider-kugelschreiber-haptify-135301-m-0-5mm-schwarz-M23456"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 360,
                    "id_product_image": 1250,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1250",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007352X?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007352X",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1250,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1250
                },
                {
                    "fk_product_image_set": 360,
                    "id_product_image": 1252,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1252",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007293C?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007293C",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1252,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1252
                },
                {
                    "fk_product_image_set": 360,
                    "id_product_image": 1254,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1254",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007292U?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007292U",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1254,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1254
                },
                {
                    "fk_product_image_set": 360,
                    "id_product_image": 1256,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1256",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007292S?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007292S",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1256,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1256
                }
            ],
            "id_product_labels": [],
            "price": 292,
            "abstract_name": "Schneider ballpoint pen HAPTIFY M 0.5 mm",
            "id_product_abstract": 187,
            "type": "product_abstract",
            "add_to_cart_sku": "424453",
            "prices": {
                "DEFAULT": 292
            },
            "abstract_sku": "M23457",
            "url": "\/en\/schneider-kugelschreiber-haptify-m-0-5mm-M23457"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 362,
                    "id_product_image": 1258,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1258",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007678J?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007678J",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1258,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1258
                },
                {
                    "fk_product_image_set": 362,
                    "id_product_image": 1260,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1260",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007678K?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007678K",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1260,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1260
                }
            ],
            "id_product_labels": [],
            "price": 824,
            "abstract_name": "Schneider ballpoint pen Slider XB 6 pieces\/pack.",
            "id_product_abstract": 188,
            "type": "product_abstract",
            "add_to_cart_sku": "424463",
            "prices": {
                "DEFAULT": 824
            },
            "abstract_sku": "M23459",
            "url": "\/en\/schneider-kugelschreiber-slider-xb-6-st-pack-M23459"
        }
    ],
    "spellingSuggestion": null,
    "categoryTreeFilter": {
        "0": {},
        "1": {},
        "2": {},
        "3": {},
        "4": {},
        "5": {}
    }
}