I want to be able to use shopify’s api to redeem shopify’s Gift Cards not only on EC but also on store POS systems.
how to link the “QR code” ( 16 alphanumerical digits) and “id” (12 numerical digits) is the question.
Both GraphQL and rest are designed to search by “id”(12 numerical digits).
Since the scan is a “QR code” (16 alphanumerical digits), We imagine that there is some mechanism to convert “QR code”(16 alphanumerical digits) to “id”(12 numerical digits).
I would appreciate any helpful advice.