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.
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•
Int!
non-null
The number of active shipping rates for the profile.
default•
Boolean!
non-null
Whether this is the default profile.
id•
ID!
non-null
A globally-unique ID.
legacyMode•
Boolean!
non-null
Whether this shop has enabled legacy compatibility mode for delivery profiles.
locationsWithoutRatesCount•
Int!
non-null
The number of locations without rates defined.
name•
String!
non-null
The name of the delivery profile.
originLocationCount•
Int!
non-null
The number of active origin locations for the profile.
productVariantsCount•
Count
How many product variants are in this profile.
profileItems•
DeliveryProfileItemConnection!
non-null
The products and variants associated with this profile.
profileLocationGroups•
[DeliveryProfileLocationGroup!]!
non-null
The location groups and associated zones using this profile.
sellingPlanGroups•
SellingPlanGroupConnection!
non-null
Selling plan groups associated with the specified delivery profile.
unassignedLocations•
[Location!]!
non-null
List of locations that haven't been assigned to a location group for this profile.
unassignedLocationsPaginated•
LocationConnection!
non-null
List of locations that have not been assigned to a location group for this profile.
zoneCountryCount•
Int!
non-null
The number of countries with active rates to deliver to.
productVariantsCountV2•
DeliveryProductVariantsCount!
non-nullDeprecated
How many product variants are in this profile. Use productVariantsCount instead.