# CymbioApi.Store

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The store id. | [optional] 
**name** | **String** | name is the store&#39;s identifier and must be unique | [optional] 
**title** | **String** | unlike the store name which is a unique identifier, this field is just a title. | [optional] 
**host** | **String** |  | [optional] 
**type** | **String** |  | [optional] 
**currency** | **String** | 3 letters currency code | [optional] 
**locale** | **String** | 2 letters language code | [optional] 
**countryCode** | **String** | 2 letters country code | [optional] 
**passwordEnabled** | **Boolean** |  | [optional] [default to false]
**token** | **String** | API token to connect to the store&#39;s API | [optional] 
**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. | [optional] 
**initialProductsImport** | **Boolean** |  | [optional] 
**cymbioStatus** | **String** |  | [optional] 
**cymbioPaymentMethod** | [**PaymentMethod**](PaymentMethod.md) |  | [optional] 
**cymbioType** | **String** |  | [optional] 
**supplyerStatus** | **String** |  | [optional] 
**supplyerStatusMessage** | **String** |  | [optional] [default to &#39;&#39;]


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


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

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

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




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


* `NON_ACTIVE` (value: `"NON_ACTIVE"`)

* `ACTIVE` (value: `"ACTIVE"`)

* `SUSPENDED` (value: `"SUSPENDED"`)




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


* `SWAPP` (value: `"SWAPP"`)

* `EXTENDIT` (value: `"EXTENDIT"`)




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


* `NONE` (value: `"NONE"`)

* `PENDING` (value: `"PENDING"`)

* `APPROVED` (value: `"APPROVED"`)

* `DECLINED` (value: `"DECLINED"`)




