CData Python Connector for Shopify

Build 25.0.9454

ReverseFulfillmentOrderDeliveries

Reverse deliveries are post-fulfillment objects that represents a buyer sending a package to a merchant.

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 ID of the reverse delivery.
ReverseFulfillmentOrderId String A globally-unique ID.
DeliverableLabelPublicFileUrl String A public link that can be used to download the label image.
DeliverableLabelUpdatedAt Datetime The date and time when the reverse delivery label was updated.
DeliverableLabelCreatedAt Datetime The date and time when the reverse delivery label was created.
DeliverableTrackingCarrierName String The provider of the tracking information, in a human-readable format for display purposes.
DeliverableTrackingNumber String The identifier used by the courier to identify the shipment.
DeliverableTrackingUrl String The URL to track a shipment.

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