fetch user who used promocode
I want to fetch user who used promocode while subscribing but i'm not able to fetch number of user who used promocode
I am trying to used by php SDK
Discussions are closed to public comments.
If you need help with Cheddar please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Marcela Poffald on 29 Jun, 2018 02:41 PM
Hi Jayesh,
There are a couple of ways to find all users who've used a promo code. In the UI, you can go into the Customers Search, and in the Advanced menu, there's a field for Coupon Code. You can enter the redemption code for the promo there and you'll see all the customers who have used it.
Via the API, you can look at the response of a
customers/get
call. Any customer that applied a promo code will have the promotion data listed in apromotions
node in the response.Hope this helps! Let me know if you have any other questions.
Marcela Poffald closed this discussion on 11 Jul, 2018 03:19 PM.