--- title: AppliedGiftCard - Customer API description: The details about the gift card used on the checkout. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/appliedgiftcard md: https://shopify.dev/docs/api/customer/latest/objects/appliedgiftcard.md --- # Applied​Gift​Card object The details about the gift card used on the checkout. ## Fields * amount​Used [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The amount deducted from the gift card. * balance [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The remaining amount on the gift card. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * last​Characters [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The last characters of the gift card. * presentment​Amount​Used [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The amount applied to the checkout in its currency. *** ## Map ### Fields with this object * {}[Checkout.appliedGiftCards](https://shopify.dev/docs/api/customer/latest/objects/Checkout#field-appliedGiftCards) *** ## Interfaces * [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node) interface *** ## ||-AppliedGiftCard Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)