SSIS Components for Shopify

Build 25.0.9434

CarrierServices

Lists activated carrier services and the shop locations that support them for live rate calculation.

Table-Specific Information

Select

The component processes all filters client-side within the component. The following query is the only one processed server-side:

  SELECT * FROM CarrierServices

Insert

The following columns can be used to create a new record:

Name, Active, SupportsServiceDiscovery, CallbackUrl

Update

The following columns can be updated:

Name, Active, SupportsServiceDiscovery, CallbackUrl

Delete

You can delete entries by specifying the following column:

Id

Columns

Name Type ReadOnly References Description
Id [KEY] String True

The globally unique identifier of the carrier service.

Name String False

The name of the shipping service provider.

FormattedName String True

The display-ready, formatted name of the shipping service provider.

IconAltText String True

Alternative text that describes the content or purpose of the carrier service's image.

IconHeight Int True

The original height of the carrier service image in pixels. Returns null if the image is not hosted by Shopify.

IconId String True

The unique identifier of the carrier service image.

IconWidth Int True

The original width of the carrier service image in pixels. Returns null if the image is not hosted by Shopify.

Active Bool False

Indicates whether the carrier service is active and available to use.

SupportsServiceDiscovery Bool False

Indicates whether merchants can send test data to the carrier service through the Shopify Admin to preview shipping rate examples.

CallbackUrl String False

The callback URL endpoint that Shopify uses to request shipping rates from the carrier service.

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