Write data in FastSpring using FastSpring Connector in SSIS
In this section we will learn how to configure and use FastSpring Connector in the API Destination to write data in the FastSpring.
Video Tutorial - Write or lookup data to FastSpring using SSIS
This video covers following and more so watch carefully. After watching this video follow the steps described in this article.
- How to download SSIS PowerPack for
FastSpring integration in SSIS - How to configure connection for
FastSpring - How to Write or lookup data to
FastSpring - Features about SSIS API Destination
- Using
FastSpring Connector in SSIS
How to write or lookup data to FastSpring in SSIS (Import data)
In upper section we learned how to read data, now in this section we will learn how to configure FastSpring in the API Source to Post data to the FastSpring.
-
Read the data from the source, being any desired source component. In example we will use ZappySys Dummy Data Source component.
-
From the SSIS Toolbox drag and drop API Destination (Predefined Templates) on the Data Flow Designer surface and connect source component with it, and double click to edit it.
-
Select New Connection to create a new connection:
API Destination - FastSpringRead / write FastSpring data related to Orders, Subscriptions, Quotes, Products, Accounts and more without coding. -
Use a preinstalled FastSpring Connector from Popular Connector List or press Search Online radio button to download FastSpring Connector. Once downloaded simply use it in the configuration:
FastSpring -
Proceed with selecting the desired Authentication Type. Then select API Base URL (in most cases default one is the right one). Finally, fill in all the required parameters and set optional parameters if needed. You may press a link Steps to Configure which will help set certain parameters. More info is available in Authentication section.
Steps to get FastSpring Credentials : Http [Http]
Here is how to obtain API Credentials. You might be able to use your Account Login UserId / Password but we do not reccomend using it. Instead of that use API credentials generated using the following way.- In the FastSpring App, navigate to Developer Tools > APIs > API Credentials.
- Click Create. FastSpring will automatically generate your username and password. Use this on the API connection UI
- Securely store the credentials for future reference.
- If you reset your credentials, update each stored procedure that relies on API access to prevent failed requests.
FastSpringHttp [Http]https://api.fastspring.comRequired Parameters Optional Parameters UserName Fill in the parameter... Password Fill in the parameter... RetryMode Fill in the parameter... RetryStatusCodeList Fill in the parameter... RetryCountMax Fill in the parameter... RetryMultiplyWaitTime Fill in the parameter... Your Webstore URL Fill in the parameter... -
Select the desired endpoint, change/pass the properties values, and go to the Mappings tab to map the columns.
API Destination - FastSpringRead / write FastSpring data related to Orders, Subscriptions, Quotes, Products, Accounts and more without coding. -
Finally, map the desired columns:
API Destination - FastSpringRead / write FastSpring data related to Orders, Subscriptions, Quotes, Products, Accounts and more without coding. -
That's it; we successfully configured the POST API Call. In a few clicks we configured the FastSpring API call using ZappySys FastSpring Connector