deliveryProfile - admin-graphql - QUERY
Version: 2024-10
Description:
Returns a Delivery Profile resource by ID.
Access Scopes
Arguments
id
: ID! - The ID of the DeliveryProfile to return.
Returns
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.
Examples