Establishing a Connection
The objects available within our connector are accessible from the "cdata.shipstation" module. To use the module's objects directly:
- Import the module as follows:
import cdata.shipstation as mod
- To establish a connection string, call the connect() method from the connector object using an appropriate connection string, such as:
mod.connect("APIKey='YourAPIKey';APISecret='YourAPISecret'")
Use the BASIC Authentication standard to connect to ShipStation.
Connecting to ShipStation
- Login to your ShipStation account: ShipStation Login.
- Click on the settings icon in the upper right corner. A column menu will show up on the left.
- Click Account -> API Settings.
- On the API Settings page, note the API Key and API Secret.
Authenticating to ShipStation
- APIKey: Set this to the API key from the API settings page.
- APISecret: Set this to the Secret key from the API settings page.