Store adapter — Infusionsoft
The adapter object contains properties for connecting to the Infusionsoft API.
Parent object: a store with property "platform" : "infusionsoft"
Required properties
The following adapter properties are required for Infusionsoft stores.
app_name
| Property | app_name |
| Name | Application Name |
| Description | The subdomain of the Infusionsoft store URL |
| Data type | string |
| More info | Cannot contain special characters . : or / |
| Example | If the store URL is "http://mystore.infusionsoft.com", the application name is "mystore" |
| Required? | Yes |
password
| Property | password |
| Name | Password |
| Description | Infusionsoft password |
| Data type | string |
| Required? | Yes |
username
| Property | username |
| Name | Username |
| Description | Infusionsoft user ID or email address |
| Data type | string |
| Required? | Yes |
vendor_api_key
| Property | vendor_api_key |
| Name | Vendor API Key |
| Data type | string |
| Required? | Yes |
Optional properties
The following adapter properties are optional for Infusionsoft stores.
pay_status
| Property | pay_status |
| Name | Pay Status |
| Description | Import orders only with this status |
| Data type | string |
| Accepted values | "1" — for Paid"none" — for Not Required
|
| Example | "1" |
shipment_date_custom_field_name
| Property | shipment_date_custom_field_name |
| Name | Shipping Date Field |
| Description | Custom field used for the shipment date |
| Data type | string |
tracking_number_custom_field_name
| Property | tracking_number_custom_field_name |
| Name | Tracking Number Field |
| Description | Custom field used for the order tracking number |
| Data type | string |
Example
Example: create a new Infusionsoft store
For details about this request type, see: Create a new store.