https://oalp.xiphias-digital.com/DE/en/office-equipment/computer-accessories/usb-sticks-&-sd-cards?page=1

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": "29",
                                "boost": 1
                            }
                        }
                    }
                ]
            }
        },
        "suggest": {
            "text": ""
        },
        "_source": [
            "search-result-data"
        ],
        "sort": [
            {
                "integer-sort.category:29": {
                    "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": {
        "page": "1",
        "category": 29
    }
}
{
    "facets": {
        "category": {},
        "rating": {},
        "label": {},
        "farbe": {},
        "material": {},
        "brand": {},
        "merchant_name": {}
    },
    "sort": {},
    "pagination": {},
    "products": [
        {
            "images": [
                {
                    "fk_product_image_set": 180,
                    "id_product_image": 728,
                    "alt_text_small": "",
                    "product_image_key": "product_image_728",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007625S?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007625S",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 728,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 728
                },
                {
                    "fk_product_image_set": 180,
                    "id_product_image": 730,
                    "alt_text_small": "",
                    "product_image_key": "product_image_730",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007625V?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007625V",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 730,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 730
                }
            ],
            "id_product_labels": [],
            "price": 2596,
            "abstract_name": "Verbatim USB stick OTG",
            "id_product_abstract": 89,
            "type": "product_abstract",
            "add_to_cart_sku": "420573",
            "prices": {
                "DEFAULT": 2596
            },
            "abstract_sku": "M21103",
            "url": "\/en\/verbatim-usb-stick-otg-M21103"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 164,
                    "id_product_image": 696,
                    "alt_text_small": "",
                    "product_image_key": "product_image_696",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007369X?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007369X",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 696,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 696
                }
            ],
            "id_product_labels": [],
            "price": 3340,
            "abstract_name": "Verbatim storage card SDXC card 44024 64GB Class10",
            "id_product_abstract": 81,
            "type": "product_abstract",
            "add_to_cart_sku": "420550",
            "prices": {
                "DEFAULT": 3340
            },
            "abstract_sku": "M21091",
            "url": "\/en\/verbatim-speicherkarte-sdxc-card-44024-64gb-class10-M21091"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 166,
                    "id_product_image": 698,
                    "alt_text_small": "",
                    "product_image_key": "product_image_698",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007771M?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007771M",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 698,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 698
                },
                {
                    "fk_product_image_set": 166,
                    "id_product_image": 700,
                    "alt_text_small": "",
                    "product_image_key": "product_image_700",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007771I?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007771I",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 700,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 700
                },
                {
                    "fk_product_image_set": 166,
                    "id_product_image": 702,
                    "alt_text_small": "",
                    "product_image_key": "product_image_702",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007771O?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007771O",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 702,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 702
                }
            ],
            "id_product_labels": [],
            "price": 1128,
            "abstract_name": "Verbatim storage microSDHC Card Class 10",
            "id_product_abstract": 82,
            "type": "product_abstract",
            "add_to_cart_sku": "420551",
            "prices": {
                "DEFAULT": 1128
            },
            "abstract_sku": "M21092",
            "url": "\/en\/verbatim-speicherkarte-micosdhc-class-10-M21092"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 168,
                    "id_product_image": 704,
                    "alt_text_small": "",
                    "product_image_key": "product_image_704",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007771K?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007771K",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 704,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 704
                }
            ],
            "id_product_labels": [],
            "price": 3261,
            "abstract_name": "Verbatim microSDXC storage card 44084 Class 10 64GB + adapter",
            "id_product_abstract": 83,
            "type": "product_abstract",
            "add_to_cart_sku": "420554",
            "prices": {
                "DEFAULT": 3261
            },
            "abstract_sku": "M21093",
            "url": "\/en\/verbatim-speicherkarte-micosdxc-44084-class-10-64gb-adapter-M21093"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 170,
                    "id_product_image": 706,
                    "alt_text_small": "",
                    "product_image_key": "product_image_706",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007771C?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007771C",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 706,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 706
                },
                {
                    "fk_product_image_set": 170,
                    "id_product_image": 708,
                    "alt_text_small": "",
                    "product_image_key": "product_image_708",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007771B?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007771B",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 708,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 708
                }
            ],
            "id_product_labels": [],
            "price": 12413,
            "abstract_name": "Verbatim SSD hard disk 1.8 duty   USB 3.0 black",
            "id_product_abstract": 84,
            "type": "product_abstract",
            "add_to_cart_sku": "420555",
            "prices": {
                "DEFAULT": 12413
            },
            "abstract_sku": "M21094",
            "url": "\/en\/verbatim-ssd-festplatte-1-8zoll-usb-3-0-schwarz-M21094"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 184,
                    "id_product_image": 738,
                    "alt_text_small": "",
                    "product_image_key": "product_image_738",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007771R?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007771R",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 738,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 738
                }
            ],
            "id_product_labels": [],
            "price": 2370,
            "abstract_name": "Verbatim card reader 97706 Card Reader Universal USB 3.0",
            "id_product_abstract": 91,
            "type": "product_abstract",
            "add_to_cart_sku": "420575",
            "prices": {
                "DEFAULT": 2370
            },
            "abstract_sku": "M21105",
            "url": "\/en\/verbatim-kartenleser-97706-card-reader-universal-usb-3-0-M21105"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 432,
                    "id_product_image": 1500,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1500",
                    "updated_at": "2025-12-02 09:55:18.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007314W?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007314W",
                    "created_at": "2025-12-02 09:55:18.000000",
                    "id_product_image_set_to_product_image": 1500,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1500
                }
            ],
            "id_product_labels": [],
            "price": 3299,
            "abstract_name": "Hama card reader SuperSpeed 00039878 USB3.0, black",
            "id_product_abstract": 227,
            "type": "product_abstract",
            "add_to_cart_sku": "425123",
            "prices": {
                "DEFAULT": 3299
            },
            "abstract_sku": "M23751",
            "url": "\/en\/hama-kartenleser-superspeed-00039878-usb3-0-schwarz-M23751"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 172,
                    "id_product_image": 710,
                    "alt_text_small": "",
                    "product_image_key": "product_image_710",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006823S?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006823S",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 710,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 710
                },
                {
                    "fk_product_image_set": 172,
                    "id_product_image": 712,
                    "alt_text_small": "",
                    "product_image_key": "product_image_712",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007836G?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007836G",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 712,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 712
                },
                {
                    "fk_product_image_set": 172,
                    "id_product_image": 714,
                    "alt_text_small": "",
                    "product_image_key": "product_image_714",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007836H?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007836H",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 714,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 714
                }
            ],
            "id_product_labels": [],
            "price": 2319,
            "abstract_name": "Verbatim USB stick pin stripe, black",
            "id_product_abstract": 85,
            "type": "product_abstract",
            "add_to_cart_sku": "420562",
            "prices": {
                "DEFAULT": 2319
            },
            "abstract_sku": "M21097",
            "url": "\/en\/verbatim-usb-stick-pin-stripe-schwarz-M21097"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 174,
                    "id_product_image": 716,
                    "alt_text_small": "",
                    "product_image_key": "product_image_716",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007049T?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007049T",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 716,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 716
                },
                {
                    "fk_product_image_set": 174,
                    "id_product_image": 718,
                    "alt_text_small": "",
                    "product_image_key": "product_image_718",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007049Y?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007049Y",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 718,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 718
                },
                {
                    "fk_product_image_set": 174,
                    "id_product_image": 720,
                    "alt_text_small": "",
                    "product_image_key": "product_image_720",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007050E?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007050E",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 720,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 720
                }
            ],
            "id_product_labels": [],
            "price": 992,
            "abstract_name": "Verbatim USB stick Store n Go V3 49172 16GB USB3.0, gray",
            "id_product_abstract": 86,
            "type": "product_abstract",
            "add_to_cart_sku": "420565",
            "prices": {
                "DEFAULT": 992
            },
            "abstract_sku": "M21099",
            "url": "\/en\/verbatim-usb-stick-store-n-go-v3-49172-16gb-usb3-0-grau-M21099"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 182,
                    "id_product_image": 732,
                    "alt_text_small": "",
                    "product_image_key": "product_image_732",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006669O?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006669O",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 732,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 732
                },
                {
                    "fk_product_image_set": 182,
                    "id_product_image": 734,
                    "alt_text_small": "",
                    "product_image_key": "product_image_734",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006809U?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A006809U",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 734,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 734
                },
                {
                    "fk_product_image_set": 182,
                    "id_product_image": 736,
                    "alt_text_small": "",
                    "product_image_key": "product_image_736",
                    "updated_at": "2025-12-02 09:55:13.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007836I?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007836I",
                    "created_at": "2025-12-02 09:55:13.000000",
                    "id_product_image_set_to_product_image": 736,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 736
                }
            ],
            "id_product_labels": [],
            "price": 9091,
            "abstract_name": "Verbatim USB hard disk Store n Go 53071 1TB USB3.0 silver",
            "id_product_abstract": 90,
            "type": "product_abstract",
            "add_to_cart_sku": "420574",
            "prices": {
                "DEFAULT": 9091
            },
            "abstract_sku": "M21104",
            "url": "\/en\/verbatim-festplatte-store-n-go-53071-1tb-usb3-0-silber-M21104"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 212,
                    "id_product_image": 826,
                    "alt_text_small": "",
                    "product_image_key": "product_image_826",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007787W?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007787W",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 826,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 826
                },
                {
                    "fk_product_image_set": 212,
                    "id_product_image": 828,
                    "alt_text_small": "",
                    "product_image_key": "product_image_828",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007787R?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007787R",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 828,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 828
                },
                {
                    "fk_product_image_set": 212,
                    "id_product_image": 830,
                    "alt_text_small": "",
                    "product_image_key": "product_image_830",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007787Q?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007787Q",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 830,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 830
                }
            ],
            "id_product_labels": [],
            "price": 1182,
            "abstract_name": "SanDisk SDHC storage card",
            "id_product_abstract": 105,
            "type": "product_abstract",
            "add_to_cart_sku": "420836",
            "prices": {
                "DEFAULT": 1182
            },
            "abstract_sku": "M21296",
            "url": "\/en\/sandisk-speicherkarte-sdhc-M21296"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 214,
                    "id_product_image": 832,
                    "alt_text_small": "",
                    "product_image_key": "product_image_832",
                    "updated_at": "2025-12-02 09:55:14.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007435Y?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/A007435Y",
                    "created_at": "2025-12-02 09:55:14.000000",
                    "id_product_image_set_to_product_image": 832,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 832
                }
            ],
            "id_product_labels": [],
            "price": 3647,
            "abstract_name": "SanDisk USB stick Ultra USB3.0 black",
            "id_product_abstract": 106,
            "type": "product_abstract",
            "add_to_cart_sku": "420845",
            "prices": {
                "DEFAULT": 3647
            },
            "abstract_sku": "M21299",
            "url": "\/en\/sandisk-usb-stick-ultra-usb3-0-sw-M21299"
        }
    ],
    "spellingSuggestion": null,
    "categoryTreeFilter": {
        "0": {},
        "1": {},
        "2": {},
        "3": {},
        "4": {},
        "5": {}
    }
}