...
Für Dokumenten gibt es ein Feld in dem mehrere Dokumente mit allen notwendigen Informationen hinterlegt werden können.
Widget Connector |
---|
url | documents_collection: [DocumentsCollectionInput]Die Beschreibung aller Felder des DocumentsCollectionInput-Typs finden Sie unter https://demo.brshop24.de/docs/API%20Docs/type#DocumentsCollectionInput
...
Beispiele
Codeblock |
---|
language | js |
---|
firstline | 1 |
---|
title | Beispiel hinterlegen eines Dokuments für einen Artikel |
---|
linenumbers | true |
---|
|
mutation updateArticle2 {
updateArticle(
data: {
documents_collection: [
{
document_path: "https://proddat.bueroring.de/garantieinformationen/LEITZ_GARANTIEBEDINGUNG_10_JAHRE.pdf"
description: "Gewährleistung und Garantie"
}
]
}
where: {
article_number: "12345678",
shop_depot: CustomerDepot
}
) {
id
article_number
shop_depot
documents_collection {
document_path
description
}
}
} |
Verwandte Artikel
Inhalt nach Stichwort |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | GKB |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label in ("datei","file","artikel","dokument") and type = "page" and space = "GKB" |
---|
labels | artikel dokument datei file |
---|
|
...