---
title: "addSellerAccess seller"
method: POST
path: "/ops/sellers/access"
tags: ["ops"]
---

# addSellerAccess seller

`POST /ops/sellers/access`

Add a new seller access

## Request body

- SellerAccess
  - `seller_catalog_provider_id` string, regexp, required — The id of the seller whom the accessor can now access
  - `seller_id` string, regexp, required — The id of the seller who has been granted access

## Response `201`

Created response.

- SellerAccessResult
  - `id` string, regexp — topi ID for the customer
  - `seller_catalog_provider_id` string, regexp, required — The id of the seller whom the accessor can now access
  - `seller_id` string, regexp, required — The id of the seller who has been granted access

## 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)
