ADO.NET Provider for Shopify

Build 26.0.9655

ReturnReasonDefinitions

Retrieves a list of returns reason definitions.

View-Specific Information

Select

The provider uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The provider processes other filters client-side within the provider.

  • Id supports the '=, IN' comparison operators.
  • Name supports the '=' comparison operator.
  • Deleted supports the '=' comparison operator.

For example, the following queries are processed server-side:

  SELECT * FROM ReturnReasonDefinitions WHERE Id = 'Val1'
  SELECT * FROM ReturnReasonDefinitions WHERE Name = 'Val1'
  SELECT * FROM ReturnReasonDefinitions WHERE Deleted = true

Columns

Name Type References Description
Id [KEY] String A globally-unique ID.
Name String The localized, user-facing name of the return reason.
Handle String A unique, human-readable, stable identifier for the return reason.
Deleted Bool Whether the return reason has been removed from taxonomy.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655