DeliveryProfile - admin-graphql - OBJECT
Version: 2024-10
Description:
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](https://shopify.dev/apps/build/purchase-options/deferred/delivery-and-deferment/build-delivery-profiles).
Access Scopes
Fields
-
activeMethodDefinitionsCount:
Int! -
The number of active shipping rates for the profile.
-
default:
Boolean! -
Whether this is the default profile.
-
id:
ID! -
A globally-unique ID.
-
legacyMode:
Boolean! -
Whether this shop has enabled legacy compatibility mode for delivery profiles.
-
locationsWithoutRatesCount:
Int! -
The number of locations without rates defined.
-
name:
String! -
The name of the delivery profile.
-
originLocationCount:
Int! -
The number of active origin locations for the profile.
-
productVariantsCount:
Count -
How many product variants are in this profile.
-
productVariantsCountV2:
DeliveryProductVariantsCount! -
How many product variants are in this profile.
-
profileLocationGroups:
DeliveryProfileLocationGroup! -
The location groups and associated zones using this profile.
-
unassignedLocations:
Location! -
List of locations that haven't been assigned to a location group for this profile.
-
zoneCountryCount:
Int! -
The number of countries with active rates to deliver to.
Connections
Related queries
Related mutations
Related Unions
Examples