An individual store in an account.
Name | Type | Description | Notes |
---|---|---|---|
Id | string | The unique identifier for the store. | [optional] [readonly] |
ListId | string | The unique identifier for the list that's associated with the store. The `list_id` for a specific store can't change. | [optional] [readonly] |
Name | string | The name of the store. | [optional] |
Platform | string | The e-commerce platform of the store. | [optional] |
Domain | string | The store domain. The store domain must be unique within a user account. | [optional] |
IsSyncing | bool | Whether to disable automations because the store is currently syncing. | [optional] |
EmailAddress | string | The email address for the store. | [optional] |
CurrencyCode | string | The three-letter ISO 4217 code for the currency that the store accepts. | [optional] |
MoneyFormat | string | The currency format for the store. For example: `$`, `£`, etc. | [optional] |
PrimaryLocale | string | The primary locale for the store. For example: `en`, `de`, etc. | [optional] |
Timezone | string | The timezone for the store. | [optional] |
Phone | string | The store phone number. | [optional] |
Address | Address1 | [optional] | |
ConnectedSite | ConnectedSite2 | [optional] | |
Automations | Automations | [optional] | |
ListIsActive | bool | The status of the list connected to the store, namely if it's deleted or disabled. | [optional] [readonly] |
CreatedAt | time.Time | The date and time the store was created in ISO 8601 format. | [optional] [readonly] |
UpdatedAt | time.Time | The date and time the store was last updated in ISO 8601 format. | [optional] [readonly] |
Links | []ResourceLink | A list of link types and descriptions for the API schema documents. | [optional] [readonly] |