Sales order records are found under the general transactions record. To retrieve them, specify a SearchXml statement. For sales order records, specifically, you can use the following statement:
1 2 3 4 5 | < TransactionSearchBasic > < type operator = "anyOf" > < searchValue >_salesOrder</ searchValue > </ type > </ TransactionSearchBasic > |