https://oalp.xiphias-digital.com/DE/en/transport/sack-trucks

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": "33",
                                "boost": 1
                            }
                        }
                    }
                ]
            }
        },
        "suggest": {
            "text": ""
        },
        "_source": [
            "search-result-data"
        ],
        "sort": [
            {
                "integer-sort.category:33": {
                    "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": 33
    }
}
{
    "facets": {
        "category": {},
        "rating": {},
        "label": {},
        "farbe": {},
        "material": {},
        "brand": {},
        "merchant_name": {}
    },
    "sort": {},
    "pagination": {},
    "products": [
        {
            "images": [
                {
                    "fk_product_image_set": 560,
                    "id_product_image": 1804,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1804",
                    "updated_at": "2025-12-02 09:55:19.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052637-02?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052637-02",
                    "created_at": "2025-12-02 09:55:19.000000",
                    "id_product_image_set_to_product_image": 1804,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1804
                },
                {
                    "fk_product_image_set": 560,
                    "id_product_image": 1806,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1806",
                    "updated_at": "2025-12-02 09:55:19.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00154539II-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00154539II-01",
                    "created_at": "2025-12-02 09:55:19.000000",
                    "id_product_image_set_to_product_image": 1806,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1806
                }
            ],
            "id_product_labels": [],
            "price": 10739,
            "abstract_name": "EUROKRAFT hand truck, wheelbarrow, and handcart - Load capacity 100 kg",
            "id_product_abstract": 290,
            "type": "product_abstract",
            "add_to_cart_sku": "400065",
            "prices": {
                "DEFAULT": 10739
            },
            "abstract_sku": "M5108",
            "url": "\/en\/eurokraft-stapel-lade-und-sackkarre-tragfaehigkeit-100-kg-M5108"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 564,
                    "id_product_image": 1816,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1816",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051657-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051657-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1816,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1816
                }
            ],
            "id_product_labels": [],
            "price": 18813,
            "abstract_name": "EUROKRAFT aluminum hand truck - Load capacity 200 kg, with skids",
            "id_product_abstract": 292,
            "type": "product_abstract",
            "add_to_cart_sku": "401768",
            "prices": {
                "DEFAULT": 18813
            },
            "abstract_sku": "M5147",
            "url": "\/en\/eurokraft-alu-transportkarre-tragfaehigkeit-200-kg-mit-gleitkufen-M5147"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 570,
                    "id_product_image": 1826,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1826",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052637-05?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052637-05",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1826,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1826
                },
                {
                    "fk_product_image_set": 570,
                    "id_product_image": 1828,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1828",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00704493II-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00704493II-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1828,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1828
                },
                {
                    "fk_product_image_set": 570,
                    "id_product_image": 1830,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1830",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00704494II-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00704494II-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1830,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1830
                }
            ],
            "id_product_labels": [],
            "price": 18297,
            "abstract_name": "EUROKRAFT trolley - Load capacity 350 kg",
            "id_product_abstract": 295,
            "type": "product_abstract",
            "add_to_cart_sku": "401629",
            "prices": {
                "DEFAULT": 18297
            },
            "abstract_sku": "M5155",
            "url": "\/en\/eurokraft-transportkarre-tragfaehigkeit-350-kg-M5155"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 558,
                    "id_product_image": 1800,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1800",
                    "updated_at": "2025-12-02 09:55:19.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052638-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052638-01",
                    "created_at": "2025-12-02 09:55:19.000000",
                    "id_product_image_set_to_product_image": 1800,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1800
                },
                {
                    "fk_product_image_set": 558,
                    "id_product_image": 1802,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1802",
                    "updated_at": "2025-12-02 09:55:19.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/G00044636-04?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/G00044636-04",
                    "created_at": "2025-12-02 09:55:19.000000",
                    "id_product_image_set_to_product_image": 1802,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1802
                }
            ],
            "id_product_labels": [],
            "price": 21189,
            "abstract_name": "EUROKRAFT steel hand truck - Load capacity 350 kg, shovel depth 250 mm",
            "id_product_abstract": 289,
            "type": "product_abstract",
            "add_to_cart_sku": "403006",
            "prices": {
                "DEFAULT": 21189
            },
            "abstract_sku": "M5044",
            "url": "\/en\/eurokraft-stahl-sackkarre-tragfaehigkeit-350-kg-schaufeltiefe-250-mm-M5044"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 556,
                    "id_product_image": 1798,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1798",
                    "updated_at": "2025-12-02 09:55:19.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/G00044636-03?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/G00044636-03",
                    "created_at": "2025-12-02 09:55:19.000000",
                    "id_product_image_set_to_product_image": 1798,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1798
                }
            ],
            "id_product_labels": [],
            "price": 31981,
            "abstract_name": "EUROKRAFT steel hand truck - Load capacity 500 kg",
            "id_product_abstract": 288,
            "type": "product_abstract",
            "add_to_cart_sku": "400072",
            "prices": {
                "DEFAULT": 31981
            },
            "abstract_sku": "M5043",
            "url": "\/en\/eurokraft-sackkarre-aus-stahl-tragfaehigkeit-500-kg-M5043"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 568,
                    "id_product_image": 1822,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1822",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052637-03?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052637-03",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1822,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1822
                },
                {
                    "fk_product_image_set": 568,
                    "id_product_image": 1824,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1824",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00704492II-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00704492II-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1824,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1824
                }
            ],
            "id_product_labels": [],
            "price": 13062,
            "abstract_name": "EUROKRAFT hand truck with wire frame - Load capacity 100 kg",
            "id_product_abstract": 294,
            "type": "product_abstract",
            "add_to_cart_sku": "401627",
            "prices": {
                "DEFAULT": 13062
            },
            "abstract_sku": "M5154",
            "url": "\/en\/eurokraft-stapelkarre-mit-drahtgitter-tragfaehigkeit-100-kg-M5154"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 566,
                    "id_product_image": 1818,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1818",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051657-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051657-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1818,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1818
                },
                {
                    "fk_product_image_set": 566,
                    "id_product_image": 1820,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1820",
                    "updated_at": "2025-12-02 09:55:20.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00011126-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00011126-01",
                    "created_at": "2025-12-02 09:55:20.000000",
                    "id_product_image_set_to_product_image": 1820,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1820
                }
            ],
            "id_product_labels": [],
            "price": 25693,
            "abstract_name": "EUROKRAFT hand truck with hinged shovel - load capacity 200 kg",
            "id_product_abstract": 293,
            "type": "product_abstract",
            "add_to_cart_sku": "401781",
            "prices": {
                "DEFAULT": 25693
            },
            "abstract_sku": "M5148",
            "url": "\/en\/eurokraft-sackkarre-mit-klappbarer-schaufel-tragfaehigkeit-200-kg-M5148"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 562,
                    "id_product_image": 1808,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1808",
                    "updated_at": "2025-12-02 09:55:19.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00265470II-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/AA00265470II-01",
                    "created_at": "2025-12-02 09:55:19.000000",
                    "id_product_image_set_to_product_image": 1808,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1808
                },
                {
                    "fk_product_image_set": 562,
                    "id_product_image": 1810,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1810",
                    "updated_at": "2025-12-02 09:55:19.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052593-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052593-01",
                    "created_at": "2025-12-02 09:55:19.000000",
                    "id_product_image_set_to_product_image": 1810,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1810
                },
                {
                    "fk_product_image_set": 562,
                    "id_product_image": 1812,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1812",
                    "updated_at": "2025-12-02 09:55:19.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052594-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052594-01",
                    "created_at": "2025-12-02 09:55:19.000000",
                    "id_product_image_set_to_product_image": 1812,
                    "sort_order": 5,
                    "alt_text_large": "",
                    "fk_product_image": 1812
                },
                {
                    "fk_product_image_set": 562,
                    "id_product_image": 1814,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1814",
                    "updated_at": "2025-12-02 09:55:19.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/LO_Eurokraft_RAL_FINAL?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/LO_Eurokraft_RAL_FINAL",
                    "created_at": "2025-12-02 09:55:19.000000",
                    "id_product_image_set_to_product_image": 1814,
                    "sort_order": 7,
                    "alt_text_large": "",
                    "fk_product_image": 1814
                }
            ],
            "id_product_labels": [],
            "price": 19243,
            "abstract_name": "EUROKRAFT hand truck - Load capacity 350 kg, with skids",
            "id_product_abstract": 291,
            "type": "product_abstract",
            "add_to_cart_sku": "400434",
            "prices": {
                "DEFAULT": 19243
            },
            "abstract_sku": "M5113",
            "url": "\/en\/eurokraft-stapelkarre-tragfaehigkeit-350-kg-mit-gleitkufen-M5113"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 668,
                    "id_product_image": 2390,
                    "alt_text_small": "",
                    "product_image_key": "product_image_2390",
                    "updated_at": "2025-12-02 09:55:23.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052637-06?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00052637-06",
                    "created_at": "2025-12-02 09:55:23.000000",
                    "id_product_image_set_to_product_image": 2390,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 2390
                }
            ],
            "id_product_labels": [],
            "price": 23543,
            "abstract_name": "EUROKRAFT trolley - with open shovel",
            "id_product_abstract": 347,
            "type": "product_abstract",
            "add_to_cart_sku": "403125",
            "prices": {
                "DEFAULT": 23543
            },
            "abstract_sku": "M70208",
            "url": "\/en\/eurokraft-transportkarre-mit-offener-schaufel-M70208"
        },
        {
            "images": [
                {
                    "fk_product_image_set": 554,
                    "id_product_image": 1794,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1794",
                    "updated_at": "2025-12-02 09:55:19.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00001896-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00001896-01",
                    "created_at": "2025-12-02 09:55:19.000000",
                    "id_product_image_set_to_product_image": 1794,
                    "sort_order": 1,
                    "alt_text_large": "",
                    "fk_product_image": 1794
                },
                {
                    "fk_product_image_set": 554,
                    "id_product_image": 1796,
                    "alt_text_small": "",
                    "product_image_key": "product_image_1796",
                    "updated_at": "2025-12-02 09:55:19.000000",
                    "external_url_small": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051689-01?$normal$",
                    "external_url_large": "https:\/\/d2s0ynfc62ej12.cloudfront.net\/image\/00051689-01",
                    "created_at": "2025-12-02 09:55:19.000000",
                    "id_product_image_set_to_product_image": 1796,
                    "sort_order": 3,
                    "alt_text_large": "",
                    "fk_product_image": 1796
                }
            ],
            "id_product_labels": [],
            "price": 21393,
            "abstract_name": "EUROKRAFT Driving and carrying cart - load capacity 350 kg",
            "id_product_abstract": 287,
            "type": "product_abstract",
            "add_to_cart_sku": "400074",
            "prices": {
                "DEFAULT": 21393
            },
            "abstract_sku": "M5022",
            "url": "\/en\/eurokraft-fahr-und-tragkarre-tragfaehigkeit-350-kg-M5022"
        }
    ],
    "spellingSuggestion": null,
    "categoryTreeFilter": {
        "0": {},
        "1": {},
        "2": {},
        "3": {},
        "4": {},
        "5": {}
    }
}