putProductsCategories

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

  • categories Array<Object>
  • id Integer
  • parent_id Integer
  • priority Integer
  • operation String
  • lang_data Array<Object>
Examples

This function updates the language data of a product category with the specified ID using the data provided.

const result = await idosellRequest.putProductsCategories
	.id(1157971976)
	.lang_data([{"lang_id":"pol","singular_name":"Kategoria","plural_name":"Kategorie"}])
	.operation("edit")
	.exec()