Get product recommendations
Get product recommendations
get
/v1/platform/{platformName}/shop/{platformShopId}/recommend/{recommenderType}
Path parameters
platformNamestring · enumRequiredExample:
platform name
shopifyPossible values: platformShopIdstringRequiredExample:
platform shop id
12345678recommenderTypestring · enumRequiredExample:
recommendation type
fbtPossible values: Query parameters
pidstringRequiredExample:
product id to get recommend
123456789vidstringOptionalExample:
variant id
2345677899ex_pidstring[]Optional
exlcude product id that will not appear in recommend result
limitnumber · min: 1OptionalExample:
limit product recommendation return
3Responses
200
Successful response
application/json
404
Not found response
application/json
500
Internal Server Error
application/json
get
/v1/platform/{platformName}/shop/{platformShopId}/recommend/{recommenderType}Last updated