Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.55 KB

ECommerceStore1.md

File metadata and controls

25 lines (19 loc) · 1.55 KB

# ECommerceStore1

An individual store in an account.

Properties

Name Type Description Notes
Id string The unique identifier for the store.
ListId string The unique identifier for the list associated with the store. The `list_id` for a specific store cannot change.
Name string The name of the store.
Platform string The e-commerce platform of the store. [optional]
Domain string The store domain. This parameter is required for Connected Sites and Google Ads. [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.
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]

[Back to Model list] [Back to API list] [Back to README]