10.34 | October 13, 2024
Corrected YAML file to match actual API functionality.
Read more
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.
Read more
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",
...
},
...
}
...}
}
]
}