Store adapter — Ordoro
The adapter
object contains properties for connecting to the Ordoro API.
Parent object: a store with property "platform" : "ordoro"
Required properties
The following adapter
properties are required for Ordoro stores.
email
Property | email |
Name | Ordoro Account Email Address |
Data type | string |
Required? | Yes |
password
Property | password |
Name | Ordoro Account Password |
Data type | string |
Required? | Yes |
warehouse_id
Property | warehouse_id |
Name | Warehouse ID |
Data type | string |
Required? | Yes |
Optional properties
The following adapter
properties are optional for Ordoro stores.
api_version
Property | api_version |
Name | API Version |
Data type | string |
Accepted values | |
Default | "2" |
import_status
Property | import_status |
Name | Import Status |
Description | Only orders with the specified status will be imported |
Data type | string |
Accepted values | |
Default | "in_process" |
import_tag
Property | import_tag |
Name | Import Tag |
Description | Only orders with the specified tag are imported |
Data type | string |
notify_cart
Property | notify_cart |
Name | Notify Cart |
Data type | boolean |
Default | true |
Example
Example: create a new Ordoro store
For details about this request type, see: Create a new store.