ionic-vhframeworks 10.2.6 → 10.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11979,6 +11979,13 @@ export declare class VhEcommerce {
|
|
|
11979
11979
|
*/
|
|
11980
11980
|
private getProductListTiktok;
|
|
11981
11981
|
private getProductListTiktoks;
|
|
11982
|
+
/**
|
|
11983
|
+
* @example:
|
|
11984
|
+
* let productlistlazada = this.vhEcommerce.getlocalProductListTiktok('ư0e4tuiwe98rhvqw9vtqw9t7rq987r9qvwn98et98');
|
|
11985
|
+
* @param id_shop
|
|
11986
|
+
* @returns Promise => Array
|
|
11987
|
+
*/
|
|
11988
|
+
getlocalProductListTiktok(id_shop: any): any;
|
|
11982
11989
|
/**
|
|
11983
11990
|
* @example:
|
|
11984
11991
|
* let id_branch = this.vhQuerySales.getDefaultBranch()._id;
|