Changes for page GetTracking
Last modified by Outhman Moustaghfir on 2024/07/23 13:27
<
>
edited by Outhman Moustaghfir
on 2024/06/10 11:26
on 2024/06/10 11:26
edited by Outhman Moustaghfir
on 2024/07/23 11:14
on 2024/07/23 11:14
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,6 +10,7 @@ 10 10 1. fetchLinks : for optimization, you can choose the links you would like to fetch by sending the links needed separated by ';' , if your xpathExpression contains already the link, it can bypass this param. If you want to fetch all links - which is not recommended - you can put the value '$ALL'. 11 11 1. limit: it defines the max number of tracking to retrieve. **it's optional. **(Optional) 12 12 1. order: whether you want to order the list of trackings in a descending way or not by a certain key order. The default value is 'trkID' and it's optional as long as you fill in the limit value. (Optional) 13 +1. includeKeys: This parameter specifies the keys to be fetched. If it is null or empty, all keys will be fetched. This parameter is optional. 13 13 14 14 = Uses = 15 15 ... ... @@ -22,7 +22,7 @@ 22 22 Searching by trkIDs : 23 23 24 24 {{code language="XML"}} 25 -<xsl:value-of select="ixf:GetTracking('Product [ _trkID in'632061bef8aef457701a28d2;632061e5f8aef457701a28d3;63206213f8aef457701a28d4]')"></xsl:value-of>26 +<xsl:value-of select="ixf:GetTracking('Product [ _trkID € '632061bef8aef457701a28d2;632061e5f8aef457701a28d3;63206213f8aef457701a28d4]')"></xsl:value-of> 26 26 {{/code}} 27 27 28 28 Set the limit value to get only 4 elements and fetch link 'Invoice' :