ODBC Driver for Shopify

Build 25.0.9434

ReverseFulfillmentOrderDeliveryLineItems

Lists line items included in reverse deliveries.

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.

  • 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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434