Appearance
getDocumentDownload ​
Definition ​
Download selected document
Signature ​
ts
export async function getDocumentDownload(
params: DocumentDownloadParams,
contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<Blob>
Parameters ​
| Name | Type | Description |
|---|---|---|
| params | DocumentDownloadParams | documentId and deepLinkCode |
| contextInstance | ShopwareApiInstance |
Return type ​
ts
Promise<Blob>
Properties ​
| Name | Type | Description |
|---|
Usage example ​
WARNING
Example is generated automatically. Sometimes it's required to be adjusted to your needs.