v1
latestOpenAPI 3.0.02026-07-24182211348.4 KBFunnel
Service that makes it possible to filter the products questioningly and only the products that meet the filter values will be shown. The result contains the questions with their answers and products which are the result of the selected answers. Additionally a navigation url is provided to go to a navigation page with selected filters for the funnel with selected answers.
Path parameters
Instance specific key.
Query parameters
Funnel code.
The category which must contain the results found.
Example: ?catid=100
Answer(s) to questions formatted as key-value pairs.
The key of the question being answered has format qs{n}, where n is the ID of the question being answered.
The value contains the ID(s) of the answer(s) to the question. When multiple answers are provided, they should be separated by a comma (,).
Example: ?qs1=1%2C2&qs2=3
{
"qs1": "1,2",
"qs2": "3"
}Collection of skipped questions.
Example: ?skip_qs=2%2C4%2C6 or ?skip_qs=2&skip_qs=4&skip_qs=6
Maximum desired amount of products.
Amount of products to skip (useful for paging).
Whether or not navigation urls returned in the response use the tn_filters parameter (?tn_filters=brand%3DCoca%20Cola%26volume%3D1L, instead of ?tn_fk_brand=Coca%20Cola&tn_fk_volume=1L).
Example: ?tn_use_filters=true
Headers
The source of the request. See the article on the request source for more information.
Response
Response with questions, their answers and resulting products of selected answers. Additionally a navigation url is provided to go to a navigation page with selected filters for the funnel with selected answers.