Release Notes 3.15.8 - API Updates
This release will be available to all customers by the 10th August 2022.
In this release, we've made the following updates to the Retail Express Unified REST API.
'filter_by' parameter added to GET /customersurveysegments: The 'filter_by' parameter allows results to be filtered by 'id', 'active', 'name'. Various operators are available and filters can be combined
'filter_by' parameter added to GET /customertypes: The 'filter_by' parameter allows results to be filtered by 'id', 'active', 'name', 'default', 'deleted', 'modified_since'. Various operators are available and filters can be combined
New operators added to 'filter_by' parameter on GET /orders and GET /vouchers: New operators 'isnull', 'isnotnull', 'startswith', 'endswith', and 'doesnotcontain' are now available.
New 'order_by' fields in GET /products: A number of additional fields are now supported in the 'order_by' parameter including 'custom1', 'custom2', 'custom3', pricing fields and many more- We've removed the ability to specify a Customer Number via PUT & POST /customers as this field is system generated
Please refer to the Developer Console for detailed information.