---
title: "Create a new fulfillment plan entry for the given seller"
method: POST
path: "/fulfillmentPlans/{sellerId}"
tags: ["fulfillmentPlans"]
---

# Create a new fulfillment plan entry for the given seller

`POST /fulfillmentPlans/{sellerId}`

ADD ENDPOINT DESCRIPTION HERE

## Path parameters

- `sellerId` integer, required

## Request body

- PlanWhenPost
  - `type` 'RULE' | 'PRE' | 'POST'
  - `order` integer
  - `sku` string
  - `deliveryCountry` string
  - `scriptedCondition` string
  - `thens` PlanThenPost[]
    - `order` integer
    - `sku` string
    - `quantity` string
    - `warehouse` string
    - `customsValue` string
    - `splitId` string
    - `lot` string
    - `expirationDate` string

## Response `200`

successful operation

- PlanWhenGet
  - `type` 'RULE' | 'PRE' | 'POST'
  - `order` integer
  - `sku` string
  - `deliveryCountry` string
  - `scriptedCondition` string
  - `id` integer
  - `thens` PlanThenGet[]
    - `order` integer
    - `sku` string
    - `quantity` string
    - `warehouse` string
    - `customsValue` string
    - `splitId` string
    - `lot` string
    - `expirationDate` string
    - `id` integer

---

[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/versions/7ce09a4b2a4e/schema)
