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
We generate unique Order numbers by default, but we should not restrict Order number to be unique. For example, the same Virto Commerce installation might be used by a few legal entities with the same kind of Order number sequences. In this case, there might be few orders with the same Order number.
The problem is that API method /api/order/customerOrders/number/{number} is designed to return only one Order by number.
While we require and generate unique order numbers, there are no restrictions in db for it
The text was updated successfully, but these errors were encountered: