Update locales
Sets business item languages. Supports language ISO code 2 or language_localization (eg. 'en' or 'en_US').
Path parameters
-
The unique identifier for the business.
Body Required
array[string]
array[string]
A list of locales.
PUT
/i/locales/{businessId}
curl \
--request PUT https://api.trial.lsk.lightspeed.app/i/locales/454335871 \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '["en","es","de","fr"]'
Request example
[
"en",
"es",
"de",
"fr"
]