https://oalp.xiphias-digital.com/DE/en/transport/lift-carts

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": "32",
                                "boost": 1
                            }
                        }
                    }
                ]
            }
        },
        "suggest": {
            "text": ""
        },
        "_source": [
            "search-result-data"
        ],
        "sort": [
            {
                "integer-sort.category:32": {
                    "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": 32
    }
}
{
    "facets": {
        "category": {},
        "rating": {},
        "label": {},
        "farbe": {},
        "material": {},
        "brand": {},
        "merchant_name": {}
    },
    "sort": {},
    "pagination": {},
    "products": [
        {
            "images": [
                {
                    "fk_product_image_set": 42,
                    "id_product_image": 140,
                    "alt_text_small": "",
                    "product_image_key": "product_image_140",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00046228F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00046228F-01",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 140,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 140
                },
                {
                    "fk_product_image_set": 42,
                    "id_product_image": 142,
                    "alt_text_small": "",
                    "product_image_key": "product_image_142",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051530F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051530F-01",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 142,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 142
                }
            ],
            "id_product_labels": [],
            "price": 83721,
            "abstract_name": "pallet lift truck - galvanized",
            "id_product_abstract": 20,
            "type": "product_abstract",
            "add_to_cart_sku": "464003",
            "prices": {
                "DEFAULT": 83721
            },
            "abstract_sku": "M1014645",
            "url": "\/en\/paletthubwagen-verzinkt-M1014645"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 44,
                    "id_product_image": 144,
                    "alt_text_small": "",
                    "product_image_key": "product_image_144",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00046223F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00046223F-01",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 144,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 144
                },
                {
                    "fk_product_image_set": 44,
                    "id_product_image": 146,
                    "alt_text_small": "",
                    "product_image_key": "product_image_146",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051530F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051530F-01",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 146,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 146
                },
                {
                    "fk_product_image_set": 46,
                    "id_product_image": 148,
                    "alt_text_small": "",
                    "product_image_key": "product_image_148",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/P_ROST0054-de?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/P_ROST0054-de",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 148,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 148
                }
            ],
            "id_product_labels": [],
            "price": 220970,
            "abstract_name": "Pallet lift truck - V2A stainless steel",
            "id_product_abstract": 21,
            "type": "product_abstract",
            "prices": {
                "DEFAULT": 220970
            },
            "abstract_sku": "M1014646",
            "url": "\/en\/paletthubwagen-v2a-edelstahl-M1014646"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 48,
                    "id_product_image": 150,
                    "alt_text_small": "",
                    "product_image_key": "product_image_150",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049513-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049513-01",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 150,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 150
                },
                {
                    "fk_product_image_set": 48,
                    "id_product_image": 152,
                    "alt_text_small": "",
                    "product_image_key": "product_image_152",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049514-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049514-01",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 152,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 152
                },
                {
                    "fk_product_image_set": 48,
                    "id_product_image": 154,
                    "alt_text_small": "",
                    "product_image_key": "product_image_154",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00039136-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00039136-01",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 154,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 154
                }
            ],
            "id_product_labels": [],
            "price": 70666,
            "abstract_name": "QUIPO pallet lift truck, melon yellow - Load capacity 3000 kg",
            "id_product_abstract": 22,
            "type": "product_abstract",
            "add_to_cart_sku": "464005",
            "prices": {
                "DEFAULT": 70666
            },
            "abstract_sku": "M1014653",
            "url": "\/en\/quipo-paletthubwagen-melonengelb-tragfaehigkeit-3000-kg-M1014653"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 64,
                    "id_product_image": 186,
                    "alt_text_small": "",
                    "product_image_key": "product_image_186",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00520029II-G1?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00520029II-G1",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 186,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 186
                },
                {
                    "fk_product_image_set": 64,
                    "id_product_image": 188,
                    "alt_text_small": "",
                    "product_image_key": "product_image_188",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00520029II-G2?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00520029II-G2",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 188,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 188
                },
                {
                    "fk_product_image_set": 64,
                    "id_product_image": 190,
                    "alt_text_small": "",
                    "product_image_key": "product_image_190",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052997-03?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052997-03",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 190,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 190
                }
            ],
            "id_product_labels": [],
            "price": 46591,
            "abstract_name": "QUIPO pallet lift truck, yellow - Full rubber steering wheels",
            "id_product_abstract": 30,
            "type": "product_abstract",
            "add_to_cart_sku": "464001",
            "prices": {
                "DEFAULT": 46591
            },
            "abstract_sku": "M1015356",
            "url": "\/en\/quipo-paletthubwagen-gelb-lenkraeder-vollgummi-M1015356"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 656,
                    "id_product_image": 2326,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2326",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/G00038431-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/G00038431-01",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2326,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2326
                }
            ],
            "id_product_labels": [],
            "price": 176845,
            "abstract_name": "Pallet lifting truck with LCD display - Load capacity 2000 kg",
            "id_product_abstract": 341,
            "type": "product_abstract",
            "add_to_cart_sku": "400855",
            "prices": {
                "DEFAULT": 176845
            },
            "abstract_sku": "M65062",
            "url": "\/en\/paletthubwagen-mit-lcd-anzeige-tragfaehigkeit-2000-kg-M65062"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 776,
                    "id_product_image": 2996,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2996",
                    "updated_at": "2025-12-02 09:55:27.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00046113-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00046113-01",
                    "created_at": "2025-12-02 09:55:27.000000",
                    "id_product_image_set_to_product_image": 2996,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2996
                }
            ],
            "id_product_labels": [],
            "price": 698779,
            "abstract_name": "KPZ stainless steel pallet lifting truck with precision weighing - with standard display, multiple range distribution",
            "id_product_abstract": 406,
            "type": "product_abstract",
            "add_to_cart_sku": "404108",
            "prices": {
                "DEFAULT": 698779
            },
            "abstract_sku": "M88184",
            "url": "\/en\/paletthubwagen-aus-edelstahl-mit-praezisionswaage-mit-standardanzeige-mehrbereichsteilung-M88184"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 50,
                    "id_product_image": 156,
                    "alt_text_small": "",
                    "product_image_key": "product_image_156",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049515-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049515-01",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 156,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 156
                },
                {
                    "fk_product_image_set": 50,
                    "id_product_image": 158,
                    "alt_text_small": "",
                    "product_image_key": "product_image_158",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049516-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049516-01",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 158,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 158
                }
            ],
            "id_product_labels": [],
            "price": 58000,
            "abstract_name": "Palette lifting truck with balance - Load capacity 2000 kg",
            "id_product_abstract": 23,
            "type": "product_abstract",
            "add_to_cart_sku": "464007",
            "prices": {
                "DEFAULT": 58000
            },
            "abstract_sku": "M1014656",
            "url": "\/en\/paletthubwagen-mit-waage-tragfaehigkeit-2000-kg-M1014656"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 772,
                    "id_product_image": 2984,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2984",
                    "updated_at": "2025-12-02 09:55:27.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00046110-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00046110-01",
                    "created_at": "2025-12-02 09:55:27.000000",
                    "id_product_image_set_to_product_image": 2984,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2984
                },
                {
                    "fk_product_image_set": 772,
                    "id_product_image": 2986,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2986",
                    "updated_at": "2025-12-02 09:55:27.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00046525F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00046525F-01",
                    "created_at": "2025-12-02 09:55:27.000000",
                    "id_product_image_set_to_product_image": 2986,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 2986
                },
                {
                    "fk_product_image_set": 772,
                    "id_product_image": 2988,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2988",
                    "updated_at": "2025-12-02 09:55:27.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00046111-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00046111-01",
                    "created_at": "2025-12-02 09:55:27.000000",
                    "id_product_image_set_to_product_image": 2988,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 2988
                }
            ],
            "id_product_labels": [],
            "price": 257513,
            "abstract_name": "KPZ pallet lifting truck with precision weighing - with standard display, multiple range distribution",
            "id_product_abstract": 404,
            "type": "product_abstract",
            "add_to_cart_sku": "490001",
            "prices": {
                "DEFAULT": 257513
            },
            "abstract_sku": "M88181",
            "url": "\/en\/paletthubwagen-mit-praezisionswaage-mit-standardanzeige-mehrbereichsteilung-M88181"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 62,
                    "id_product_image": 180,
                    "alt_text_small": "",
                    "product_image_key": "product_image_180",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00520029II-G1?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00520029II-G1",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 180,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 180
                },
                {
                    "fk_product_image_set": 62,
                    "id_product_image": 182,
                    "alt_text_small": "",
                    "product_image_key": "product_image_182",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00520029II-G2?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00520029II-G2",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 182,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 182
                },
                {
                    "fk_product_image_set": 62,
                    "id_product_image": 184,
                    "alt_text_small": "",
                    "product_image_key": "product_image_184",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052997-03?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052997-03",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 184,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 184
                }
            ],
            "id_product_labels": [],
            "price": 46591,
            "abstract_name": "QUIPO pallet lift truck, yellow - Steering wheels polyurethane",
            "id_product_abstract": 29,
            "type": "product_abstract",
            "add_to_cart_sku": "464002",
            "prices": {
                "DEFAULT": 46591
            },
            "abstract_sku": "M1015355",
            "url": "\/en\/quipo-paletthubwagen-gelb-lenkraeder-polyurethan-M1015355"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 84,
                    "id_product_image": 250,
                    "alt_text_small": "",
                    "product_image_key": "product_image_250",
                    "updated_at": "2025-12-02 09:55:10.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00520029II-G1?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00520029II-G1",
                    "created_at": "2025-12-02 09:55:10.000000",
                    "id_product_image_set_to_product_image": 250,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 250
                },
                {
                    "fk_product_image_set": 84,
                    "id_product_image": 252,
                    "alt_text_small": "",
                    "product_image_key": "product_image_252",
                    "updated_at": "2025-12-02 09:55:10.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049548-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049548-01",
                    "created_at": "2025-12-02 09:55:10.000000",
                    "id_product_image_set_to_product_image": 252,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 252
                },
                {
                    "fk_product_image_set": 84,
                    "id_product_image": 254,
                    "alt_text_small": "",
                    "product_image_key": "product_image_254",
                    "updated_at": "2025-12-02 09:55:10.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00520029II-G2?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00520029II-G2",
                    "created_at": "2025-12-02 09:55:10.000000",
                    "id_product_image_set_to_product_image": 254,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 254
                },
                {
                    "fk_product_image_set": 84,
                    "id_product_image": 256,
                    "alt_text_small": "",
                    "product_image_key": "product_image_256",
                    "updated_at": "2025-12-02 09:55:10.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052997-03?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052997-03",
                    "created_at": "2025-12-02 09:55:10.000000",
                    "id_product_image_set_to_product_image": 256,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 256
                }
            ],
            "id_product_labels": [],
            "price": 46591,
            "abstract_name": "QUIPO pallet lift truck, yellow - Nylon load rollers (PA)",
            "id_product_abstract": 40,
            "type": "product_abstract",
            "add_to_cart_sku": "464000",
            "prices": {
                "DEFAULT": 46591
            },
            "abstract_sku": "M1024601",
            "url": "\/en\/quipo-paletthubwagen-gelb-lastrollen-nylon-pa-M1024601"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 38,
                    "id_product_image": 128,
                    "alt_text_small": "",
                    "product_image_key": "product_image_128",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049630F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049630F-01",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 128,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 128
                },
                {
                    "fk_product_image_set": 38,
                    "id_product_image": 130,
                    "alt_text_small": "",
                    "product_image_key": "product_image_130",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049632-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049632-01",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 130,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 130
                },
                {
                    "fk_product_image_set": 38,
                    "id_product_image": 132,
                    "alt_text_small": "",
                    "product_image_key": "product_image_132",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049631-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049631-01",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 132,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 132
                }
            ],
            "id_product_labels": [],
            "price": 65755,
            "abstract_name": "Toyota Toyota pallet lift truck from TOYOTA - BT-Lifter with QuickLift hydraulics unit",
            "id_product_abstract": 18,
            "type": "product_abstract",
            "add_to_cart_sku": "464013",
            "prices": {
                "DEFAULT": 65755
            },
            "abstract_sku": "M1014643",
            "url": "\/en\/toyota-paletthubwagen-von-toyota-bt-lifter-mit-quicklift-hydraulikeinheit-M1014643"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 36,
                    "id_product_image": 124,
                    "alt_text_small": "",
                    "product_image_key": "product_image_124",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049630F-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049630F-01",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 124,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 124
                },
                {
                    "fk_product_image_set": 36,
                    "id_product_image": 126,
                    "alt_text_small": "",
                    "product_image_key": "product_image_126",
                    "updated_at": "2025-12-02 09:55:09.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049631-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00049631-01",
                    "created_at": "2025-12-02 09:55:09.000000",
                    "id_product_image_set_to_product_image": 126,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 126
                }
            ],
            "id_product_labels": [],
            "price": 58569,
            "abstract_name": "Toyota Toyota pallet lift truck from TOYOTA - BT-Lifter",
            "id_product_abstract": 17,
            "type": "product_abstract",
            "add_to_cart_sku": "464012",
            "prices": {
                "DEFAULT": 58569
            },
            "abstract_sku": "M1014642",
            "url": "\/en\/toyota-paletthubwagen-von-toyota-bt-lifter-M1014642"
        }
    ],
    "spellingSuggestion": null,
    "categoryTreeFilter": {
        "0": {},
        "1": {},
        "2": {},
        "3": {},
        "4": {},
        "5": {}
    }
}