Hello everyone,
I am trying to pull all products ordered within the past 13months. Utilizing an OrderSearchFilter seems to yeild the same 4-5 products regardless of user, and those products have no coorelating orders. Seemingly a random set of products.
When using OrderSearchFilter, I am getting those results when adding CustomerNumber to the constructor. If I use CustomerId, it will yeild no results. Am I missing something?