URL Query String with Dynamic Data Connected to QR Code?

Options
KT_H
KT_H ✭✭✭
edited 04/22/24 in API & Developers

I recently built out an inventory system that generates a custom URL query string for each item that partially pre-fills out a form to check items in/out of inventory. The form is meant to include a "current stock level" value so the person knows how much they are able to check out of inventory, but the team using it wants to connect those custom URL query strings to a QR code. To do that in its current form would require us to remove the stock level since that is a dynamic field that changes the URL each time items are checked in or out of stock. The question is if anyone has come up with a solution for this problem using an external application or API to connect the updated URL query string to the existing QR code.

Answers