Hello, any app to bulk import gift card with codes?
Importing from Woocommerce, can export them into csv files, but they all have special codes already assigned with values, any way i can keep the same codes for my customers while importing?
Thanks
Hello, any app to bulk import gift card with codes?
Importing from Woocommerce, can export them into csv files, but they all have special codes already assigned with values, any way i can keep the same codes for my customers while importing?
Thanks
Hello @PlantedAquaria
Hope you are doing well!
Can you check this app. May be this one help you.
Hello @PlantedAquaria ,
Can you please provide more details?
As far as I understand, Matrixify can be a good solution for you. In general, it allows you to migrate data to Shopify from Woocommerce.
It seems you wouldn’t be able to solve it without custom coding.
If you need any assistance, please, don’t hesitate to drop me a line.
Best regards,
Anastasia
This is great, thank you!
Shopify doesn’t natively support bulk importing gift cards with pre-defined codes, so most people end up generating them in Shopify and then exporting, or using an app that handles codes explicitly. If you need to import existing codes from a spreadsheet, tools like Altera can help since they support more flexible import logic and validation than Shopify’s default importer. Either way, double-check the codes post-import since gift cards are one area where Shopify is pretty strict.
Here’s the current state of things for anyone migrating gift cards from WooCommerce with existing codes.
Shopify’s Admin API does support keeping your original codes. The giftCardCreate mutation accepts a custom code value, so customers can keep redeeming the exact codes they already have. Four things to check before you import, because these catch almost everyone:
As for how to actually run it: Matrixify covers this as part of a broader store migration (as Anastasia mentioned above), a developer can script it against the GraphQL Admin API fairly quickly, or there are gift-card-specific import apps. Full disclosure, I built one of those (BatchCard), so weigh that accordingly. Any of the three routes will preserve your codes as long as they fit Shopify’s format.