Global Settings
Get Customer Settings
GET https://api.bigcommerce.com/stores/{store_hash}/v3/customers/settingsRequest
Returns the global-level customer settings.
Notes:
- Global customer settings don't apply on a channel when there are channel specific settings configured through Channel Settings.
Authentication
- X-Auth-Token in header
Parameters
- store_hash in path - string
example
Response
Returns customer settings values for global level.
Body
object | application/json
dataobject
Customer Settings.
data
Update Customer Settings
PUT https://api.bigcommerce.com/stores/{store_hash}/v3/customers/settingsRequest
Updates the customer settings on the global level.
Authentication
- X-Auth-Token in header
Parameters
- store_hash in path - string
Body
object | application/json
Customer Settings.
privacy_settingsobject
Controls the privacy settings.customer_group_settingsobject
The settings for a collection of customers.
example-1
Response
Customer settings are returned on a global level.
Body
object | application/json
dataobject
Customer Settings.
data
Did you find what you were looking for?