SSIS Components for Shopify

Build 24.0.8963

FulfillmentTrackingInfo

Lists tracking information associated with the fulfillment, such as the tracking company, tracking number, and tracking URL.

Table-Specific Information

Select

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

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

For example, the following queries are processed server side:

  SELECT * FROM FulfillmentTrackingInfo
  SELECT * FROM FulfillmentTrackingInfo WHERE FulfillmentId = 'Val1'

Update

The following columns can be updated:

Company, Number, Url

Columns

Name Type ReadOnly References Description
FulfillmentId [KEY] String True

Fulfillments.Id

The ID of the Fulfillment to return.

Company String False

The name of the tracking company.

Number String False

The tracking number of the fulfillment.

Url String False

The URLs to track the fulfillment.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8963