OrderSearchType Enumeration
Important
This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.
The type of the search to be performed.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
Public Enumeration OrderSearchType
'Usage
Dim instance As OrderSearchType
public enum OrderSearchType
public enum class OrderSearchType
Members
Member name | Description | |
---|---|---|
None | No type defined. | |
SalesOrder | Search sales orders only. Sales transactions will be filtered out. | |
SalesTransaction | Search sales transactions only. Sales orders will be filtered out. | |
ConsolidateOrder | Search consolidated orders. All sales transactions related to the same orders will be coalesced into a single result with latest order status. |