--- title: deliveryProfile - GraphQL Admin description: Returns a Delivery Profile resource by ID. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/deliveryprofile md: https://shopify.dev/docs/api/admin-graphql/latest/queries/deliveryprofile.md --- # delivery​Profile query Returns a Delivery Profile resource by ID. ## Arguments * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required The ID of the DeliveryProfile to return. *** ## Possible returns * Delivery​Profile [Delivery​Profile](https://shopify.dev/docs/api/admin-graphql/latest/objects/DeliveryProfile) 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](https://shopify.dev/apps/build/purchase-options/deferred/delivery-and-deferment/build-delivery-profiles). *** ## Examples * ### deliveryProfile reference ## Query Reference ```graphql { deliveryProfile(id) { # deliveryProfile fields } } ```