EcommerceStores

A list of an account's ecommerce stores.

Columns

Name

Type

ReadOnly

Description

Id [KEY]

String

True

The unique identifier for the store.

ListId [KEY]

String

True

The unique identifier for the MailChimp list that's associated with the store. The list_id for a specific store can't change.

Name

String

False

The name of the store.

Platform

String

False

The ecommerce platform of the store.

Domain

String

False

The store domain.

EmailAddress

String

False

The email address for the store.

CurrencyCode

String

False

The three-letter ISO 4217 code for the currency that the store accepts.

MoneyFormat

String

False

The currency format for the store. For example: `$`, `£`, etc.

PrimaryLocale

String

False

The primary locale for the store. For example: `en`, `de`, etc.

Timezone

String

False

The timezone for the store.

Phone

String

False

The store phone number.

Address_Address1

String

False

The store's mailing address.

Address_Address2

String

False

An additional field for the store's mailing address.

Address_City

String

False

The city the store is located in.

Address_Province

String

False

The store's state name or normalized province.

Address_ProvinceCode

String

False

The two-letter code for the store's province or state.

Address_PostalCode

String

False

The store's postal or zip code.

Address_Country

String

False

The store's country.

Address_CountryCode

String

False

The two-letter code for to the store's country.

Address_Longitude

Double

False

The longitude of the store location.

Address_Latitude

Double

False

The latitude of the store location.

CreatedAt

Datetime

True

The date and time the store was created.

UpdatedAt

Datetime

True

The date and time the store was last updated.

Last updated