When a PrintIQ product already has a static PDF attached and Infigo also uploads artwork during order creation, you can end up with two PDFs attached to the same job. This causes downstream workflow confusion (e.g., systems may try to produce both).
To resolve this, a new optional field is supported on the artwork upload request: ReplaceQQADAKey
. When present, PrintIQ replaces the existing static PDF artwork (identified by its QQADAKey) with the file uploaded by Infigo—so only one PDF is associated with the job.
-
QQADAKey = the artwork’s internal identifier in PrintIQ.
-
The value for ReplaceQQADAKey
is retrieved from the AcceptQuote API response.
-
The feature is controlled by a switch in Connect: PrintIQ and is disabled by default.
-
Multi-section products are supported by mapping each section to the correct QQADAKey
so all PDFs in PrintIQ are replaced with the Infigo versions.
Key Settings
Use Cases
-
Product with static PDF
The product has a PDF attached in PrintIQ. With the feature enabled, Infigo replaces that PDF using ReplaceQQADAKey
, preventing duplicates.
-
Multi-section product
Each section in PrintIQ may have its own static PDF. Infigo maps each section to the correct QQADAKey
and replaces all PDFs section-by-section.
-
Artwork Bypass / IFrame integrations
For flows where artwork is set at quote/product level and also uploaded during acceptance, ReplaceQQADAKey
forces a clean handover to a single, correct PDF per job/section.
-
Product Sync scenarios
When PrintIQ products are synced with Infigo and already carry artwork, the replacement mechanism ensures only the Infigo PDF is retained.
Step-by-Step Implementation Guide
-
Enable the feature (optional)