https://oalp.xiphias-digital.com/DE/en/stationery/paper/blocks-&-notebooks

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": "8",
                                "boost": 1
                            }
                        }
                    }
                ]
            }
        },
        "suggest": {
            "text": ""
        },
        "_source": [
            "search-result-data"
        ],
        "sort": [
            {
                "integer-sort.category:8": {
                    "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": 8
    }
}
{
    "facets": {
        "category": {},
        "rating": {},
        "label": {},
        "farbe": {},
        "material": {},
        "brand": {},
        "merchant_name": {}
    },
    "sort": {},
    "pagination": {},
    "products": [
        {
            "images": [
                {
                    "fk_product_image_set": 250,
                    "id_product_image": 920,
                    "alt_text_small": "",
                    "product_image_key": "product_image_920",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B010717Q?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B010717Q",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 920,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 920
                }
            ],
            "id_product_labels": [],
            "price": 442,
            "abstract_name": "Clairefontaine Collegeblock 8279C DIN A4 checkered, 80 sheets, white",
            "id_product_abstract": 128,
            "type": "product_abstract",
            "add_to_cart_sku": "421426",
            "prices": {
                "DEFAULT": 442
            },
            "abstract_sku": "M21711",
            "url": "\/en\/clairefontaine-collegeblock-8279c-din-a4-kariert-80blatt-weiss-M21711"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 218,
                    "id_product_image": 848,
                    "alt_text_small": "",
                    "product_image_key": "product_image_848",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007846R?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007846R",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 848,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 848
                }
            ],
            "id_product_labels": [],
            "price": 1428,
            "abstract_name": "Oxford Collegeblock International Organizerbook 100102777, checkered",
            "id_product_abstract": 108,
            "type": "product_abstract",
            "add_to_cart_sku": "421245",
            "prices": {
                "DEFAULT": 1428
            },
            "abstract_sku": "M21635",
            "url": "\/en\/oxford-collegeblock-international-organizerbook-100102777-kariert-M21635"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 220,
                    "id_product_image": 850,
                    "alt_text_small": "",
                    "product_image_key": "product_image_850",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007846M?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007846M",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 850,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 850
                },
                {
                    "fk_product_image_set": 220,
                    "id_product_image": 852,
                    "alt_text_small": "",
                    "product_image_key": "product_image_852",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007849W?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007849W",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 852,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 852
                },
                {
                    "fk_product_image_set": 220,
                    "id_product_image": 854,
                    "alt_text_small": "",
                    "product_image_key": "product_image_854",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007849X?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007849X",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 854,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 854
                },
                {
                    "fk_product_image_set": 220,
                    "id_product_image": 856,
                    "alt_text_small": "",
                    "product_image_key": "product_image_856",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007849Y?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007849Y",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 856,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 856
                }
            ],
            "id_product_labels": [],
            "price": 995,
            "abstract_name": "Oxford notebook 100100570 DIN A4 checkered, 96 sheets, sorted",
            "id_product_abstract": 109,
            "type": "product_abstract",
            "add_to_cart_sku": "421246",
            "prices": {
                "DEFAULT": 995
            },
            "abstract_sku": "M21636",
            "url": "\/en\/oxford-kladde-100100570-din-a4-kariert-96blatt-sortiert-M21636"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 222,
                    "id_product_image": 858,
                    "alt_text_small": "",
                    "product_image_key": "product_image_858",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007845X?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007845X",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 858,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 858
                },
                {
                    "fk_product_image_set": 222,
                    "id_product_image": 860,
                    "alt_text_small": "",
                    "product_image_key": "product_image_860",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007845Y?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007845Y",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 860,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 860
                },
                {
                    "fk_product_image_set": 222,
                    "id_product_image": 862,
                    "alt_text_small": "",
                    "product_image_key": "product_image_862",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007845Z?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007845Z",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 862,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 862
                },
                {
                    "fk_product_image_set": 222,
                    "id_product_image": 864,
                    "alt_text_small": "",
                    "product_image_key": "product_image_864",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007846A?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007846A",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 864,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 864
                },
                {
                    "fk_product_image_set": 222,
                    "id_product_image": 866,
                    "alt_text_small": "",
                    "product_image_key": "product_image_866",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007846B?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007846B",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 866,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 866
                },
                {
                    "fk_product_image_set": 222,
                    "id_product_image": 868,
                    "alt_text_small": "",
                    "product_image_key": "product_image_868",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007846C?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007846C",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 868,
                    "sort_order": 11,
                    "alt_text_large": "",
                    "fk_product_image": 868
                }
            ],
            "id_product_labels": [],
            "price": 560,
            "abstract_name": "Oxford Collegeblock 100104341 DIN A5, checkered, 90 sheets",
            "id_product_abstract": 110,
            "type": "product_abstract",
            "add_to_cart_sku": "421247",
            "prices": {
                "DEFAULT": 560
            },
            "abstract_sku": "M21637",
            "url": "\/en\/oxford-collegeblock-100104341-din-a5-kariert-90blatt-M21637"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 224,
                    "id_product_image": 870,
                    "alt_text_small": "",
                    "product_image_key": "product_image_870",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007846B?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007846B",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 870,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 870
                }
            ],
            "id_product_labels": [],
            "price": 689,
            "abstract_name": "Oxford Collegeblock Activebook 100101421 DIN A4, checkered, 90 sheets",
            "id_product_abstract": 111,
            "type": "product_abstract",
            "add_to_cart_sku": "421248",
            "prices": {
                "DEFAULT": 689
            },
            "abstract_sku": "M21638",
            "url": "\/en\/oxford-collegeblock-activebook-100101421-din-a4-kariert-90blatt-M21638"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 238,
                    "id_product_image": 892,
                    "alt_text_small": "",
                    "product_image_key": "product_image_892",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006080J?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006080J",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 892,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 892
                }
            ],
            "id_product_labels": [],
            "price": 314,
            "abstract_name": "Clairefontaine Collegeblock Forever Recycling DIN A4",
            "id_product_abstract": 118,
            "type": "product_abstract",
            "add_to_cart_sku": "421327",
            "prices": {
                "DEFAULT": 314
            },
            "abstract_sku": "M21684",
            "url": "\/en\/clairefontaine-collegeblock-forever-recycling-din-a4-M21684"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 240,
                    "id_product_image": 894,
                    "alt_text_small": "",
                    "product_image_key": "product_image_894",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B010192C?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B010192C",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 894,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 894
                },
                {
                    "fk_product_image_set": 240,
                    "id_product_image": 896,
                    "alt_text_small": "",
                    "product_image_key": "product_image_896",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B010706C?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B010706C",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 896,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 896
                },
                {
                    "fk_product_image_set": 240,
                    "id_product_image": 898,
                    "alt_text_small": "",
                    "product_image_key": "product_image_898",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B010706D?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B010706D",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 898,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 898
                }
            ],
            "id_product_labels": [],
            "price": 777,
            "abstract_name": "Clairefontaine notebook DIN A5, 96 sheets, sorted",
            "id_product_abstract": 123,
            "type": "product_abstract",
            "add_to_cart_sku": "421347",
            "prices": {
                "DEFAULT": 777
            },
            "abstract_sku": "M21694",
            "url": "\/en\/clairefontaine-kladde-din-a5-90g-96blatt-sortiert-M21694"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 244,
                    "id_product_image": 902,
                    "alt_text_small": "",
                    "product_image_key": "product_image_902",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006867Q?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006867Q",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 902,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 902
                },
                {
                    "fk_product_image_set": 244,
                    "id_product_image": 904,
                    "alt_text_small": "",
                    "product_image_key": "product_image_904",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006867R?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006867R",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 904,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 904
                },
                {
                    "fk_product_image_set": 244,
                    "id_product_image": 906,
                    "alt_text_small": "",
                    "product_image_key": "product_image_906",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006867S?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006867S",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 906,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 906
                },
                {
                    "fk_product_image_set": 244,
                    "id_product_image": 908,
                    "alt_text_small": "",
                    "product_image_key": "product_image_908",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B010770O?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B010770O",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 908,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 908
                },
                {
                    "fk_product_image_set": 244,
                    "id_product_image": 910,
                    "alt_text_small": "",
                    "product_image_key": "product_image_910",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006867T?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006867T",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 910,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 910
                }
            ],
            "id_product_labels": [],
            "price": 363,
            "abstract_name": "Clairefontaine Collegeblock DIN A4, 80 sheets, white",
            "id_product_abstract": 125,
            "type": "product_abstract",
            "add_to_cart_sku": "421425",
            "prices": {
                "DEFAULT": 363
            },
            "abstract_sku": "M21704",
            "url": "\/en\/clairefontaine-collegeblock-din-a4-80blatt-weiss-M21704"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 248,
                    "id_product_image": 916,
                    "alt_text_small": "",
                    "product_image_key": "product_image_916",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B010706E?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B010706E",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 916,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 916
                },
                {
                    "fk_product_image_set": 248,
                    "id_product_image": 918,
                    "alt_text_small": "",
                    "product_image_key": "product_image_918",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B010706C?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B010706C",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 918,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 918
                }
            ],
            "id_product_labels": [],
            "price": 541,
            "abstract_name": "Clairefontaine notebook DIN A6 90 g, 96 sheets, sorted",
            "id_product_abstract": 127,
            "type": "product_abstract",
            "add_to_cart_sku": "421418",
            "prices": {
                "DEFAULT": 541
            },
            "abstract_sku": "M21708",
            "url": "\/en\/clairefontaine-kladde-din-a6-90g-96blatt-sortiert-M21708"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 252,
                    "id_product_image": 922,
                    "alt_text_small": "",
                    "product_image_key": "product_image_922",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007109P?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007109P",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 922,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 922
                },
                {
                    "fk_product_image_set": 252,
                    "id_product_image": 924,
                    "alt_text_small": "",
                    "product_image_key": "product_image_924",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007109Q?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007109Q",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 924,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 924
                },
                {
                    "fk_product_image_set": 252,
                    "id_product_image": 926,
                    "alt_text_small": "",
                    "product_image_key": "product_image_926",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007109R?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007109R",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 926,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 926
                },
                {
                    "fk_product_image_set": 252,
                    "id_product_image": 928,
                    "alt_text_small": "",
                    "product_image_key": "product_image_928",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B010706B?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B010706B",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 928,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 928
                },
                {
                    "fk_product_image_set": 252,
                    "id_product_image": 930,
                    "alt_text_small": "",
                    "product_image_key": "product_image_930",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B010706E?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/B010706E",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 930,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 930
                }
            ],
            "id_product_labels": [],
            "price": 1024,
            "abstract_name": "Clairefontaine notebook DIN A4, 96 sheets, sorted",
            "id_product_abstract": 129,
            "type": "product_abstract",
            "add_to_cart_sku": "421428",
            "prices": {
                "DEFAULT": 1024
            },
            "abstract_sku": "M21713",
            "url": "\/en\/clairefontaine-kladde-din-a4-90g-96blatt-sortiert-M21713"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 254,
                    "id_product_image": 932,
                    "alt_text_small": "",
                    "product_image_key": "product_image_932",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007761W?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007761W",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 932,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 932
                }
            ],
            "id_product_labels": [],
            "price": 1004,
            "abstract_name": "Clairefontaine Meetingblock 328000C DIN A4, 80 sheets, color sorted",
            "id_product_abstract": 130,
            "type": "product_abstract",
            "add_to_cart_sku": "421432",
            "prices": {
                "DEFAULT": 1004
            },
            "abstract_sku": "M21714",
            "url": "\/en\/clairefontaine-meetingblock-328000c-din-a4-80blatt-farbig-sortiert-M21714"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 256,
                    "id_product_image": 934,
                    "alt_text_small": "",
                    "product_image_key": "product_image_934",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007762B?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007762B",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 934,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 934
                },
                {
                    "fk_product_image_set": 256,
                    "id_product_image": 936,
                    "alt_text_small": "",
                    "product_image_key": "product_image_936",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007762A?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007762A",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 936,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 936
                }
            ],
            "id_product_labels": [],
            "price": 580,
            "abstract_name": "Clairefontaine Spiralblock DIN A4, 90 sheets",
            "id_product_abstract": 131,
            "type": "product_abstract",
            "add_to_cart_sku": "421433",
            "prices": {
                "DEFAULT": 580
            },
            "abstract_sku": "M21715",
            "url": "\/en\/clairefontaine-spiralblock-din-a4-90blatt-M21715"
        }
    ],
    "spellingSuggestion": null,
    "categoryTreeFilter": {
        "0": {},
        "1": {},
        "2": {},
        "3": {},
        "4": {},
        "5": {}
    }
}