--- title: DeliveryProfileItem - GraphQL Admin description: A product and the subset of associated variants that are part of this delivery profile. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/deliveryprofileitem md: https://shopify.dev/docs/api/admin-graphql/latest/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/latest/scalars/ID) non-null A globally-unique ID. * product [Product!](https://shopify.dev/docs/api/admin-graphql/latest/objects/Product) non-null A product associated with this profile. * variants [Product​Variant​Connection!](https://shopify.dev/docs/api/admin-graphql/latest/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/latest/objects/DeliveryProfile#field-DeliveryProfile.fields.profileItems) * <->[DeliveryProfileItemConnection.nodes](https://shopify.dev/docs/api/admin-graphql/latest/connections/DeliveryProfileItemConnection#returns-nodes) * {}[DeliveryProfileItemEdge.node](https://shopify.dev/docs/api/admin-graphql/latest/objects/DeliveryProfileItemEdge#field-DeliveryProfileItemEdge.fields.node) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node) interface *** ## ||-DeliveryProfileItem Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)