--- title: GiftCardSale - Customer API description: A sale associated with a gift card. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/giftcardsale md: https://shopify.dev/docs/api/customer/latest/objects/giftcardsale.md --- # Gift​Card​Sale object A sale associated with a gift card. ## Fields * action​Type [Sale​Action​Type!](https://shopify.dev/docs/api/customer/latest/enums/SaleActionType) non-null The type of order action represented by the sale. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null The unique ID of the sale. * line​Item [Line​Item!](https://shopify.dev/docs/api/customer/latest/objects/LineItem) non-null The line item associated with the sale. * line​Type [Sale​Line​Type!](https://shopify.dev/docs/api/customer/latest/enums/SaleLineType) non-null The type of line associated with the sale. * quantity [Int](https://shopify.dev/docs/api/customer/latest/scalars/Int) The number of units ordered or intended to be returned. * taxes [\[Sale​Tax!\]!](https://shopify.dev/docs/api/customer/latest/objects/SaleTax) non-null The individual taxes associated with the sale. * total​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total sale amount after taxes and discounts. * total​Discount​Amount​After​Taxes [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total amount of discounts allocated to the sale after taxes. * total​Discount​Amount​Before​Taxes [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total discounts allocated to the sale before taxes. * total​Tax​Amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The total tax amount for the sale. *** ## Map No referencing types *** ## Interfaces * * [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node) interface * [Sale](https://shopify.dev/docs/api/customer/latest/interfaces/Sale) interface *** ## ||-GiftCardSale Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node) * ||-[Sale](https://shopify.dev/docs/api/customer/latest/interfaces/Sale)