---
title: "create shipping-method-ops"
method: POST
path: "/ops/shipping-method"
tags: ["ops"]
---

# create shipping-method-ops

`POST /ops/shipping-method`

Create a new shipping method for a seller

## Request body

- CreateShippingMethodPayload
  - `is_in_store_pickup` boolean — Is this shipping method in store pickup?
  - `name` string — Name for the shipping method
  - `seller_id` string, required — The ID of the seller to add the shipping method for
  - `seller_shipping_method_reference` string, required — Seller's own reference for this shipping method

## Response `201`

Created response.

- ShippingMethodOpsResult — Basic information about a shipping method of a specific seller
  - `id` string, regexp, required — shipping method ID
  - `is_in_store_pickup` boolean
  - `name` string, required — Shipping method name
  - `review_status` 'supported' | 'unsupported' | 'to_be_reviewed', required
  - `seller_id` string, regexp — seller ID
  - `seller_shipping_method_reference` string, required — Seller's own reference for this shipping method

## Other responses

- `400` — BadRequest: Bad Request response.
- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.
- `422` — Unprocessable: Unprocessable Entity response.

---

[API](https://skmtc.net/topi/apis/topi-public-api.md) · [All operations](https://skmtc.net/topi/apis/topi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topi/topi-public-api/versions/fa134b7fc959/schema)
