ReverseFulfillmentOrderLineItems
Lists line items managed under reverse fulfillment orders.
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.
- 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 for the reverse fulfillment order line item. | |
| ReverseFulfillmentOrderId | String | A globally unique Id for the associated reverse fulfillment order. | |
| FulfillmentLineItemId | String | A globally unique Id for the related fulfillment line item. | |
| Dispositions | String | The condition or outcome assigned to the item (for example, restocked, discarded, or returned to vendor). | |
| TotalQuantity | Int | The total number of units in this line item to be processed. |