function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
expediteshipexpediteship 

Getting Orders info via SOAP API

I want to create VB.NET client to get and execute orders
made via Sforce.

The steps are:

1) A sales person creates Order in Sforce
2) I want to get as list of Orders via SOAP API
3) When I select an order to make another call via SOAP API and get order parameters:
ShipFrom, ShipTo, Product name, Product value, Product weight, Product dimensions (optional), Shipping date.

Now the questions are:
1) Where is the concept of Orders in Sforce? I suppose it is related to Opportunity. If that is so which flag represents
an Order?
2) I suppose I have to perform Query requests. Can somebody help me to compose these 2 requests - getting all orders
to be fullfilled and getting information for specific order.

Thanks a lot,