Operation Id:
discounts/groups/products/delete/post [Official Documentaction]
Methods
- discountGroupId Integer
- products Array<Integer>
- producers Array<Integer>
- series Array<Integer>
- categories Array<Integer>
- menuItems Array<Integer>
Examples
This function deletes the product with ID 9 from the discounts group with ID 206.
const result = await idosellRequest.deleteDiscountsGroupsProducts
.discountGroupId(206)
.products([9])
.exec()