Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3000/v1/admin/customers/{id}/frequently-purchased
{ "products": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "brand": "<string>", "image_url": "<string>", "selling_price": 123, "size": "<string>", "category_name": "<string>", "order_count": 123 } ] }
Get products frequently purchased by a specific customer.
Customer profile UUID
"550e8400-e29b-41d4-a716-446655440000"
Frequently purchased products
Get frequently purchased response
Show child attributes