Recently Viewed
Display recently viewed items to your visitors using this api endpoint.
Endpoint
POST
https://api.zubi.ai/r/product/data
Path Parameters
Name
Type
Description
_token*
String
Your tracker key
uid*
String
The user id of the visitor
cnt*
String
Number of products to return, max 10
mid*
String
The model id to use
product_details
String
Set to true to include product details
Example:
Get the UID
The uid
is stored in a cookie called -zl_udi
, extract it and include it in the call.
Last updated