Change Log Change Log 19-Jun-2024 | v7.0.0 | All new article Contributors: CRM Order Statuses API Retrieve CRM Order Statuses via the public API endpoint using "where" filtering. GET CRM Order Statuses List Retrieves a list of Order Statuses as a JSON response based on your provided query parameters. /api/v2/admin/order/order-statuses Copy Data / Response: { "Where" : {}, "Order_By" : "Id", "Offset" : 0, "Limit" : 100, } Copy { "Items": [ { "Id": 0, "EmailId": 0, "NotifyCustomer": true, "IsSystem": true, "Name": "string", "Type": "New", "TypeDisplayName": "string", "Workflows": [ 0 ] } ], "TotalItemsCount": 0 } Copy