Changes for page GetTracking (OLD)
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
edited by Outhman Moustaghfir
on 2022/09/13 16:25
on 2022/09/13 16:25
edited by Outhman Moustaghfir
on 2022/09/09 17:50
on 2022/09/09 17:50
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,22 +1,0 @@ 1 -= Introduction = 2 - 3 -In this section, we will go throw an XSL function to get trackings by trkID or using Keys/Values. 4 - 5 -= Parameters = 6 - 7 -GetTracking uses 5 params to help retrieve trackings in question. 8 - 9 -1. trackingType: it refers to type of tracking wanted. (eg : order , product, baseArticle ...) 10 -1. keys: it can handle 2 values, "trkID" or keys separated by ';' (eg: 'orderNumber;City;Phone') if the key contains '_' at the first character, it means we look for metadata (_statusTracking, _creationDate ...) 11 -**NB:** all metadata will be explained in detail in another paragraph. 12 -1. values: the values must be ordered the same as 'keys'. if we're searching by 'trkID', 'values' should contain trkIDs separated by space ' '. eg : '121ee 123DD 55evr om432' 13 -In the other case where we use values depending on keys, they must be separated by ';' as shown below : 14 -if we take the last example in 'keys' param, 'orderNumber;City;Phone' , 'values' will be by example '1243;Paris;06070706053' . 15 -1. limit: it defines the max number of tracking to retrieve. 16 -1. order: whether you want to order the list of trackings in a descending way or not by a certain key order. 17 - 18 -= Uses = 19 - 20 -In order to use 21 - 22 -