GET /v1/purchases?catalogId=GEN_CATALOG &customerId=CST_29481 &count=100
{
"purchasesProducts": [
{
"productId": "960038380",
"purchaseDates": ["2024-08-28", "2024-07-15", "2024-06-03"]
},
{
"productId": "960050655",
"purchaseDates": ["2024-09-01", "2024-08-12"]
}
],
"filters": [
{ "id": "CATEGORY", "name": "Category", "filterOptions": [...]
},
{ "id": "DIET_AND_LIFESTYLE", "name": "Diet & Lifestyle",
"filterOptions": [...] },
{ "id": "BRAND", "name": "Brand", "filterOptions": [...] },
{ "id": "SECTION", "name": "Section", "filterOptions": [...] },
{ "id": "TYPE", "name": "Type", "filterOptions": [...] },
{ "id": "FLAVOR", "name": "Flavor", "filterOptions": [...] },
{ "id": "FORM", "name": "Form", "filterOptions": [...] }
],
"purchasesRequest": {
"catalogId": "GEN_CATALOG",
"customerId": "CST_29481",
"count": 100
}
}