OrderRefundAgreements
Retrieves a list of sales agreements associated with orders.
View-Specific Information
Select
The server uses the Shopify API to process WHERE clause conditions built with the following column and operators. The server processes other filters client-side within the server.
- 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 parent resource of the agreement. |
| Id [KEY] | String | The unique ID for the agreement. | |
| HappenedAt | Datetime | The date and time at which the agreement occurred. | |
| Reason | String | The reason the agreement was created. | |
| UserId | String | The staff member associated with the agreement. A globally-unique ID. (This column is available only with a ShopifyPlus subscription) | |
| AppApiKey | String | The application that created the agreement. A unique application API identifier. | |
| RefundId | String |
Refunds.Id | The refund associated with the agreement. |