The Enterprise OData Connect API is an enhanced version of the existing V1 APIs, designed to simplify and optimize interactions with the Enterprise product. Benefits of using the OData API include:
- Flexible Data Access: Advanced filtering, sorting, paging, and field selection not possible in the V1 API.
- Improved Performance: Faster responses with fewer API calls.
- Flexible Querying: OData syntax (
$filter,$select,$expand,$orderby,$top,$skip). - Hierarchical Data Models: Navigate from Events down to Orders in a single call.
- Filter by Expanded Properties: Granular filters on related entities.
For the full list of available endpoints and their expand options, refer to the API Reference Documentation.