Produkt Preis Aggregation Fehler? (API) SW 6.4.0.0

Hey,

Ich bekomme bei der POST Anfrage an :
{{baseUrl}}/product

Mit dem Body:

{
    "aggregations": [
        {"name": "min-price", "type": "min", "field": "price"}
    ]
}

Accessor product.price is not allowed in this api scope,

Zurück. Andere Anfragen gehen durch.
Muss ich das irgendwo Konfigurieren oder ist das ein Fehler?