putProductsGroupsMainProduct

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

  • groups Array<Object>
  • productIdent Object
Examples

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

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