10.38 | March 19, 2026
Corrected YAML file to match actual API functionality.
Object name corrected to commissionPolicyAssignment in YAML (DE316679)
The YAML file for the REST Query Products API has been corrected to show that commissionPolicyAssignment is the correct object name, not commissionPolicy.
10.34 | October 13, 2024
Corrected YAML file to match actual API functionality.
RedemptionType missing from YAML (DE299405)
The YAML file for the REST Query Products API has been corrected to reflect RedemptionType, as well as listing the loyaltyRedemptionType as deprecated.
10.33 | July 13, 2024
Enhanced to support new functionality from the Flexible Points and Cash Redemption Options enhancement.
Flexible Points and Cash Redemption Options (FEA92296)
SynXis CRS has been enhanced to allow the configuration of Points and Cash Levels which can then be retrieved for the Product in the Query Products API.
The following endpoint has been enhanced to support PointsAndCashLevel attribute:
| GET | /products |
Sample GET partial response:
{
...
"rateList": [
{
...
"Details": {
...
"CustLoyalty": {
...
"PointAndCashLevel": "5PCT",
...
},
...
}
...}
}
]
}