putProductsGroupsSettings

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

  • groups Array<Object>
  • productIdent Object
  • displayInPanel 'firstAvailable'|'all'
  • displayOnPage 'firstAvailable'|'all'|'specified'
  • specifiedProductIdent Object
  • productId value: number|string
Examples

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

Loading editor...

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