--- title: DeliveryProfileUpdatePayload - GraphQL Admin description: Return type for `deliveryProfileUpdate` mutation. api_version: 2025-01 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-01/payloads/deliveryprofileupdatepayload md: https://shopify.dev/docs/api/admin-graphql/2025-01/payloads/deliveryprofileupdatepayload.md --- # Delivery​Profile​Update​Payload payload Return type for `deliveryProfileUpdate` mutation. ## Fields * profile [Delivery​Profile](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/DeliveryProfile) The delivery profile that was updated. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/UserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [delivery​Profile​Update](https://shopify.dev/docs/api/admin-graphql/2025-01/mutations/deliveryProfileUpdate) mutation Updates a [`DeliveryProfile`](https://shopify.dev/docs/api/admin-graphql/latest/objects/DeliveryProfile)'s configuration, including its shipping zones, rates, and associated products. Modify location groups to control which fulfillment [`Location`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Location) objects serve specific geographic areas. Add or remove shipping zones with custom countries and provinces. Create or update shipping methods with rate definitions and delivery conditions. Associate or dissociate [`ProductVariant`](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductVariant) objects and [`SellingPlanGroup`](https://shopify.dev/docs/api/admin-graphql/latest/objects/SellingPlanGroup) objects to determine which products use this profile's shipping rules. The mutation supports partial updates through dedicated input fields for creating, updating, and deleting specific components without affecting the entire profile structure. Learn more about [building delivery profiles](https://shopify.dev/docs/apps/build/purchase-options/deferred/delivery-and-deferment/build-delivery-profiles). *** ## Map ### Mutations with this payload * [delivery​Profile​Update](https://shopify.dev/docs/api/admin-graphql/2025-01/types/deliveryProfileUpdate)