---
title: "Create a fulfillment service"
method: POST
path: "/admin/fulfillment_services.json"
tags: ["FulfillmentService"]
---

# Create a fulfillment service

`POST /admin/fulfillment_services.json`

Create a fulfillment service

## Request body

- SingleFulfillmentServiceSwaggerResponse
  - `fulfillment_service` FulfillmentService
    - `can_remove_mapping` boolean — Can remove mapping or not
    - `is_mapped` boolean — Whether is mapped or not
    - `service_name` string — Service name

## Response `200`

OK

- SingleFulfillmentServiceSwaggerResponse
  - `fulfillment_service` FulfillmentService
    - `can_remove_mapping` boolean — Can remove mapping or not
    - `is_mapped` boolean — Whether is mapped or not
    - `service_name` string — Service name

---

[API](https://skmtc.net/shopbase/apis/shopbase-internal-api.md) · [All operations](https://skmtc.net/shopbase/apis/shopbase-internal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shopbase/shopbase-internal-api/revisions/353ccde6240d/schema)
