ShipStation Connector Setup
Version 22.0.8473
Version 22.0.8473
ShipStation Connector Setup
The ShipStation connector allows you to integrate ShipStation into your data flow by pushing or pulling data from ShipStation. Follow the steps below to connect CData Arc to ShipStation.
Establish a Connection
To allow Arc to use data from ShipStation, you must first establish a connection to ShipStation. There are two ways to establish this connection:
- Add a ShipStation connector to your flow. Then, in the settings pane, click Create next to the Connection drop-down list.
- Open the Arc Settings page, then open the Connections tab. Click Add, select ShipStation, and click Next.
Note:
- The login process is only required the first time the connection is created.
- Connections to ShipStation can be re-used across multiple ShipStation connectors.
Enter Connection Settings
After opening a new connection dialogue, follow these steps:
-
Provide the requested information:
- Name — The static name of the connection. Set this as desired.
- Type — This is always set to ShipStation.
- API Key — The API key for your ShipStation account.
- API Secret — The API secret for your ShipStation account.
-
If needed, click Advanced to open the drop-down menu of advanced connection settings. These should not be needed in most cases.
-
Click Test Connection to ensure that Arc can connect to ShipStation with the provided information. If an error occurs, check all fields and try again.
-
Click Add Connection to finalize the connection.
-
In the Connection drop-down list of the connector configuration pane, select the newly-created connection.
-
Click Save Changes.
Select an Action
After establishing a connection to ShipStation, you must choose the action that the ShipStation connector will perform. The table below outlines each action and where it belongs in an Arc flow.
Action | Description | Position in Flow |
---|---|---|
Lookup | Retrieves a value from ShipStation and inserts that value into an already-existing Arc message in the flow. The Lookup Query determines what value the connector will retrieve from ShipStation. It should be formatted as a SQL query against the ShipStation tables. |
Middle |
Select | Retrieves data from ShipStation and brings it into Arc. You can use the Filter panel to add filters to the Select. These filters function similarly to WHERE clauses in SQL. |
Beginning |
Execute Stored Procedures | Treats data coming into the connector as input for a stored procedure, and then passes the result down the flow. You can click the Show Sample Data button to provide sample inputs to the selected Stored Procedure and preview the results. |
Middle |
Create Shipping Label | Creates a shipping label in ShipStation. | End |