XiaoFaye / WooCommerce.NET

A .NET Wrapper for WooCommerce/WordPress REST API
MIT License
393 stars 218 forks source link

Coupons get by email_restrictions #774

Open DragonSoftGit opened 4 months ago

DragonSoftGit commented 4 months ago

Please help.. anyone know how to filter coupons by email restrictions .. I tryed like this but always retrive all coupons..

Dictionary<string, string> cup = new Dictionary<string, string>(); var mejl = mojkupac.email; cup.Add("email_restrictions", "my email adres set in coupon");

var cup = await wc.Coupon.GetAll(cup);