Deprecated features
/businessnxtapi/deprecated_features
section
Description of deprecated features and their replacements, including sortOrder, suggest, and aggregate fetching.
2024-09-24T15:57:29+02:00
# Deprecated features
Description of deprecated features and their replacements, including sortOrder, suggest, and aggregate fetching.
The features listed in this section are deprecated and will be removed in future versions of the API.
## Sorting order argument
The `sortOrder` argument has been replaced by the `orderBy` argument. The `orderBy` argument is similar to `sortOrder`, except that it is an array of objects instead of a single object. For more details see [Sorting](/businessnxtapi/features/sorting/).
> [!NOTE]
>
> This feature will not be available after July 1, 2025.
## Suggesting argument
The `suggest` argument has been replaced with passing `null` to values or using the `field_suggest_interval` fields. For more details see [Suggesting values](/businessnxtapi/schema/mutations/inserts/).
> [!NOTE]
>
> This feature will not be available after July 1, 2025.
## Aggregates
The schema section that enables fetching of some aggregate values is obsolete and has been replaced with a more complex reading using grouping. For more details see [Grouping](/businessnxtapi/schema/queries/grouping/).
> [!NOTE]
>
> This feature will not be available after July 1, 2025.