Import Discount Group Users
To bulk apply discounts groups to users, create a CSV that adheres to the following rules.
- The first column of your import is how we will look up the user for whom you want to apply a Discount Group. The first row should include a header with one of the following values, corresponding with the identifier you use.
- user_id
- account_id
- username
- member_id
- student_id
- customer_id
- pid
- oktaid
- phone_number
- phone_number must be 11 digit format with country code, area code, and phone number. Example: 19522177561
- The second column should have a header called discount_group_id and contain the ID of the Discounts Group you want to add the user in that row to.
Here's an example entry:
This would make the discounts in the Discount Group #1234 available for the user identified by the email 'test@fanmaker.com'.
discount_group_id | |
---|---|
test@fanmaker.com | 1234 |