You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expanded customer cannot be null because the relationship is not optional. Thus each order has an associated customer, regardless of whether it is marked as deleted (soft-deleted entity). When customers are expanded, the related customer data is always returned.
Whether the customer is deleted can be verified via the Deleted property. This was formerly not possible because the Deleted property was previously not transmitted via the Web API, as it was decorated with the IgnoreDataMemberAttribute. This was also fixed with the above commit.
Describe the bug
Missing order in API GET request with endpoint "/odata/v1/orders" although "@odata.count" tells me, it should be there.
To Reproduce
Expected behavior
Result
Other use case which is working
In this case:
The text was updated successfully, but these errors were encountered: