OrderEntries
A list of OrderEntries that fit the query conditions.
Table Specific Information
Select
The connector uses the Square API to process list of OrderEntries that fit the query conditions;.
Retrieve all the OrderEntries found in your Square account.
SELECT * FROM OrderEntries
Columns
| Name | Type | Description |
| LocationId | String | The Id of the location. |
| CreatedAt | Datetime | Created timestamp. |
| LineItems | String | Order Line Items. |
| OrderId | String | The Id of the Order. |
| Source | String | The origination details of the order. |
| UpdatedAt | Datetime | The time when the location was updated, in RFC 3339 format |
| Version | Integer | The version number, which is incremented each time an update is committed to the order. |