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 

Company Information via SOAP API?

How to get Company Information fields via SOAP API call?

I need to get my own Address, City, State, Zip, Country
when shipping an order to my customer. How to get this info?

getUserInfo call gives me 
getUserInfoResponse/organizationId

I tried to get Account with organizationId as argument
but do not receive nothing.


I suppose Account is for my customers only
not for my ouwn company info?
benjasikbenjasik
You can query Organization or User. Those in combination with GetUserInfo should get what you need I think