REST API Produkt ID einer Variante

Hi zusammen,
ich versuche über die Shopware 6 REST API die Produkt-IDs der Varianten zu erhalten:

https://shopware.brand2app.de/store-api/product/018d69f4962c7a47917e83d433db4c7c

Nun sehe ich im „configurator“ Array die Varianten. Wenn ich aber die ID einer Variante wieder an den selben Endpunkt schicke…

https://shopware.brand2app.de/store-api/product/018d69d15cb1755cb01742495edd81f4

dann erhalte ich

{
    "errors": [
        {
            "status": "404",
            "code": "CONTENT__PRODUCT_NOT_FOUND",
            "title": "Not Found",
            "detail": "Product for id 018d69d15cb1755cb01742495edd81f4 not found.",
            "meta": {
                "parameters": {
                    "productId": "018d69d15cb1755cb01742495edd81f4"
                }
            }
        }
    ]
}

Was mache ich falsch? Danke für Eure Hilfe.

Hi,
hast Du schon mal hier geschaut?