ReverseFulfillmentOrderDeliveryLineItems
Lists line items included in reverse deliveries.
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.
- ReverseFulfillmentOrderDeliveryId supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM ReverseFulfillmentOrderDeliveryLineItems WHERE ReverseFulfillmentOrderDeliveryId = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally unique Id for the reverse fulfillment order delivery line item. | |
| ReverseFulfillmentOrderDeliveryId | String | A globally unique Id for the associated reverse fulfillment order delivery. | |
| ReverseFulfillmentOrderLineItemId | String | A globally unique Id for the associated reverse fulfillment order line item. | |
| Dispositions | String | The condition or outcome assigned to the item (for example, restocked, discarded, or returned to vendor). | |
| Quantity | Int | The expected number of units for this line item. |