---
title: Field isGiftCard on all line item types - Shopify developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: 'https://shopify.dev/changelog/field-isgiftcard-on-all-line-item-types'
  md: 'https://shopify.dev/changelog/field-isgiftcard-on-all-line-item-types.md'
metadata:
  effectiveApiVersion: 2024-04
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2024-03-13T14:09:15-04:00'
  postedAt: '2024-03-13T14:02:00-04:00'
  updatedAt: '2024-03-13T14:48:14-04:00'
  effectiveAt: '2024-03-13T14:02:00-04:00'
---

March 13, 2024

Tags:

* Admin GraphQL API
* 2024-04

# Field `isGiftCard` on all line item types

As of Admin GraphQL API version 2024-04, the `isGiftCard` field that was present on `DraftOrderLineItem` and `CalculatedDraftOrderLineItem` is now also present on:

* `ExchangeCheckoutLineItem`
* `ExchangeV2LineItem`
* `LineItem`
* `LineItemMutable`

It is now preferable to use this field to check whether a line item is a gift card instead of using the fulfillment service.
