putMenuSort

Operation Id:
Methods

  • menu_list Array<Object>
  • settings Object
  • shop_id Integer
  • menu_id Integer
  • lang_id String
  • parent_id Integer
  • parent_textid String
  • recursive 'y'|'n'
Examples

This function retrieves the parent menu item with shop ID 1, menu ID 1, language ID "pol", and parent ID 1.

const result = await idosellRequest.putMenuSort
	.shop_id(1)
	.menu_id(1)
	.lang_id("pol")
	.parent_id(1)
	.exec()