putDiscountsGroups

Operation Id:
discounts/groups/put [Official Documentaction]
Methods

  • discountGroupId Integer
  • discountGroupName String
Examples

This function assigns the discount group name "abcdefg" to the discount group with the ID 201.

const result = await idosellRequest.putDiscountsGroups
	.discountGroupId(201)
	.discountGroupName("abcdefg")
	.exec()