App Introduction
Track every discount used by each customer in your store. VoucherBoy lets you easily track the exact discount codes and methods each customer has used. You’ll no longer need to manually look up each customer’s orders to determine if they applied a discount code. We also provide an API that you can easily query to securely access customer discount usage data outside the Shopify admin.
Core Functionality
- Track all types of discounts - discount codes, automatic discounts, and manual codes
- Query discount usage for a single customer
- Export all discounts used by each customer in a segment
- Use our API if you need secure access to data outside the Shopify admin
- Easy to use
Merchant-Friendly
- Discount Marketing Merchants
- Membership E-commerce
- Multi-category Independent Stations
Basic Information
- Developer:Artisan Engineering
- Address:Colchester, ENG, GB
- Price: Free / Free plan
- Rating:0 / 5
- Comment Count:0 comment
- Release Date:2025-8-25
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Standard
$9.99
- Track all types of discounts
- Query a single customer
- Bulk export customer discounts
- API Ready - Unlimited
- Easy to use
- Free for development stores
User Location & Comments
User Location
Comments
Shopify API Used
- GET /admin/api/discounts.json
- GET /admin/api/discount_codes.json
- GET /admin/api/automated_discounts.json
Permission:read_discounts,read_discount_codes,read_automated_discounts
- GET /admin/api/customers/{customer_id}/discount_usages.json
- GET /admin/api/discount_usages.json?customer_id={customer_id}
- GET /admin/api/discounts/{discount_id}/usages.json?customer_id={customer_id}
Permission:read_discount_usages,read_customers,read_discounts
- GET /admin/api/customers.json?segment_id={segment_id}&fields=id,discount_usages
- GET /admin/api/discount_usages.json?segment_id={segment_id}
- GET /admin/api/segments/{segment_id}/customers.json?include=discount_usages
Permission:read_customers,read_discount_usages,read_segments