--- title: DeliveryProfileItem - GraphQL Admin description: >- A product and the subset of associated variants that are part of this delivery profile. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryProfileItem md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryProfileItem.md --- # Delivery​Profile​Item object Requires Any of `shipping` access scopes or `manage_delivery_settings` user permission. A product and the subset of associated variants that are part of this delivery profile. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) non-null A globally-unique ID. * product [Product!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Product) non-null A product associated with this profile. * variants [Product​Variant​Connection!](https://shopify.dev/docs/api/admin-graphql/unstable/connections/ProductVariantConnection) non-null The product variants associated with this delivery profile. *** ## Map ### Fields and connections with this object * {}[DeliveryProfile.profileItems](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryProfile#field-DeliveryProfile.fields.profileItems) * <->[DeliveryProfileItemConnection.nodes](https://shopify.dev/docs/api/admin-graphql/unstable/connections/DeliveryProfileItemConnection#returns-nodes) * {}[DeliveryProfileItemEdge.node](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryProfileItemEdge#field-DeliveryProfileItemEdge.fields.node) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node) interface *** ## ||-DeliveryProfileItem Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node)