--- title: FulfillmentServiceUpdatePayload - GraphQL Admin description: Return type for `fulfillmentServiceUpdate` mutation. api_version: 2024-10 api_name: admin type: payload api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/payloads/FulfillmentServiceUpdatePayload md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/payloads/FulfillmentServiceUpdatePayload.txt --- # Fulfillment​Service​Update​Payload payload Return type for `fulfillmentServiceUpdate` mutation. ## Fields * fulfillment​Service [Fulfillment​Service](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/FulfillmentService) The updated fulfillment service. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/UserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [fulfillment​Service​Update](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/fulfillmentServiceUpdate) mutation Updates a fulfillment service. If you are using API version `2023-10` or later, and you need to update the location managed by the fulfillment service (for example, to change the address of a fulfillment service), use the [LocationEdit](https://shopify.dev/api/admin-graphql/latest/mutations/locationEdit) mutation. *** ## Map ### Mutations with this payload * <\~>[fulfillment​Service​Update](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/fulfillmentServiceUpdate)