CData Python Connector for Shopify

Build 25.0.9454

ReverseFulfillmentOrderDeliveryLineItems

Lists individual items included in reverse deliveries, such as returns or exchanges.

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 identifier for the reverse fulfillment delivery line item record.
ReverseFulfillmentOrderDeliveryId String The globally unique identifier of the reverse fulfillment delivery associated with this line item.
ReverseFulfillmentOrderLineItemId String The globally unique identifier of the specific item within the reverse fulfillment order being processed for return or exchange.
Dispositions String The disposition status or outcome assigned to the returned item, such as 'restocked', 'damaged', 'disposed', or 'resellable'.
Quantity Int The expected quantity of units included in this reverse fulfillment delivery line item.

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