FormattingError Code Solution
How to Fix Shopify CSV Error: Gift Card Attribute Must Be Boolean
Gift Card column contains text other than "TRUE" or "FALSE".
Exact Shopify Importer Exception:
Validation failed: Gift Card must be TRUE or FALSE
Root Cause Analysis
Unformatted strings like "Yes", "No", "0".
Manual Resolution Steps
- 1Change Gift Card value to "TRUE" or "FALSE".
Example Broken Payload Triggering This Error:
{
"Handle": "store-gift-card",
"Gift Card": "Yes"
}Automate This Fix in Your Browser
Shopify CSV Doctor automatically detects and repairs Gift Card Attribute Must Be Boolean line items client-side without manual spreadsheet editing.