Barcodify - Customer Selector
  • Getting started
    • Introduction
    • Design mobile wallet passes
    • Share "app-generated" barcodes with customers
      • Share barcodes in person
      • Share barcodes via Shopify notifications
      • Share barcodes via bulk messaging services
      • Place barcodes on the customer page
    • Synchronise "merchant-issued" custom barcodes with the app
      • Enter barcodes individually
      • Import barcodes
      • Populate barcodes from customer metafield
    • Bulk-export customers
    • Analytics
    • Add customers to the POS cart
    • Legacy (slower) ways to add customers
      • Shopify POS "Add customer" Smart Grid action
      • The app's Smart Grid actions
  • Troubleshooting
    • FAQs
      • Can I use one scanner to add products and customers?
      • What scanner should I get for customer barcodes?
    • Known issues & workarounds
      • "Add customer" POS extension no longer works
      • Expected a valid shop query parameter
      • Something went wrong. Please check your cart or try again.
  • Legal
    • Terms of Service
    • Privacy Policy
    • Sub-processors
Powered by GitBook
On this page
  1. Getting started

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.

PreviousDesign mobile wallet passesNextShare barcodes in person

Last updated 1 month ago

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 .

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:

  • Plain Code 128 barcodes - https://select-customer-barcode-prod.herokuapp.com/public-api/v1/barcodes/code128/<myshopify_domain>/<customer_id>. For example,.

  • Plain QR codes - https://select-customer-barcode-prod.herokuapp.com/public-api/v1/barcodes/qr/<myshopify_domain>/<customer_id>. For example,.

  • Apple Wallet - https://select-customer-barcode-prod.herokuapp.com/public-api/v1/wallet/apple/<myshopify_domain>/<customer_id>. For example, .

  • Google Wallet - https://select-customer-barcode-prod.herokuapp.com/public-api/v1/wallet/google/<myshopify_domain>/<customer_id>. For example, .

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 other quicker methods such as:

  • . Your customers would simply scan a QR code from your device to download their mobile wallet passes. Useful in physical stores, no need to send passes online.

  • . Automatically send barcodes to your customers when they sign up, complete orders, etc.

  • . Send barcodes to your existing customers in bulk via popular services such as Klaviyo, Mailchimp, Shopify Email, and more.

  • . A simple mechanism for your customers to access their barcodes on demand.

sync custom barcodes with the app
https://select-customer-barcode-prod.herokuapp.com/public-api/v1/barcodes/code128/galmis-test.myshopify.com/12345
https://select-customer-barcode-prod.herokuapp.com/public-api/v1/barcodes/qr/galmis-test.myshopify.com/12345
https://select-customer-barcode-prod.herokuapp.com/public-api/v1/wallet/apple/galmis-test.myshopify.com/12345
https://select-customer-barcode-prod.herokuapp.com/public-api/v1/wallet/google/galmis-test.myshopify.com/12345
Sharing barcodes in person
Sharing barcodes via Shopify email notifications
Sharing barcodes via bulk messaging services
Displaying barcodes on your online store's customer account page