ionic-vhframeworks 10.3.7 → 10.3.8
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.
|
@@ -23635,6 +23635,20 @@ export declare class VhQuerySales {
|
|
|
23635
23635
|
* @return Promise => Array(bool) = [true or false,,...]
|
|
23636
23636
|
*/
|
|
23637
23637
|
updateSalesOrderLazada_byFile(order_idArray: any, data: object, token: string, id_shop: string): Promise<unknown>;
|
|
23638
|
+
/**
|
|
23639
|
+
* Hàm truy vấn thông tin chi tiết giao dịch của người bán trong phạm vi ngày cụ thể
|
|
23640
|
+
* @example:
|
|
23641
|
+
* this.vhQuerySales.getTransactionDetailsLazada(json, access_token)
|
|
23642
|
+
.then((array)=>{
|
|
23643
|
+
|
|
23644
|
+
}, error=>{
|
|
23645
|
+
reject(error)
|
|
23646
|
+
})
|
|
23647
|
+
* @param json : {start_time, end_time, limit, offset, trade_order_id, trade_order_line_id, trans_type}
|
|
23648
|
+
* @param access_token
|
|
23649
|
+
* @returns Promise => Array
|
|
23650
|
+
*/
|
|
23651
|
+
getTransactionDetailsLazada(json: any, access_token: string): Promise<unknown>;
|
|
23638
23652
|
/**
|
|
23639
23653
|
* Hàm này lấy về khách hàng đã được gán cho mỗi shop(id_shop) trước đây, nếu trước đây chưa gán thì lấy về giá trị null
|
|
23640
23654
|
* @example:
|