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.

object

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.

Anchor to Fields and connectionsFields and connections

Anchor to activeMethodDefinitionsCountactiveMethodDefinitionsCount
•
Int!non-null

The number of active shipping rates for the profile.

•
Boolean!non-null

Whether this is the default profile.

•
ID!non-null

A globally-unique ID.

•
Boolean!non-null

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

Anchor to locationsWithoutRatesCountlocationsWithoutRatesCount
•
Int!non-null

The number of locations without rates defined.

•
String!non-null

The name of the delivery profile.

•
Int!non-null

The number of active origin locations for the profile.

Anchor to productVariantsCountproductVariantsCount
•

How many product variants are in this profile.

•

The products and variants associated with this profile.

Anchor to profileLocationGroupsprofileLocationGroups
•

The location groups and associated zones using this profile.

•

Selling plan groups associated with the specified delivery profile.

•
[Location!]!non-null

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

Anchor to unassignedLocationsPaginatedunassignedLocationsPaginated
•

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

•
Int!non-null

The number of countries with active rates to deliver to.

Anchor to productVariantsCountV2productVariantsCountV2
•

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


Was this section helpful?

•
query

Returns a Delivery Profile resource by ID.

•
query

Returns a list of saved delivery profiles.


Was this section helpful?

•
mutation

Create a delivery profile.

•
mutation

Update a delivery profile.


Was this section helpful?

•
interface

Was this section helpful?