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

New field on the SuggestedOrderTransaction object

API

As of the 2020-10 version of the GraphQL API, a new field is now present on the SuggestedOrderTransaction object: supportedRefundType. This field can contain one of two values, either CARD_NOT_PRESENT_REFUND or CARD_PRESENT_REFUND.

Because "card present" refunds can only be processed by the POS that has access to the physical card, API clients only receive a SuggestedOrderTransaction by default if the supportedRefundType is CARD_NOT_PRESENT_REFUND.

For more information about SuggestedOrderTransactions, visit our developer documentation.