Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.31 KB

ECommerceStore2.md

File metadata and controls

23 lines (17 loc) · 1.31 KB

# ECommerceStore2

An individual store in an account.

Properties

Name Type Description Notes
Name string The name of the store. [optional]
Platform string The e-commerce platform of the store. [optional]
Domain string The store domain. [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]

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