# CymbioApi.NewStore

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | name is the store&#39;s identifier and nust be unique | 
**title** | **String** | unlike the store name which is a unique identifier, this field is just a title. | [optional] 
**host** | **String** |  | 
**type** | **String** |  | 
**currency** | **String** | 3 letters currency code | 
**locale** | **String** | 2 letters language code | 
**countryCode** | **String** | 2 letters country code | 
**passwordEnabled** | **Boolean** |  | [optional] [default to false]
**token** | **String** | API token to connect to the store&#39;s API | 
**address** | **String** |  | [optional] 
**city** | **String** |  | [optional] 
**state** | **String** |  | [optional] 
**phone** | **String** |  | [optional] 
**timezone** | **String** |  | [optional] 
**zipCode** | **String** |  | [optional] 
**establishedAt** | **String** |  | [optional] 
**cymbioTrigger** | **Integer** | What is the minimum native search results number to trigger cymbio extend. -1 for automatic trigger | [optional] 


<a name="TypeEnum"></a>
## Enum: TypeEnum


* `MAGENTO` (value: `"MAGENTO"`)

* `SHOPIFY` (value: `"SHOPIFY"`)

* `PRESTASHOP` (value: `"PRESTASHOP"`)




