Skip to content
On this page

getOrderDownloads ​

Definition ​

Get order downloads (file)

Signature ​

ts
export async function getOrderDownloads(
  data: GetUserCountryParams,
  contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<Blob> 

Parameters ​

NameTypeDescription
data
GetUserCountryParams
orderId and downloadId
contextInstance
ShopwareApiInstance
instance of the api client (by default it's an Axios instance)

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

getOrderDownloads has loaded