ReverseFulfillmentOrderLineItems
Shows detailed item data tied to reverse fulfillment orders, including quantities and statuses.
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 identifier for the reverse fulfillment order line item record. | |
| ReverseFulfillmentOrderId | String | The globally unique identifier of the reverse fulfillment order associated with this line item. | |
| FulfillmentLineItemId | String | The globally unique identifier of the original fulfillment line item being returned or processed. | |
| Dispositions | String | Indicates the assigned outcome or status for the returned item, such as 'restocked', 'damaged', 'disposed', or 'resellable'. | |
| TotalQuantity | Int | The total quantity of units from this line item included in the reverse fulfillment process. |