OrderEditAgreements
Lists sales agreements that apply to order edits.
View-Specific Information
Select
The driver uses the Shopify API to process WHERE clause conditions built with the following column and operators. The driver processes other filters client-side within the driver.
- OrderId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM OrderEditAgreements WHERE OrderId = 'Val1'
Columns
| Name | Type | References | Description |
| OrderId | String |
Orders.Id | The Id of the parent order associated with the agreement. |
| Id [KEY] | String | A globally unique Id for the agreement. | |
| HappenedAt | Datetime | The date and time when the agreement occurred. | |
| Reason | String | The reason the agreement was created. | |
| UserId | String | The Id of the staff member associated with the agreement. Available only with a Shopify Plus subscription. | |
| AppApiKey | String | The API key of the application that created the agreement. |