--- title: >- New field on the SuggestedOrderTransaction object - 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/new-field-on-the-suggestedordertransaction-object md: >- https://shopify.dev/changelog/new-field-on-the-suggestedordertransaction-object.md metadata: effectiveApiVersion: '' affectedApi: [] primaryTag: displayName: API handle: api secondaryTag: displayName: Update handle: update indicatesActionRequired: false createdAt: '2020-09-09T16:32:27-04:00' postedAt: '2022-01-01T00:00:00-05:00' updatedAt: '2024-02-02T10:04:58-05:00' effectiveAt: '2022-01-01T00:00:00-05:00' --- January 1, 2022 Tags: * API # New field on the SuggestedOrderTransaction object 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](https://shopify.dev/docs/admin-api/graphql/reference/object/order/suggestedordertransaction).