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. |