CData Python Connector for Shopify

Build 25.0.9454

FulfillmentTrackingInfo

Provides tracking details for fulfillments such as carrier name, tracking numbers, and tracking URLs.

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

  • FulfillmentId supports the '=, IN' comparison operators.

For example, the following query is processed server-side:

  SELECT * FROM FulfillmentTrackingInfo WHERE FulfillmentId = 'Val1'

Update

The following columns can be updated:

Company, Number, Url

Columns

Name Type ReadOnly References Description
FulfillmentId String False

Fulfillments.Id

The unique identifier of the fulfillment record to which this tracking information belongs.

Company String False

The name of the shipping or courier company responsible for delivering the fulfillment, such as UPS, FedEx, or Canada Post.

Number String False

The tracking number assigned by the carrier, used to identify and trace the shipment's progress.

Url String False

The direct link to the carrier's online tracking page for this shipment.

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