Skip to main content

ContactStoreSetup

Contact Store setup.

type ContactStoreSetup {
brands: [Brand!]!
contact: ContactSetup!
countryList: CountryList!
marketing: ContactStoreMarketingSetup!
note: ContactStoreNoteSetup!
}

Fields​

ContactStoreSetup.brands ● [Brand!]! non-null object​

The list of brands for the contact store.

ContactStoreSetup.contact ● ContactSetup! non-null object​

The setup options for contacts within the contact store.

ContactStoreSetup.countryList ● CountryList! non-null object​

The country list associated with the contact store.

ContactStoreSetup.marketing ● ContactStoreMarketingSetup! non-null object​

The setup options for marketing tags within the contact store.

ContactStoreSetup.note ● ContactStoreNoteSetup! non-null object​

The setup options for notes within the contact store.

Member Of​

ContactStore object