# Product QR Code Generator for E-commerce

**Use case:** 

Create a QR code per product URL for packaging labels and in-store displays.

## Input

```json
{
  "inputTexts": [
    "https://apify.com/onescales/bulk-qr-codes"
  ]
}
```

## Output

```json
{
  "text": {
    "label": "Text"
  },
  "downloadUrl": {
    "label": "Download url"
  },
  "qrImageBase64": {
    "label": "Qr image base64"
  }
}
```

## About this Actor

This example demonstrates how to use [Bulk QR Code Generator](https://apify.com/onescales/bulk-qr-codes) with a specific input configuration. Visit the [Actor detail page](https://apify.com/onescales/bulk-qr-codes) to learn more, explore other use cases, and run it yourself.