https://oalp.xiphias-digital.com/en/stationery/writing-materials/pens

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": 0,
        "size": 12,
        "aggs": {
            "category.all-parents.category": {
                "terms": {
                    "field": "category.all-parents",
                    "size": 1000
                }
            },
            "global-category": {
                "global": {},
                "aggs": {
                    "filter": {
                        "filter": {
                            "bool": {
                                "must": [
                                    {
                                        "match_all": {}
                                    },
                                    {
                                        "match": {
                                            "type": "product_abstract"
                                        }
                                    },
                                    {
                                        "match": {
                                            "store": "DE"
                                        }
                                    },
                                    {
                                        "match": {
                                            "locale": "en_US"
                                        }
                                    },
                                    {
                                        "match": {
                                            "is-active": true
                                        }
                                    },
                                    {
                                        "bool": {
                                            "should": [
                                                {
                                                    "range": {
                                                        "active-from": {
                                                            "lte": "now"
                                                        }
                                                    }
                                                },
                                                {
                                                    "bool": {
                                                        "must_not": [
                                                            {
                                                                "exists": {
                                                                    "field": "active-from"
                                                                }
                                                            }
                                                        ]
                                                    }
                                                }
                                            ]
                                        }
                                    },
                                    {
                                        "bool": {
                                            "should": [
                                                {
                                                    "range": {
                                                        "active-to": {
                                                            "gte": "now"
                                                        }
                                                    }
                                                },
                                                {
                                                    "bool": {
                                                        "must_not": [
                                                            {
                                                                "exists": {
                                                                    "field": "active-to"
                                                                }
                                                            }
                                                        ]
                                                    }
                                                }
                                            ]
                                        }
                                    }
                                ],
                                "filter": [
                                    {
                                        "nested": {
                                            "query": {
                                                "term": {
                                                    "integer-facet.facet-name": {
                                                        "value": "price-DEFAULT-EUR-GROSS_MODE",
                                                        "boost": 1
                                                    }
                                                }
                                            },
                                            "path": "integer-facet"
                                        }
                                    }
                                ]
                            }
                        },
                        "aggs": {
                            "category.all-parents.category": {
                                "terms": {
                                    "field": "category.all-parents",
                                    "size": 1000
                                }
                            }
                        }
                    }
                }
            },
            "integer-facet": {
                "nested": {
                    "path": "integer-facet"
                },
                "aggs": {
                    "integer-facet-name": {
                        "terms": {
                            "field": "integer-facet.facet-name",
                            "size": 10
                        },
                        "aggs": {
                            "integer-facet-stats": {
                                "stats": {
                                    "field": "integer-facet.facet-value"
                                }
                            }
                        }
                    }
                }
            },
            "string-facet": {
                "nested": {
                    "path": "string-facet"
                },
                "aggs": {
                    "string-facet-name": {
                        "terms": {
                            "field": "string-facet.facet-name",
                            "size": 10
                        },
                        "aggs": {
                            "string-facet-value": {
                                "terms": {
                                    "field": "string-facet.facet-value",
                                    "size": 10
                                }
                            }
                        }
                    }
                }
            }
        }
    },
    "parameters": {
        "category": 4
    }
}
{
    "facets": {
        "category": {},
        "rating": {},
        "label": {},
        "farbe": {},
        "material": {},
        "brand": {},
        "merchant_name": {}
    },
    "sort": {},
    "pagination": {},
    "products": [
        {
            "images": [
                {
                    "fk_product_image_set": 226,
                    "id_product_image": 872,
                    "alt_text_small": "",
                    "product_image_key": "product_image_872",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007077R?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007077R",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 872,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 872
                }
            ],
            "id_product_labels": [],
            "price": 255,
            "abstract_name": "BIC multi-color ballpoint pen, 4 colors, 831253 0.4 mm blue\/black\/red\/green",
            "id_product_abstract": 112,
            "type": "product_abstract",
            "add_to_cart_sku": "421261",
            "prices": {
                "DEFAULT": 255
            },
            "abstract_sku": "M21646",
            "url": "\/en\/bic-mehrfarbkugelschreiber-4-colours-831253-0-4mm-bl-sw-r-gn-M21646"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 228,
                    "id_product_image": 874,
                    "alt_text_small": "",
                    "product_image_key": "product_image_874",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007349G?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007349G",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 874,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 874
                },
                {
                    "fk_product_image_set": 228,
                    "id_product_image": 876,
                    "alt_text_small": "",
                    "product_image_key": "product_image_876",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007414I?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007414I",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 876,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 876
                },
                {
                    "fk_product_image_set": 228,
                    "id_product_image": 878,
                    "alt_text_small": "",
                    "product_image_key": "product_image_878",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007487L?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007487L",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 878,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 878
                }
            ],
            "id_product_labels": [],
            "price": 846,
            "abstract_name": "BIC ballpoint pen 2in1 stylus 919378, 0.4 mm, black",
            "id_product_abstract": 113,
            "type": "product_abstract",
            "add_to_cart_sku": "421263",
            "prices": {
                "DEFAULT": 846
            },
            "abstract_sku": "M21648",
            "url": "\/en\/bic-kugelschreiber-2in1-stylus-919378-0-4mm-schwarz-M21648"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 230,
                    "id_product_image": 880,
                    "alt_text_small": "",
                    "product_image_key": "product_image_880",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007751J?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007751J",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 880,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 880
                },
                {
                    "fk_product_image_set": 230,
                    "id_product_image": 882,
                    "alt_text_small": "",
                    "product_image_key": "product_image_882",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007909S?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007909S",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 882,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 882
                }
            ],
            "id_product_labels": [],
            "price": 541,
            "abstract_name": "BIC multi-color ballpoint pen, 4 colors STYLUS 926404 Touchpen",
            "id_product_abstract": 114,
            "type": "product_abstract",
            "add_to_cart_sku": "421265",
            "prices": {
                "DEFAULT": 541
            },
            "abstract_sku": "M21650",
            "url": "\/en\/bic-mehrfarbkugelschreiber-4-colours-stylus-926404-touchpen-M21650"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 270,
                    "id_product_image": 950,
                    "alt_text_small": "",
                    "product_image_key": "product_image_950",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007075H?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007075H",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 950,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 950
                },
                {
                    "fk_product_image_set": 270,
                    "id_product_image": 952,
                    "alt_text_small": "",
                    "product_image_key": "product_image_952",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007075G?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007075G",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 952,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 952
                }
            ],
            "id_product_labels": [],
            "price": 442,
            "abstract_name": "rotring ballpoint pen Tikky Redesign M",
            "id_product_abstract": 138,
            "type": "product_abstract",
            "add_to_cart_sku": "421479",
            "prices": {
                "DEFAULT": 442
            },
            "abstract_sku": "M21744",
            "url": "\/en\/rotring-kugelschreiber-tikky-redesign-m-M21744"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 276,
                    "id_product_image": 960,
                    "alt_text_small": "",
                    "product_image_key": "product_image_960",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007070D?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007070D",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 960,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 960
                },
                {
                    "fk_product_image_set": 276,
                    "id_product_image": 962,
                    "alt_text_small": "",
                    "product_image_key": "product_image_962",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007070G?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007070G",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 962,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 962
                },
                {
                    "fk_product_image_set": 276,
                    "id_product_image": 964,
                    "alt_text_small": "",
                    "product_image_key": "product_image_964",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007070F?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007070F",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 964,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 964
                }
            ],
            "id_product_labels": [],
            "price": 271,
            "abstract_name": "Papermate ballpoint pen InkJoy 700 RT M printing mechanism",
            "id_product_abstract": 141,
            "type": "product_abstract",
            "prices": {
                "DEFAULT": 271
            },
            "abstract_sku": "M21766",
            "url": "\/en\/papermate-kugelschreiber-inkjoy-700-rt-m-druckmechanik-M21766"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 278,
                    "id_product_image": 966,
                    "alt_text_small": "",
                    "product_image_key": "product_image_966",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007070U?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007070U",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 966,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 966
                },
                {
                    "fk_product_image_set": 278,
                    "id_product_image": 968,
                    "alt_text_small": "",
                    "product_image_key": "product_image_968",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007070S?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007070S",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 968,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 968
                },
                {
                    "fk_product_image_set": 278,
                    "id_product_image": 970,
                    "alt_text_small": "",
                    "product_image_key": "product_image_970",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007070V?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007070V",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 970,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 970
                },
                {
                    "fk_product_image_set": 278,
                    "id_product_image": 972,
                    "alt_text_small": "",
                    "product_image_key": "product_image_972",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007070T?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007070T",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 972,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 972
                },
                {
                    "fk_product_image_set": 278,
                    "id_product_image": 974,
                    "alt_text_small": "",
                    "product_image_key": "product_image_974",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007070W?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007070W",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 974,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 974
                }
            ],
            "id_product_labels": [],
            "price": 261,
            "abstract_name": "Papermate ballpoint pen InkJoy 550 RT M printing mechanism",
            "id_product_abstract": 142,
            "type": "product_abstract",
            "add_to_cart_sku": "421530",
            "prices": {
                "DEFAULT": 261
            },
            "abstract_sku": "M21771",
            "url": "\/en\/papermate-kugelschreiber-inkjoy-550-rt-m-druckmechanik-M21771"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 284,
                    "id_product_image": 982,
                    "alt_text_small": "",
                    "product_image_key": "product_image_982",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006264B?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006264B",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 982,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 982
                },
                {
                    "fk_product_image_set": 284,
                    "id_product_image": 984,
                    "alt_text_small": "",
                    "product_image_key": "product_image_984",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006264A?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006264A",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 984,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 984
                }
            ],
            "id_product_labels": [],
            "price": 1678,
            "abstract_name": "rotring multi-function pen Tikky",
            "id_product_abstract": 145,
            "type": "product_abstract",
            "add_to_cart_sku": "421534",
            "prices": {
                "DEFAULT": 1678
            },
            "abstract_sku": "M21774",
            "url": "\/en\/rotring-multifunktionsstift-tikky-M21774"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 292,
                    "id_product_image": 994,
                    "alt_text_small": "",
                    "product_image_key": "product_image_994",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006025J?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006025J",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 994,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 994
                },
                {
                    "fk_product_image_set": 292,
                    "id_product_image": 996,
                    "alt_text_small": "",
                    "product_image_key": "product_image_996",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006025K?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006025K",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 996,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 996
                },
                {
                    "fk_product_image_set": 292,
                    "id_product_image": 998,
                    "alt_text_small": "",
                    "product_image_key": "product_image_998",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007081L?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007081L",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 998,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 998
                },
                {
                    "fk_product_image_set": 292,
                    "id_product_image": 1000,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1000",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007987T?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007987T",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1000,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1000
                },
                {
                    "fk_product_image_set": 292,
                    "id_product_image": 1002,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1002",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006686O?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006686O",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1002,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 1002
                }
            ],
            "id_product_labels": [],
            "price": 1080,
            "abstract_name": "MAUL ballpoint pen stand 10.6x13.8x11.2 cm, plastic",
            "id_product_abstract": 149,
            "type": "product_abstract",
            "add_to_cart_sku": "421768",
            "prices": {
                "DEFAULT": 1080
            },
            "abstract_sku": "M21903",
            "url": "\/en\/maul-kugelschreiberstaender-10-6x13-8x11-2cm-kunststoff-M21903"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 302,
                    "id_product_image": 1046,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1046",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S003020A?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S003020A",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1046,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1046
                }
            ],
            "id_product_labels": [],
            "price": 376,
            "abstract_name": "Soennecken ballpoint pen 3239 No. 300 stainless steel giant refill, blue",
            "id_product_abstract": 154,
            "type": "product_abstract",
            "add_to_cart_sku": "422721",
            "prices": {
                "DEFAULT": 376
            },
            "abstract_sku": "M22397",
            "url": "\/en\/soennecken-kugelschreiber-3239-nr-300-edelstahl-grossraummine-blau-M22397"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 318,
                    "id_product_image": 1088,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1088",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S003050A?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S003050A",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1088,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1088
                },
                {
                    "fk_product_image_set": 318,
                    "id_product_image": 1090,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1090",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S038702A?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S038702A",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1090,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1090
                },
                {
                    "fk_product_image_set": 318,
                    "id_product_image": 1092,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1092",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B032798H?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B032798H",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1092,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1092
                },
                {
                    "fk_product_image_set": 318,
                    "id_product_image": 1094,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1094",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B032798I?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B032798I",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1094,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1094
                },
                {
                    "fk_product_image_set": 318,
                    "id_product_image": 1096,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1096",
                    "updated_at": "2025-12-02 09:55:15.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S038702B?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S038702B",
                    "created_at": "2025-12-02 09:55:15.000000",
                    "id_product_image_set_to_product_image": 1096,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 1096
                }
            ],
            "id_product_labels": [],
            "price": 208,
            "abstract_name": "Soennecken disposable pens No. 1 M 10 pieces\/pack.",
            "id_product_abstract": 162,
            "type": "product_abstract",
            "add_to_cart_sku": "423105",
            "prices": {
                "DEFAULT": 208
            },
            "abstract_sku": "M22613",
            "url": "\/en\/soennecken-einwegkugelschreiber-nr-1-m-10-st-pack-M22613"
        },
        {
            "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"
        }
    ],
    "spellingSuggestion": null,
    "categoryTreeFilter": {
        "0": {},
        "1": {},
        "2": {},
        "3": {},
        "4": {},
        "5": {}
    }
}