putProductsGroupsMainProduct

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

  • groups Array<Object>
  • productIdent Object
  • productId value: number|string
Examples

This function retrieves information about a product using its ID as the identifier.

Loading editor...

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