laut Doku kann man fehlende Associations ja so laden
GET /sales-channel-api/v1/product/{productId}?associations[media][]
das heißt, an die Produkteigenschaften komme ich so:
GET /sales-channel-api/v1/product/{productId}?associations[properties][]
Leider fehlt dort aber der Eigenschaftenname. Das Feld „goup“ innerhalb der Property ist NULL. Ich bekomme nur „Rot“ und die ID der Eigenschaft „Farbe“. Aber nicht das Wort „Farbe“ an sich.
also wie komm ich jetzt an die Group innerhalb jeder Property?
GET /sales-channel-api/v1/product/{productId}?associations[properties][group]
GET /sales-channel-api/v1/product/{productId}?associations[properties][group][]
Das Problem hatte ich auch. Ich vermute du nimmst die EA 1.2, da funktioniert es nicht. EA 1.1 kann es oder du nimmst eine aktuellere Version aus dem Github.