A Magento 2 module that introduces a dedicated Gift Card product type with recipient details, custom amounts, unique code generation, and GraphQL support.
Warning
Under active development. APIs, schema, and behavior may change without notice. Not recommended for production use.
Market Gift Card adds a first-class giftcard product type to Magento 2. Merchants sell gift cards with fixed or customer-entered amounts, recipient details are captured at cart, and a unique secure code is generated per gift card on invoice. The module also ships with GraphQL addProductsToCart support so headless storefronts work out of the box.
- Copy the module into your Magento project at
app/code/Market/GiftCard/:
mkdir -p app/code/Market/GiftCard
cp -r /path/to/module-gift-card/* app/code/Market/GiftCard/- Enable the module and run setup:
bin/magento module:enable Market_GiftCard
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
bin/magento cache:flush- Verify:
bin/magento module:status Market_GiftCardMagento_CatalogMagento_Sales
Proprietary. Copyright © 2026 Market. All rights reserved.