Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

query

Returns a Delivery Profile resource by ID.

ID!required

The ID of the DeliveryProfile to return.


Was this section helpful?

A shipping profile. In Shopify, a shipping profile is a set of shipping rates scoped to a set of products or variants that can be shipped from selected locations to zones. Learn more about building with delivery profiles.

activeMethodDefinitionsCount
non-null

The number of active shipping rates for the profile.

default
non-null

Whether this is the default profile.

id
non-null

A globally-unique ID.

legacyMode
non-null

Whether this shop has enabled legacy compatibility mode for delivery profiles.

locationsWithoutRatesCount
non-null

The number of locations without rates defined.

name
non-null

The name of the delivery profile.

originLocationCount
non-null

The number of active origin locations for the profile.

productVariantsCount

How many product variants are in this profile.

profileItems
non-null

The products and variants associated with this profile.

profileLocationGroups
non-null

The location groups and associated zones using this profile.

sellingPlanGroups
non-null

Selling plan groups associated with the specified delivery profile.

unassignedLocations
non-null

List of locations that haven't been assigned to a location group for this profile.

unassignedLocationsPaginated
non-null

List of locations that have not been assigned to a location group for this profile.

zoneCountryCount
non-null

The number of countries with active rates to deliver to.

productVariantsCountV2
non-nullDeprecated

How many product variants are in this profile. Use productVariantsCount instead.


Was this section helpful?