translation of product variables (name, description, descriptionLong) via API

L.S.,

We’re starting with the API for inserting and updating products.
Unfortunately I can’t seem to figure out how to use translations of the product-name, description and descriptionLong with the API.
As a reference obviously i’m using REST API - Examples using the article resource
The translations seem to go directly into the s_articles_translations table.

Is this possible within the $client->post(‘articles’) ?

You can create translations with the translation API. Examples can you find there REST API - Examples using the translation resource

1 „Gefällt mir“

Thanks Shyim.

I hoped it would be possible directly in the article api but unfortunately it wasn’t.
I managed to work it out with the translation api.