---
title: "Add a new SKU mapping to the fulfillment plan of the given seller"
method: POST
path: "/fulfillmentPlans/{sellerId}/skuMapping"
tags: ["fulfillmentPlans"]
---

# Add a new SKU mapping to the fulfillment plan of the given seller

`POST /fulfillmentPlans/{sellerId}/skuMapping`

ADD ENDPOINT DESCRIPTION HERE

## Path parameters

- `sellerId` integer, required

## Request body

- AddSkuMappingRequest
  - `externalSku` string
  - `sku` string
  - `quantity` integer

## Response `default`

successful operation

---

[API](https://skmtc.net/writechoiceorg/apis/connector.md) · [All operations](https://skmtc.net/writechoiceorg/apis/connector/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/writechoiceorg/connector/revisions/7ce09a4b2a4e/schema)
