ionic-vhframeworks 10.6.2 → 10.6.3
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.
|
@@ -12635,7 +12635,7 @@ export declare class VhEcommerce {
|
|
|
12635
12635
|
*/
|
|
12636
12636
|
updateProductInfoByJSONshopee(json: any, access_token: string, shop_id: string): Promise<unknown>;
|
|
12637
12637
|
/**
|
|
12638
|
-
* @notic : hàm này không thể cập nhật vô getlocalProductListShopee, do đó sau khi dùng hàm updateProductStockByJSONshopee xong thì dùng thêm hàm
|
|
12638
|
+
* @notic : hàm này không thể cập nhật vô getlocalProductListShopee, do đó sau khi dùng hàm updateProductStockByJSONshopee xong thì dùng thêm hàm getProductByIdShopee
|
|
12639
12639
|
* với các sản phẩm vừa cập nhật, lúc đó những gì vừa thay đổi mới đc cập nhật vô getlocalProductListShopee
|
|
12640
12640
|
* @example:
|
|
12641
12641
|
* let json = {
|
|
@@ -12659,7 +12659,7 @@ export declare class VhEcommerce {
|
|
|
12659
12659
|
*/
|
|
12660
12660
|
updateProductStockByJSONshopee(json: any, access_token: string, shop_id: string): Promise<unknown>;
|
|
12661
12661
|
/**
|
|
12662
|
-
* @notic : hàm này không thể cập nhật vô getlocalProductListShopee, do đó sau khi dùng hàm updateProductPriceByJSONshopee xong thì dùng thêm hàm
|
|
12662
|
+
* @notic : hàm này không thể cập nhật vô getlocalProductListShopee, do đó sau khi dùng hàm updateProductPriceByJSONshopee xong thì dùng thêm hàm getProductByIdShopee
|
|
12663
12663
|
* với các sản phẩm vừa cập nhật, lúc đó những gì vừa thay đổi mới đc cập nhật vô getlocalProductListShopee
|
|
12664
12664
|
* @example:
|
|
12665
12665
|
* let json = {
|