OrderAgreements
Retrieves a list of sales agreements associated with orders.
View-Specific Information
Select
The 本製品 uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The 本製品 processes other filters client-side within the 本製品.
- OrderId supports the '=' comparison operators.
For example, the following queries are processed server side:
SELECT * FROM OrderAgreements
SELECT * FROM OrderAgreements 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. | |
AppApiKey | String | The application that created the agreement. A unique application API identifier. |