Release Notes 3.15.7 - API Updates
This release will become available to all users by the 12th of July 2022.
New Updates
In this release, we've made the following updates to the Retail Express REST API. For more information, please refer to our Developer Portal.
GET /customers
- Added a new Filter By parameter to search and filter customers e.g. retrieve all customers associated with a specific email address, or phone number
- Added Export to Web and Sales Channels
GET /orders/{id}
- Added new parameters, include_items, include_fulfilments and include_payments to allow for child order data to be included in the response (order items, order fulfilment or order payments).
GET /products
GET /inventory
- Added a new Modified Since parameter to query inventory based on the date the product was last updated or modified. Allows results to be limited to only products with inventory changes since the requested date/time.
- A new Modified On date has been added to the response to provide visibility of the date/time the inventory data was last updated or modified.
POST /customertypes
- You can now create Customer Types via the API, allowing for greater segmentation of customers for reporting.
GET /supplierreturns
- Added the Created By and Modified By parameters as both a filter and in the search results to view the user that created and last modified both Supplier Returns and Supplier Return Items
GET /creditnotes
- Added the Created By and Modified By parameters as both a filter and in the search results to view the user that created and last modified both Credit Notes and Credit Note Items