Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
You can use CustomerContext.GetCustomerContactsInOrganization to get all contacts in one organization, then use IOrderRepository.Load<IPurchaseOrder>(customerId, name) or OrderContext.Current.GetPurchaseOrders(customerId) for loading orders for each contact, then combine the results.
Thanks i have tried this , but i was looking whether we can user ordersearchparameters or OrderContext to fetch the same
Hi All,
Is there any specific method to fetch all the orders data based on organization id.
Can you please let me know if there are any existing methods or api's related to it.
Regards,
Manik