Share 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.
The app provides URLs that can be used to download digital cards and plain barcodes. To generate these, add your myshopify.com domain name and the Shopify customer ID to the URLs below:
Plain Code 128 barcodes - https://select-customer-barcode-prod.herokuapp.com/public-api/v1/barcodes/code128/<myshopify_domain>/<customer_id>. For example, https://select-customer-barcode-prod.herokuapp.com/public-api/v1/barcodes/code128/galmis-test.myshopify.com/12345.
Plain QR codes - https://select-customer-barcode-prod.herokuapp.com/public-api/v1/barcodes/qr/<myshopify_domain>/<customer_id>. For example, https://select-customer-barcode-prod.herokuapp.com/public-api/v1/barcodes/qr/galmis-test.myshopify.com/12345.
Apple Wallet - https://select-customer-barcode-prod.herokuapp.com/public-api/v1/wallet/apple/<myshopify_domain>/<customer_id>. For example, https://select-customer-barcode-prod.herokuapp.com/public-api/v1/wallet/apple/galmis-test.myshopify.com/12345.
Google Wallet - https://select-customer-barcode-prod.herokuapp.com/public-api/v1/wallet/google/<myshopify_domain>/<customer_id>. For example, https://select-customer-barcode-prod.herokuapp.com/public-api/v1/wallet/google/galmis-test.myshopify.com/12345.
Unique customer IDs are encoded in the barcodes, so when you scan a barcode, Shopify can recognise the customer by ID.
Typing customer IDs manually and sending links to customers individually would be slow. Luckily there are quicker methods.
Last updated