The Order web service contains methods that provide access to Order data and related information.
GetOrderFields
Returns a list of the OrderFields with their values and the Supplier special instructions for the sProfNo and iOrderID passed in. The XML response may contain multiple OrderField nodes.
GetOrderResults
Returns the results for an Order.
GetOrderStatusDetail
Returns the status detail notes (Supplier to Business Owner and Business Owner to Customer) for an Order. The sSrcStatusDetail element contains the status detail notes from the Supplier for the Business Owner. The sBOStatusDetail element contains the status detail notes from the Business Owner for the Customer.
SearchOrders
Returns a list of Orders for BOID that match search criteria. The XML response may contain multiple Order nodes.
Additional information, including each methods response XML structure, is provided in the documentation.