--- title: AppliedGiftCard - Storefront API description: Details about the gift card used on the checkout. api_version: 2025-01 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2025-01/objects/AppliedGiftCard' md: 'https://shopify.dev/docs/api/storefront/2025-01/objects/AppliedGiftCard.md' --- # Applied​Gift​Card object Details about the gift card used on the checkout. ## Fields * amount​Used [Money​V2!](https://shopify.dev/docs/api/storefront/2025-01/objects/MoneyV2) non-null The amount that was taken from the gift card by applying it. * balance [Money​V2!](https://shopify.dev/docs/api/storefront/2025-01/objects/MoneyV2) non-null The amount left on the gift card. * id [ID!](https://shopify.dev/docs/api/storefront/2025-01/scalars/ID) non-null A globally-unique ID. * last​Characters [String!](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) non-null The last characters of the gift card. * presentment​Amount​Used [Money​V2!](https://shopify.dev/docs/api/storefront/2025-01/objects/MoneyV2) non-null The amount that was applied to the checkout in its currency. ### Deprecated fields * amount​Used​V2 [Money​V2!](https://shopify.dev/docs/api/storefront/2025-01/objects/MoneyV2) non-nullDeprecated * balance​V2 [Money​V2!](https://shopify.dev/docs/api/storefront/2025-01/objects/MoneyV2) non-nullDeprecated *** ## Map ### Fields with this object * {}[Cart.appliedGiftCards](https://shopify.dev/docs/api/storefront/2025-01/objects/Cart#field-Cart.fields.appliedGiftCards) *** ## Interfaces * [Node](https://shopify.dev/docs/api/storefront/2025-01/interfaces/Node) interface *** ## ||-AppliedGiftCard Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/storefront/2025-01/interfaces/Node)