https://oalp.xiphias-digital.com/DE/en/stationery/writing-materials/markers-&-highlighters?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": "5",
                                "boost": 1
                            }
                        }
                    }
                ]
            }
        },
        "suggest": {
            "text": ""
        },
        "_source": [
            "search-result-data"
        ],
        "sort": [
            {
                "integer-sort.category:5": {
                    "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": 5
    }
}
{
    "facets": {
        "category": {},
        "rating": {},
        "label": {},
        "farbe": {},
        "material": {},
        "brand": {},
        "merchant_name": {}
    },
    "sort": {},
    "pagination": {},
    "products": [
        {
            "images": [
                {
                    "fk_product_image_set": 380,
                    "id_product_image": 1374,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1374",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005717H?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005717H",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1374,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1374
                },
                {
                    "fk_product_image_set": 380,
                    "id_product_image": 1376,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1376",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005717G?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005717G",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1376,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1376
                },
                {
                    "fk_product_image_set": 380,
                    "id_product_image": 1378,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1378",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005717F?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005717F",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1378,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1378
                },
                {
                    "fk_product_image_set": 380,
                    "id_product_image": 1380,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1380",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005717E?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005717E",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1380,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1380
                }
            ],
            "id_product_labels": [],
            "price": 281,
            "abstract_name": "edding permanent marker 550 3-4 mm round tip, refillable",
            "id_product_abstract": 197,
            "type": "product_abstract",
            "add_to_cart_sku": "424510",
            "prices": {
                "DEFAULT": 281
            },
            "abstract_sku": "M23471",
            "url": "\/en\/edding-permanentmarker-550-3-4mm-rundspitze-nachfuellbar-M23471"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 382,
                    "id_product_image": 1382,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1382",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005014A?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005014A",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1382,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1382
                },
                {
                    "fk_product_image_set": 382,
                    "id_product_image": 1384,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1384",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005800Z?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005800Z",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1384,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1384
                },
                {
                    "fk_product_image_set": 382,
                    "id_product_image": 1386,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1386",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005802A?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005802A",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1386,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1386
                },
                {
                    "fk_product_image_set": 382,
                    "id_product_image": 1388,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1388",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005802B?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005802B",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1388,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1388
                }
            ],
            "id_product_labels": [],
            "price": 473,
            "abstract_name": "edding refill ink T 25 30ml low-odor ink",
            "id_product_abstract": 198,
            "type": "product_abstract",
            "add_to_cart_sku": "424513",
            "prices": {
                "DEFAULT": 473
            },
            "abstract_sku": "M23472",
            "url": "\/en\/edding-nachfuelltusche-t-25-30ml-geruchsarme-tusche-M23472"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 384,
                    "id_product_image": 1390,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1390",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005700R?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005700R",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1390,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1390
                },
                {
                    "fk_product_image_set": 384,
                    "id_product_image": 1392,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1392",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005822B?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005822B",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1392,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1392
                },
                {
                    "fk_product_image_set": 384,
                    "id_product_image": 1394,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1394",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005822C?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005822C",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1394,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1394
                },
                {
                    "fk_product_image_set": 384,
                    "id_product_image": 1396,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1396",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005822D?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005822D",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1396,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1396
                }
            ],
            "id_product_labels": [],
            "price": 236,
            "abstract_name": "edding permanent marker 404 0.75 mm round tip, refillable",
            "id_product_abstract": 199,
            "type": "product_abstract",
            "add_to_cart_sku": "424516",
            "prices": {
                "DEFAULT": 236
            },
            "abstract_sku": "M23473",
            "url": "\/en\/edding-permanentmarker-404-0-75mm-rundspitze-nachfuellbar-M23473"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 832,
                    "id_product_image": 3206,
                    "alt_text_small": "",
                    "product_image_key": "product_image_3206",
                    "updated_at": "2025-12-02 09:55:28.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005713C?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005713C",
                    "created_at": "2025-12-02 09:55:28.000000",
                    "id_product_image_set_to_product_image": 3206,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 3206
                }
            ],
            "id_product_labels": [],
            "price": 450,
            "abstract_name": "edding permanent marker 800 4-12 mm chisel tip, refillable",
            "id_product_abstract": 200,
            "type": "product_abstract",
            "add_to_cart_sku": "424527",
            "prices": {
                "DEFAULT": 450
            },
            "abstract_sku": "M23475",
            "url": "\/en\/edding-permanentmarker-800-4-12mm-keilspitze-nachfuellbar-M23475"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 833,
                    "id_product_image": 3207,
                    "alt_text_small": "",
                    "product_image_key": "product_image_3207",
                    "updated_at": "2025-12-02 09:55:28.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005075E?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005075E",
                    "created_at": "2025-12-02 09:55:28.000000",
                    "id_product_image_set_to_product_image": 3207,
                    "sort_order": 0,
                    "alt_text_large": "",
                    "fk_product_image": 3207
                }
            ],
            "id_product_labels": [],
            "price": 450,
            "abstract_name": "edding permanent marker 800 4-12 mm chisel tip, refillable",
            "id_product_abstract": 201,
            "type": "product_abstract",
            "add_to_cart_sku": "424528",
            "prices": {
                "DEFAULT": 450
            },
            "abstract_sku": "M23476",
            "url": "\/en\/edding-permanentmarker-800-4-12mm-keilspitze-nachfuellbar-M23476"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 835,
                    "id_product_image": 3209,
                    "alt_text_small": "",
                    "product_image_key": "product_image_3209",
                    "updated_at": "2025-12-02 09:55:28.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005994G?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005994G",
                    "created_at": "2025-12-02 09:55:28.000000",
                    "id_product_image_set_to_product_image": 3209,
                    "sort_order": 0,
                    "alt_text_large": "",
                    "fk_product_image": 3209
                }
            ],
            "id_product_labels": [],
            "price": 450,
            "abstract_name": "edding permanent marker 800 4-12 mm chisel tip, refillable",
            "id_product_abstract": 202,
            "type": "product_abstract",
            "add_to_cart_sku": "424529",
            "prices": {
                "DEFAULT": 450
            },
            "abstract_sku": "M23477",
            "url": "\/en\/edding-permanentmarker-800-4-12mm-keilspitze-nachfuellbar-M23477"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 837,
                    "id_product_image": 3211,
                    "alt_text_small": "",
                    "product_image_key": "product_image_3211",
                    "updated_at": "2025-12-02 09:55:28.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005822O?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005822O",
                    "created_at": "2025-12-02 09:55:28.000000",
                    "id_product_image_set_to_product_image": 3211,
                    "sort_order": 0,
                    "alt_text_large": "",
                    "fk_product_image": 3211
                }
            ],
            "id_product_labels": [],
            "price": 450,
            "abstract_name": "edding permanent marker 800 4-12 mm chisel tip, refillable",
            "id_product_abstract": 203,
            "type": "product_abstract",
            "add_to_cart_sku": "424530",
            "prices": {
                "DEFAULT": 450
            },
            "abstract_sku": "M23478",
            "url": "\/en\/edding-permanentmarker-800-4-12mm-keilspitze-nachfuellbar-M23478"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 386,
                    "id_product_image": 1398,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1398",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005994H?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005994H",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1398,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1398
                },
                {
                    "fk_product_image_set": 386,
                    "id_product_image": 1400,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1400",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005791X?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005791X",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1400,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1400
                },
                {
                    "fk_product_image_set": 386,
                    "id_product_image": 1402,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1402",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005047A?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005047A",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1402,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1402
                }
            ],
            "id_product_labels": [],
            "price": 711,
            "abstract_name": "edding permanent marker 850 5-16 mm chisel tip, refillable",
            "id_product_abstract": 204,
            "type": "product_abstract",
            "add_to_cart_sku": "424531",
            "prices": {
                "DEFAULT": 711
            },
            "abstract_sku": "M23479",
            "url": "\/en\/edding-permanentmarker-850-5-16mm-keilspitze-nachfuellbar-M23479"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 388,
                    "id_product_image": 1404,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1404",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005105M?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005105M",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1404,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1404
                },
                {
                    "fk_product_image_set": 388,
                    "id_product_image": 1406,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1406",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005105N?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005105N",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1406,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1406
                },
                {
                    "fk_product_image_set": 388,
                    "id_product_image": 1408,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1408",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005105O?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005105O",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1408,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1408
                },
                {
                    "fk_product_image_set": 388,
                    "id_product_image": 1410,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1410",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005105P?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005105P",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1410,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1410
                }
            ],
            "id_product_labels": [],
            "price": 224,
            "abstract_name": "edding permanent marker 400 1 mm round tip, refillable",
            "id_product_abstract": 205,
            "type": "product_abstract",
            "add_to_cart_sku": "424542",
            "prices": {
                "DEFAULT": 224
            },
            "abstract_sku": "M23482",
            "url": "\/en\/edding-permanentmarker-400-1mm-rundspitze-nachfuellbar-M23482"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 390,
                    "id_product_image": 1412,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1412",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005700K?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005700K",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1412,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1412
                },
                {
                    "fk_product_image_set": 390,
                    "id_product_image": 1414,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1414",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005788R?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005788R",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1414,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1414
                },
                {
                    "fk_product_image_set": 390,
                    "id_product_image": 1416,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1416",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005705L?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005705L",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1416,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1416
                },
                {
                    "fk_product_image_set": 390,
                    "id_product_image": 1418,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1418",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005992E?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005992E",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1418,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1418
                }
            ],
            "id_product_labels": [],
            "price": 281,
            "abstract_name": "edding permanent marker 500 2-7 mm chisel tip, refillable",
            "id_product_abstract": 206,
            "type": "product_abstract",
            "add_to_cart_sku": "424546",
            "prices": {
                "DEFAULT": 281
            },
            "abstract_sku": "M23484",
            "url": "\/en\/edding-permanentmarker-500-2-7mm-keilspitze-nachfuellbar-M23484"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 392,
                    "id_product_image": 1420,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1420",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/12000020?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/12000020",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1420,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1420
                },
                {
                    "fk_product_image_set": 392,
                    "id_product_image": 1422,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1422",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007705E?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007705E",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1422,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1422
                },
                {
                    "fk_product_image_set": 392,
                    "id_product_image": 1424,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1424",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007853M?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007853M",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1424,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1424
                }
            ],
            "id_product_labels": [],
            "price": 326,
            "abstract_name": "edding paint marker 751 4-751053 1-2 mm round tip, permanent, gold",
            "id_product_abstract": 207,
            "type": "product_abstract",
            "add_to_cart_sku": "424549",
            "prices": {
                "DEFAULT": 326
            },
            "abstract_sku": "M23486",
            "url": "\/en\/edding-lackmarker-751-4-751053-1-2mm-rundspitze-permanent-gold-M23486"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 394,
                    "id_product_image": 1426,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1426",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007453A?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007453A",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1426,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1426
                },
                {
                    "fk_product_image_set": 394,
                    "id_product_image": 1428,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1428",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007705D?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007705D",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1428,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1428
                },
                {
                    "fk_product_image_set": 394,
                    "id_product_image": 1430,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1430",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007853M?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007853M",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1430,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1430
                },
                {
                    "fk_product_image_set": 394,
                    "id_product_image": 1432,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1432",
                    "updated_at": "2025-12-02 09:55:17.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005994J?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/E005994J",
                    "created_at": "2025-12-02 09:55:17.000000",
                    "id_product_image_set_to_product_image": 1432,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1432
                }
            ],
            "id_product_labels": [],
            "price": 326,
            "abstract_name": "edding paint marker 751 4-751054 1-2 mm round tip, permanent, silver",
            "id_product_abstract": 208,
            "type": "product_abstract",
            "add_to_cart_sku": "424550",
            "prices": {
                "DEFAULT": 326
            },
            "abstract_sku": "M23487",
            "url": "\/en\/edding-lackmarker-751-4-751054-1-2mm-rundspitze-permanent-silber-M23487"
        }
    ],
    "spellingSuggestion": null,
    "categoryTreeFilter": {
        "0": {},
        "1": {},
        "2": {},
        "3": {},
        "4": {},
        "5": {}
    }
}