How to Implement UPS API and Create Shipping Label

To implement UPS api on your website credential required like access number, username and password. Get access number from UPS account. Steps to Implement UPS API: Step 1: Let me explain with an HTML Form example, which you can use your website for post shipping and billing information.

Step 2: Now after submit the …

How to Implement UPS API and Create Shipping Label Read More »

How to Send Order Data in Shipstation Via API Call

Step 1: To create a new order in ship station using through api call in php. First get the ship station api key and merchant id to access that api data. Step 2: Use that merchant Id and api key in “OneShopAPI.php” file.

Step 3: Use another file “OneShopNotificationListener.php” and change merchant id and …

How to Send Order Data in Shipstation Via API Call Read More »

Code to Use Paypal Payment Gateway on Website

Paypal Integration in PHP Step by Step. This is simple html code to use paypal payment button on website. It is recommended that use paypal sandbox account for test the payment.

How to Get Opportunity Data from Salesforce Through API in PHP

To access opportunities data from Salesforce via soap api call get security token, Username and Password. Also need force Soapclient library files. You can get these files from this link https://github.com/developerforce/Force.com-Toolkit-for-PHP/tree/master/soapclient You can get opportunities data through query string for example Select Name, Opportunity_ID__c From Opportunity. Select required parameter data as per you need. Use …

How to Get Opportunity Data from Salesforce Through API in PHP Read More »