Store adapter — DropStream SCFE
The adapter object contains properties for connecting to the DropStream SCFE API.
Parent object: a store with property "platform" : "file_transfer"
Required properties
The following adapter properties are required for DropStream SCFE stores.
connection_string
| Property | connection_string |
| Name | FTP Connection String |
| Data type | string |
| Example | "ftp://user:pass@host:port" |
| Required? | Yes |
file_adapter
| Property | file_adapter |
| Name | File Adapter |
| Data type | string |
| Required? | Yes |
Optional properties
The following adapter properties are optional for DropStream SCFE stores.
file_extension
| Property | file_extension |
| Name | File Extension |
| Data type | string |
| Default | "csv" |
remote_inventory_path
| Property | remote_inventory_path |
| Name | Remote Inventory Path |
| Data type | string |
| Default | "/production/outgoing/inventory" |
remote_order_archive_path
| Property | remote_order_archive_path |
| Name | Remote Orders Archive Path |
| Data type | string |
| Default | "/production/incoming/orders/archive" |
remote_order_path
| Property | remote_order_path |
| Name | Remote Orders Path |
| Data type | string |
| Default | "/production/incoming/orders" |
remote_shipments_path
| Property | remote_shipments_path |
| Name | Remote Shipments Path |
| Data type | string |
| Default | "/production/outgoing/shipments" |
Example
Example: create a new DropStream SCFE store
For details about this request type, see: Create a new store.