getSystemUnits

Operation Id:
system/units/get [Official Documentaction]
Methods

  • languagesIds Array<String>
Examples

This function returns the language ID(s) associated with the language code "pol".

const result = await idosellRequest.getSystemUnits
	.languagesIds(["pol"])
	.exec()