--- title: FulfillmentServiceCreatePayload - GraphQL Admin description: Return type for `fulfillmentServiceCreate` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/fulfillmentservicecreatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/fulfillmentservicecreatepayload.md --- # Fulfillment​Service​Create​Payload payload Return type for `fulfillmentServiceCreate` mutation. ## Fields * fulfillment​Service [Fulfillment​Service](https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentService) The created fulfillment service. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/UserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [fulfillment​Service​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/fulfillmentServiceCreate) mutation Creates a fulfillment service. ## Fulfillment service location When creating a fulfillment service, a new location will be automatically created on the shop and will be associated with this fulfillment service. This location will be named after the fulfillment service and inherit the shop's address. If you are using API version `2023-10` or later, and you need to specify custom attributes for the fulfillment service location (for example, to change its address to a country different from the shop's country), use the [LocationEdit](https://shopify.dev/api/admin-graphql/latest/mutations/locationEdit) mutation after creating the fulfillment service. *** ## Map ### Mutations with this payload * [fulfillment​Service​Create](https://shopify.dev/docs/api/admin-graphql/latest/types/fulfillmentServiceCreate)