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

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": "3",
                                "boost": 1
                            }
                        }
                    }
                ]
            }
        },
        "suggest": {
            "text": ""
        },
        "_source": [
            "search-result-data"
        ],
        "sort": [
            {
                "integer-sort.category:3": {
                    "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": 3
    }
}
{
    "facets": {
        "category": {},
        "rating": {},
        "label": {},
        "farbe": {},
        "material": {},
        "brand": {},
        "merchant_name": {}
    },
    "sort": {},
    "pagination": {},
    "products": [
        {
            "images": [
                {
                    "fk_product_image_set": 348,
                    "id_product_image": 1212,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1212",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016958A?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016958A",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1212,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1212
                },
                {
                    "fk_product_image_set": 348,
                    "id_product_image": 1214,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1214",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016958B?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016958B",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1214,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1214
                },
                {
                    "fk_product_image_set": 348,
                    "id_product_image": 1216,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1216",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016957Z?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016957Z",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1216,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1216
                },
                {
                    "fk_product_image_set": 348,
                    "id_product_image": 1218,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1218",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016957Y?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S016957Y",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1218,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1218
                },
                {
                    "fk_product_image_set": 348,
                    "id_product_image": 1220,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1220",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007678O?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007678O",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1220,
                    "sort_order": 9,
                    "alt_text_large": "",
                    "fk_product_image": 1220
                },
                {
                    "fk_product_image_set": 348,
                    "id_product_image": 1222,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1222",
                    "updated_at": "2025-12-02 09:55:16.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007678P?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007678P",
                    "created_at": "2025-12-02 09:55:16.000000",
                    "id_product_image_set_to_product_image": 1222,
                    "sort_order": 11,
                    "alt_text_large": "",
                    "fk_product_image": 1222
                }
            ],
            "id_product_labels": [],
            "price": 213,
            "abstract_name": "Schneider Fineliner Xpress 0.8 mm",
            "id_product_abstract": 181,
            "type": "product_abstract",
            "add_to_cart_sku": "424409",
            "prices": {
                "DEFAULT": 213
            },
            "abstract_sku": "M23444",
            "url": "\/en\/schneider-fineliner-xpress-s-0-8mm-M23444"
        },
        {
            "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": 262,
                    "id_product_image": 942,
                    "alt_text_small": "",
                    "product_image_key": "product_image_942",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S109005E?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S109005E",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 942,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 942
                }
            ],
            "id_product_labels": [],
            "price": 393,
            "abstract_name": "rotring mechanical pencil Tikky RD 1904694, 0.35 mm, black",
            "id_product_abstract": 134,
            "type": "product_abstract",
            "add_to_cart_sku": "421475",
            "prices": {
                "DEFAULT": 393
            },
            "abstract_sku": "M21740",
            "url": "\/en\/rotring-druckbleistift-tikky-rd-1904694-0-35mm-schwarz-M21740"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 264,
                    "id_product_image": 944,
                    "alt_text_small": "",
                    "product_image_key": "product_image_944",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S109005F?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S109005F",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 944,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 944
                }
            ],
            "id_product_labels": [],
            "price": 393,
            "abstract_name": "rotring mechanical pencil Tikky RD 1904695 0.5 mm, black",
            "id_product_abstract": 135,
            "type": "product_abstract",
            "add_to_cart_sku": "421476",
            "prices": {
                "DEFAULT": 393
            },
            "abstract_sku": "M21741",
            "url": "\/en\/rotring-druckbleistift-tikky-rd-1904695-0-5mm-schwarz-M21741"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 266,
                    "id_product_image": 946,
                    "alt_text_small": "",
                    "product_image_key": "product_image_946",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S109005G?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S109005G",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 946,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 946
                }
            ],
            "id_product_labels": [],
            "price": 393,
            "abstract_name": "rotring mechanical pencil Tikky RD 1904696 0.7 mm, black",
            "id_product_abstract": 136,
            "type": "product_abstract",
            "add_to_cart_sku": "421477",
            "prices": {
                "DEFAULT": 393
            },
            "abstract_sku": "M21742",
            "url": "\/en\/rotring-druckbleistift-tikky-rd-1904696-0-7mm-schwarz-M21742"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 268,
                    "id_product_image": 948,
                    "alt_text_small": "",
                    "product_image_key": "product_image_948",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S109005H?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S109005H",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 948,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 948
                }
            ],
            "id_product_labels": [],
            "price": 393,
            "abstract_name": "rotring mechanical pencil Tikky RD 1904697, 1 mm, black",
            "id_product_abstract": 137,
            "type": "product_abstract",
            "add_to_cart_sku": "421478",
            "prices": {
                "DEFAULT": 393
            },
            "abstract_sku": "M21743",
            "url": "\/en\/rotring-druckbleistift-tikky-rd-1904697-1mm-schwarz-M21743"
        },
        {
            "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": 272,
                    "id_product_image": 954,
                    "alt_text_small": "",
                    "product_image_key": "product_image_954",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S109002W?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/S109002W",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 954,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 954
                }
            ],
            "id_product_labels": [],
            "price": 1182,
            "abstract_name": "rotring mechanical pencil Tikky S0801310, 3 pieces\/pack",
            "id_product_abstract": 139,
            "type": "product_abstract",
            "add_to_cart_sku": "421481",
            "prices": {
                "DEFAULT": 1182
            },
            "abstract_sku": "M21745",
            "url": "\/en\/rotring-druckbleistift-tikky-s0801310-3-st-pack-M21745"
        },
        {
            "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"
        }
    ],
    "spellingSuggestion": null,
    "categoryTreeFilter": {
        "0": {},
        "1": {},
        "2": {},
        "3": {},
        "4": {},
        "5": {}
    }
}