Get product recommendations

Get product recommendations

get
/v1/platform/{platformName}/shop/{platformShopId}/recommend/{recommenderType}
Path parameters
platformNamestring · enumRequired

platform name

Example: shopifyPossible values:
platformShopIdstringRequired

platform shop id

Example: 12345678
recommenderTypestring · enumRequired

recommendation type

Example: fbtPossible values:
Query parameters
pidstringRequired

product id to get recommend

Example: 123456789
vidstringOptional

variant id

Example: 2345677899
ex_pidstring[]Optional

exlcude product id that will not appear in recommend result

limitnumber · min: 1Optional

limit product recommendation return

Example: 3
Responses
200

Successful response

application/json
get
/v1/platform/{platformName}/shop/{platformShopId}/recommend/{recommenderType}

Last updated