OrderRefundAgreements
Lists sales agreements tied to refunds.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the following column and operators. The connector processes other filters client-side within the connector.
- OrderId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM OrderRefundAgreements WHERE OrderId = 'Val1'
Columns
| Name | Type | References | Description |
| OrderId | String |
Orders.Id | The Id of the order that the agreement belongs to. |
| Id [KEY] | String | The unique identifier of the refund agreement. | |
| HappenedAt | Datetime | The date and time when the agreement was created. | |
| Reason | String | The reason why the refund agreement was issued. | |
| UserId | String | The staff member associated with the agreement. A globally unique Id. (Available only with a Shopify Plus subscription.) | |
| AppApiKey | String | The application that created the agreement, identified by its unique API key. | |
| RefundId | String |
Refunds.Id | The refund record linked to the agreement. |