{ "operationId": "updateSettingsLocale", "method": "PUT", "path": "/settings/store/locale", "summary": "BigCommerce Update Locale Settings", "requestExamples": [ { "contentType": "application/json", "name": "Example", "example": { "default_shopper_language": "en", "shopper_language_selection_method": "default_shopper_language", "store_country": "United States" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Example", "example": { "data": { "default_shopper_language": "en", "shopper_language_selection_method": "default_shopper_language", "store_country": "United States" }, "meta": {} } } ] }