Store adapter — Orderhive
The adapter object contains properties for connecting to the Orderhive API.
Parent object: a store with property "platform" : "orderhive"
Required properties
The following adapter properties are required for Orderhive stores.
id_token
| Property | id_token |
| Name | ID Token |
| Data type | string |
| Required? | Yes |
refresh_token
| Property | refresh_token |
| Name | Refresh Token |
| Data type | string |
| Required? | Yes |
Optional properties
The following adapter properties are optional for Orderhive stores.
status
| Property | status |
| Name | Import Status |
| Description | If specified, only orders with these statuses are imported |
| Data type | array of strings |
stores
| Property | stores |
| Name | Import Stores |
| Description | If specified, only orders for these stores are imported |
| Data type | array of strings |
| Property | tags |
| Name | Import Tags |
| Description | If specified, only orders with these tags are imported |
| Data type | array of strings |
warehouse
| Property | warehouse |
| Name | Import Warehouse |
| Description | If specified, only orders for this warehouse are imported |
| Data type | string |