JDBC Driver for Shopify

Build 23.0.8839

FulfillmentTrackingInfo

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

Table-Specific Information

Select

The 本製品 uses the Shopify API to process WHERE clause conditions built with the FulfillmentId column, which supports the '=,IN' comparison operators.

The 本製品 processes other filters client-side within the 本製品.

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

SELECT * FROM FulfillmentTrackingInfo WHERE FulfillmentId='VALUE'

UPDATE

UPDATE statements are mapped to the 'fulfillmentTrackingInfoUpdateV2' GraphQL mutation.

The following columns can be updated:

FulfillmentId, 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 23.0.8839