putProductsSeries

Operation Id:
products/series/put [Official Documentaction]
Methods

  • series Array<Object>
  • id Integer
  • nameInPanel String
  • shopsConfigurations Array<Object>
Examples

This function selects the product series with ID 1 and assigns it the name "Seria 1" in the panel.

const result = await idosellRequest.putProductsSeries
	.id(1)
	.nameInPanel("Seria 1")
	.exec()