Skip to main content
GET
/
v1
/
customers
/
{id}
/
frequently-purchased
Get frequently purchased products
curl --request GET \
  --url http://localhost:3000/v1/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
    }
  ]
}

Path Parameters

id
string<uuid>
required

Customer profile UUID

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

Frequently purchased products

Get frequently purchased response

products
object[]
required