putSystemConfig

Operation Id:
system/config/put [Official Documentaction]
Methods

  • panelSettings Object
Examples

This function updates the panel settings for the main stock system to "iai".

Loading editor...

const result = await idosellRequest.putSystemConfig
	.panelSettings({
		"mainStockSystem":"iai"
	})
	.exec();