REST API

Admin REST API and Frontend REST API

List REST API

Get Recommendation Result

POST https://yourdomain.com/rest/v1/lof-steprecommendation/result

This endpoint allows you to get recommendation result with answers and rule, can access by anonymous

Query Parameters

Name
Type
Description

store_id

integer

current store id

rule_id

integer

The step recommendation rule_id

answers

string

list answer index of rule questions example: "1,2,2"

Last updated

Was this helpful?