...
Die Beschreibung aller Felder des DocumentsCollectionInput-Typs finden Sie unter https://demo.brshop24.de/docs/API%20Docs/type#DocumentsCollectionInputDocumentsCollectionInput
Beispiele
Codeblock | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
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 } } } |
...