Localization​
Endpoints to interact with localization
Operations​
Finds a locationzation by name​
Adds new phrases for a localization.​
Adds new phrases for a localization. You can pass in a single phrase or an array of phrases.
Authorizations​
Parameters​
Path Parameters
Id of the localization
Request Body​
Responses​
The phrases where added.
Updates existing phrase for a localization.​
Updates existing phrase for a localization. You can pass in a single phrase or an array of phrases.
Authorizations​
Parameters​
Path Parameters
Id of the localization
Request Body​
Responses​
The phrases where updates.
Finds a locationzation by name​
Returns a single locationization and language.
Authorizations​
Parameters​
Path Parameters
Id of the localization language.
The start of name of phrase to search for.
Responses​
The location was found.
Delete existing phrases for a localization.​
Deletes existing phrases for a localization.
Authorizations​
Parameters​
Path Parameters
Id of the localization
The phrases to delete. You can include multiple seperated by a comma.
Responses​
The updates was added.
Searches the list of localization.​
Returns a list of localizations.
Authorizations​
Parameters​
Query Parameters
Set the max number of objects to return.
"int64"Set the number of objects to ignore before starting.
"int64"The phrase to include. Preforms a wild cart search.
Iso name of the language to return the localizations for.
Adds additional details to the results. Supports the following values:
- phrases - Include phrases for each localization.
- defaults - Include the list of default phrases.
Responses​
Adds an existing location.​
Authorizations​
Request Body​
Responses​
The location was found.
Finds a locationzation by id​
Returns a single locationization
Authorizations​
Parameters​
Path Parameters
Id of the localization
Query Parameters
The phrase to include. Preforms a wild cart search.
Adds additional details to the results. Supports the following values:
- phrases - Include phrases for each localization.
- defaults - Include the list of default phrases.
Responses​
The requested localization.
Deletes an existing location.​
Authorizations​
Parameters​
Path Parameters
Id of the localization
Query Parameters
Determines the format of repsonse. If not provided the default is id. Can be one of the following values:
- none - no body is returned.
- id - The id of the customer is returend.
- object - The entire object is returned.
Responses​
The location was found.
Updates an existing location.​
Authorizations​
Parameters​
Path Parameters
Id of the localization language.
Query Parameters
Determines the format of repsonse. If not provided the default is id. Can be one of the following values:
- none - no body is returned.
- id - The id of the customer is returend.
- object - The entire object is returned.
Request Body​
Responses​
The location was found.
