putProductsGroupsSettings

Operation Id:
products/groups/settings/put [Official Documentaction]
Methods

  • groups Array<Object>
  • productIdent Object
  • displayInPanel 'firstAvailable'|'all'
  • displayOnPage 'firstAvailable'|'all'|'specified'
  • specifiedProductIdent Object
Examples

This function retrieves and displays the product identified by the ID value "33" in a panel for all product groups.

const result = await idosellRequest.putProductsGroupsSettings
	.productIdent({"productIdentType":"id","identValue":"33"})
	.displayInPanel("all")
	.exec()