ReverseFulfillmentOrderLineItems
Details about reverse fulfillment order line items.
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.
- ReverseFulfillmentOrderId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM ReverseFulfillmentOrderLineItems WHERE ReverseFulfillmentOrderId = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally-unique ID. | |
| ReverseFulfillmentOrderId | String | A globally-unique ID. | |
| FulfillmentLineItemId | String | A globally-unique ID. | |
| Dispositions | String | The dispositions of the item. | |
| TotalQuantity | Int | The total number of units to be processed. |