CData Python Connector for Shopify

Build 25.0.9454

ReverseFulfillmentOrderDeliveries

Tracks packages sent from buyers back to merchants as part of reverse fulfillment operations.

View-Specific Information

Select

The connector uses the Shopify API to process WHERE clause conditions built with the following columns and operators. The connector processes other filters client-side within the connector.

  • Id supports the '=, IN' comparison operators.
  • ReverseFulfillmentOrderId supports the '=, IN' comparison operators.

For example, the following queries are processed server-side:

  SELECT * FROM ReverseFulfillmentOrderDeliveries WHERE Id = 'Val1'
  SELECT * FROM ReverseFulfillmentOrderDeliveries WHERE ReverseFulfillmentOrderId = 'Val1'

Columns

Name Type References Description
Id [KEY] String The globally unique identifier of the reverse fulfillment delivery record.
ReverseFulfillmentOrderId String The globally unique identifier of the reverse fulfillment order associated with this delivery.
DeliverableLabelPublicFileUrl String A public URL that provides access to download the return shipping label image associated with the reverse delivery.
DeliverableLabelUpdatedAt Datetime The date and time when the return shipping label was last updated in the system.
DeliverableLabelCreatedAt Datetime The date and time when the return shipping label was originally generated for the reverse delivery.
DeliverableTrackingCarrierName String The name of the carrier or courier providing tracking services for the reverse shipment, formatted for display purposes.
DeliverableTrackingNumber String The tracking number assigned by the carrier to identify and track the return shipment.
DeliverableTrackingUrl String The direct tracking URL provided by the carrier to view shipment status and progress online.

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