Skip to content

CustomerSettings

All customer settings which are defined by Shopgate

Field Type Required Description
defaultLocale string
defaultCurrency string
communicationPreferences array[string] Communication Preferences.
default: ["sms","push"]
defaultLocationCode string
marketingOptIn boolean default: false
{
"defaultLocale": "en-us",
"defaultCurrency": "USD",
"communicationPreferences": [
"email",
"push",
"sms"
],
"defaultLocationCode": "DERetail001",
"marketingOptIn": true
}