integration_documentation:request_navigation

integration_documentation:request_navigation

This is an old revision of the document!


Integration

The call to Navigation is made as usual via the FINDOLOGIC interface in the variant of XML:

http://<ServiceURL>/ps/xml_2.1/selector.php?shopkey=<SHOPKEY>

For the available request parameters, please refer to the documentation of search parameters. In addition, filters can be preselected so they cannot be deselected by the customer. In this way, Navigation can start directly in a desired category (via the category navigation in the shop) or for a vendor. For this purpose, replace attrib with selected, otherwise this parameter will function exactly like attrib.

Procedure

Query of filters In the first step, the available filters are queried and the preselected category is submitted via the selected parameter.

At this point, the results are generated not by FINDOLOGIC but by the shop, since FINDOLOGIC does not yet offer any benefit; therefore, query with count=0

Example of a call in the “Fashion” category:

http://<Service-URL>/ps/xml_2.1/selector.php?shopkey=ABCD&selected[cat][]=Mode&count=0

The structure of requests to FINDOLOGIC is documented in detail here. Please ensure that you also provide the FINDOLOGIC required parameters with each call.

Especially ensure that the IP of the requesting end customer is also supplied so that bot queries are not billed.

Output of filters

The filters are output in the shop at the corresponding location. The output is executed in the module in the shop.

The customer can now select a FINDOLOGIC filter with which the FINDOLOGIC results can be obtained in the next step.

Query of results

The customer has selected a filter. This is now transmitted to FINDOLOGIC

Example of preselected category “Fashion” and selection of attribute “Color=blue”:

http://<Service-URL>/ps/xml_2.1/selector.php?shopkey=ABCD&selected[cat][]=Mode&attrib[Color][]=blue