Skip to content
On this page

getDocumentDownload

Definition

Download selected document

Signature

ts
export async function getDocumentDownload(
  params: DocumentDownloadParams,
  contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<Blob> 

Parameters

NameTypeDescription
params
DocumentDownloadParams
documentId and deepLinkCode
contextInstance
ShopwareApiInstance

Return type

ts
Promise<Blob>

Properties

NameTypeDescription

Usage example

WARNING

Example is generated automatically. Sometimes it's required to be adjusted to your needs.

Open in StackBlitz

getDocumentDownload has loaded