Share "app-generated" barcodes with customers

Distribute mobile wallet passes or plain barcodes in person, on your website, through Shopify notifications or using bulk emailing services such as Mailchimp, Klavyio, Shopify Email, etc.

Would you like to automate the process of creating new barcodes and sharing them with your customers? No problem, "Barcodify - Customer Selector" provides multiple methods to do so.

If you prefer creating and sharing your own custom barcodes, please skip this guide and sync custom barcodes with the app.

The app provides URLs that can be used to download digital cards and plain barcodes. These are called "app-generated barcodes". To generate them, add your myshopify.com domain name and the Shopify customer ID to the URLs below:

Unique customer IDs are encoded in the barcodes, so when you scan a barcode, Shopify can recognise the customer by ID.

Options

Plain barcode background and foreground colours are customisable via bgColor and fgColor hex colour query parameters. For example,

Transparent background

https://select-customer-barcode-prod.herokuapp.com/public-api/v1/barcodes/code128/galmis-test.myshopify.com/12345?bgColor=%230000

Red foreground

https://select-customer-barcode-prod.herokuapp.com/public-api/v1/barcodes/code128/galmis-test.myshopify.com/12345?fgColor=%23ff0000

Ensure hex colour parameters are URL encoded, i.e. pass in %23fff instead of #fff.

Automated sharing

Typing customer IDs manually and sending links to customers individually would be slow. Luckily there are other quicker methods such as:

Last updated