getDiscountsGroupsClients

Operation Id:
discounts/groups/clients/get [Official Documentaction]
Methods

  • discountGroupId Integer
Examples

This function retrieves the discount group ID associated with the clients in group 3.

const result = await idosellRequest.getDiscountsGroupsClients
	.discountGroupId(3)
	.exec()