DeliveryProfileItem object
A product and the subset of associated variants that are part of this delivery profile.
On this page
Connections
- variants (
[ProductVariantConnection!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/productvariant)
)
The product variants associated with this delivery profile.
Fields
- product (
[Product!](https://shopify.dev/docs/admin-api/graphql/reference/products-and-collections/product)
)
A product associated with this profile.
Types that return DeliveryProfileItem
[DeliveryProfile.profileItems](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryprofile#profileitems-2021-01)
An auto-generated type for paginating through multiple DeliveryProfileItems.
On this page
Fields
- edges (
[[DeliveryProfileItemEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryprofileitem)
)
A list of edges. - pageInfo (
[PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo)
)
Information to aid in pagination.
An auto-generated type which holds one DeliveryProfileItem and a cursor during pagination.
On this page
Fields
- cursor (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
A cursor for use in pagination. - node (
[DeliveryProfileItem!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryprofileitem)
)
The item at the end of DeliveryProfileItemEdge.
Types that return DeliveryProfileItemEdge
[DeliveryProfileItemConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryprofileitem#edges-2021-01)