You need to sign in to do that
Don't have an account?

Working with API
Hi,
I have a website in php. If any order place on my website then I want to save all order related information to salesforce account. What is the best way to do this ? How to avoid governer limits for this also?
Thanks,
Rohitash
I have a website in php. If any order place on my website then I want to save all order related information to salesforce account. What is the best way to do this ? How to avoid governer limits for this also?
Thanks,
Rohitash
It there is no packaged solution available, you'll need to update your PHP application to integrate with Salesforce via the REST API when a successful order is completed. The documentation for this is pretty comprehensive:
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_what_is_rest_api.htm
The API limits are fairly high - are you expecting more than 15,000 orders a day?
Thanks for your reply.
No, but I need to create account, contact based on the orders. and also need to store order information into child objects.
I am also looking for a solution to show to salesforce leads, opportunities, reports into my web page.
Thanks,
Rohitash