Home > @infiniteobjects/shopify-data-manager > AdminTypes > Mutation > fulfillmentServiceCreate
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.
Signature:
fulfillmentServiceCreate?: Maybe<FulfillmentServiceCreatePayload>;