get https://rebuyengine.com/api/v1/products/purchased
Returns a list of the highest converting cross-sell products based on the given inputs.
GET /api/v1/products/purchased
Notes
Use this endpoint to create personalized shopping experiences.
For example, when a known customer is looking at the homepage, show them their favorite products for easy reordering.
Total units purchased is returned at the product-level
"metadata": {
"purchased_quantity": "1"
}
Customer details are returned at the response-level
"metadata": {
"shopify_customer": {
"id": 589064699940,
"first_name": "John",
"last_name": "Smith"
}
}