SSIS Components for Shopify

Build 25.0.9434

FulfillmentTrackingInfo

Lists tracking details for fulfillments, including company, number, and tracking URL.

Table-Specific Information

Select

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

  • 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 globally unique identifier of the fulfillment associated with the tracking information.

Company String False

The name of the shipping or tracking company handling the fulfillment.

Number String False

The tracking number assigned to the fulfillment.

Url String False

The URL used to track the fulfillment's shipping status.

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