Developer changelog

Subscribe to the changelog to stay up to date on recent changes to Shopify’s APIs and other developer products, as well as preview upcoming features and beta releases.

Get updates by RSS

Field isGiftCard on all line item types

API

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.