feat: Add support for product export in UI (#8281)

* feat: Add support for product export in UI

* fix:Return the backend URL for private files of local file provider
This commit is contained in:
Stevche Radevski
2024-07-29 21:50:22 +02:00
committed by GitHub
parent 1d773c536f
commit b539c6d5bb
18 changed files with 564 additions and 343 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export class Product {
async export(
body: HttpTypes.AdminExportProductRequest,
query?: SelectParams,
query?: HttpTypes.AdminProductListParams,
headers?: ClientHeaders
) {
return await this.client.fetch<HttpTypes.AdminExportProductResponse>(