Newer Version Available

This content describes an older version of this product. View Latest

Sort Rules Collection Input

Sort rules input collection information an admin can use to create sort rules for a webstore.
Root XML tag
<sortRules>
JSON example
1{
2  "sortRules" : [
3    {
4      "type" : "ProductBased",
5      "sortStandardField" : "Stock_Keeping_Unit",
6      "direction" : "Ascending",
7      "labelSuffix": "Asc",      "sortOrder" : "1"
8    }
9  ]
10}
Properties
Name Type Description Required or Optional Available Version
sortRules Sort Rule Input[] A collection of sort rules inputs. Required 54.0