> For the complete documentation index, see [llms.txt](https://docs.hotwax.co/documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hotwax.co/documents/learn-shopify/shopify-integration/products/download-gift-cards.md).

# Gift Card Product Sync

Gift cards are stored-value cards that carry a value determined at the time of the card's purchase. They are often given as gifts or rewards and are redeemable for products up to the value stored on the card.

## Gift cards in Shopify

Retailers set up both physical and digital gift cards in Shopify. Both physical and digital gift cards have a unique serial number or GC number that needs to be entered to redeem the card's value.

### Physical gift cards

Physical gift cards are tangible cards that customers can buy online or in-store. These cards come with a unique serial number that customers can use to redeem the value stored in the card.

* **Preparation and processing:** These cards are assigned a unique serial number and a predefined value loaded onto them when they are processed and prepared for shipping.
* **Activation:** After processing, gift cards are activated in Shopify so that when customers receive their physical gift card, they can use the gift card serial number to redeem their purchase.
* **Inventory management:** Physical gift cards have actual stock-keeping units and require delivery to customers just like any other physical product. Often, retailers create different variants of a gift card with different denominations to provide customers with multiple options.

### Digital gift cards

Digital gift cards, also known as e-gift cards, are virtual equivalents of physical gift cards. Customers receive them via email or text message along with a unique serial number that they can use to redeem the value stored in the card.

* **Preparation and processing:** Customers receive digital cards instantly upon purchase via email, and therefore, they are immediately fulfilled.
* **Activation:** Digital gift cards automatically activate in Shopify.
* **Inventory management:** Digital gift cards do not require physical inventory management because they are virtual products. Therefore, inventory tracking for digital gift cards is usually disabled on Shopify. This means they can be sold without quantity limits.

## Download gift cards from Shopify to HotWax Commerce

HotWax downloads physical and digital gift cards from Shopify as part of the [standard product download](/documents/learn-shopify/shopify-integration/products/download-products.md), which captures all gift card variants.

The product SKU serves as the primary identifier, which maps to the product ID in HotWax. Consequently, if multiple gift cards in Shopify share the same SKU, they associate with a common product ID in HotWax.

For example, consider a product named "Gift Card" in Shopify with three variants:

| SKU       | Product ID | Price |
| --------- | ---------- | ----- |
| 55000-000 | 1001       | $100  |
| 55000-000 | 1002       | $250  |
| 55000-000 | 1003       | $500  |

Upon downloading this product "Gift Card" from Shopify, it maps in HotWax as follows:

| SKU       | Shopify Product ID | Shop ID  | HC Product ID |
| --------- | ------------------ | -------- | ------------- |
| 55000-000 | 1001               | NOTNAKED | HC2001        |
| 55000-000 | 1002               | NOTNAKED | HC2001        |
| 55000-000 | 1003               | NOTNAKED | HC2001        |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hotwax.co/documents/learn-shopify/shopify-integration/products/download-gift-cards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
