Skip to content
  • There are no suggestions because the search field is empty.

Update localized sales unit text & translations

This Knowledge Base article is to explain how to update localized sales unit texts & translations.

This Knowledge Base article is to explain how to update localized sales unit texts & translations.

Check out the API documentation for the machine-to-machine connection.

Credentials ('client_id' and 'client_secret') are needed in order to start working with the API. These credentials will be provided to you by your SyncForce Implementation Partner.

The API documentation refers to the following ID's / codes:
  • UMID
  • textRoleId
  • languageCode

The 'UMID' is the Unique Material Identifier and is the identifier of the sales unit. This UMID can be found in the SyncForce interface:
  • Sign in to [customer].syncforce.com
  • Go to Manage Product Portfolio
  • Open a sales unit
  • See the UMID in the 'Variant' section

Other options to check the UMID's are:

  • Use the REST API to retrieve all sales units and their UMID's via https://connect.syncforce.io/Products/. For the full REST API documentation, check out https://synf.co/restapi
  • Request the Excel report 'SyncForce Identifiers'

The REST API can be used to retrieve all configured text roles and content languages. Use the following endpoints:
  • https://connect.syncforce.io/Metadata/Products/Roles
  • https://connect.syncforce.io/Metadata/ContentLanguages

For access to the REST API, contact your SyncForce Implementation Partner.