Wie kann ich Links über die API zuordnen ?
Hier ist ein API-Muster, wie Links über die Sync-API zum Produkt importiert werden sollten.
[
{
"action": "upsert",
"entity": "product",
"payload": [
{
"id": "b851fd3085054856b83e1e693b5bbd1b",
"acrisLinks": [
{
"url": "https://www.acris-ecommerce.at/",
"linkTarget": true,
"title": "Link" Text,
"description": "Link Beschreibung",
"position": 1,
"languages": [
{
"id": "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
}
]
}
]
}
]
}
]