Store adapter — CoreXpand
The adapter object contains properties for connecting to the CoreXpand API.
Parent object: a store with property "platform" : "corexpand"
Required properties
The following adapter properties are required for CoreXpand stores.
enterprise_id
| Property | enterprise_id |
| Name | Enterprise ID |
| Data type | string |
| Required? | Yes |
identity
| Property | identity |
| Name | CoreXpand Identity |
| Data type | string |
| Required? | Yes |
password
| Property | password |
| Name | CoreXpand Password |
| Data type | string |
| Required? | Yes |
secret
| Property | secret |
| Name | CoreXpand Secret |
| Data type | string |
| Required? | Yes |
store_ids
| Property | store_ids |
| Name | Store ID(s) |
| Description | One or more store IDs |
| Data type | array of strings |
| Required? | Yes |
username
| Property | username |
| Name | CoreXpand Username |
| Data type | string |
| Required? | Yes |
Optional properties
The following adapter properties are optional for CoreXpand stores.
connection_string
| Property | connection_string |
| Name | Connection String |
| Data type | string |