---
title: "assignBrandingToSeller branding"
method: POST
path: "/ops/branding/sellers"
tags: ["ops"]
---

# assignBrandingToSeller branding

`POST /ops/branding/sellers`

Assign a branding config to a seller

## Request body

- AssignBrandingToSellerRequestBody
  - `branding_id` string, required — ID of the branding config to assign, null to remove the branding config
  - `seller_id` string, required — ID of the seller to assign the branding config to

## Response `200`

OK response.

- BrandingForSeller
  - `created_at` string, date-time, required
  - `email_logo_url` string — Url for the logo to display in emails, if any
  - `enable_transactional_emails` boolean, required — Whether or not to enable transactional emails
  - `id` string, regexp, required — ID of branding config
  - `info_hub_url` string — Url for the info hub, if any
  - `logo_url` string — Url for the logo to display, if any
  - `name` string, required — Name of the branding config
  - `seller_id` string, required — ID of the seller for the branding config
  - `seller_name` string, required — Name of the seller
  - `seller_pretty_name` string, required — Pretty name of the seller
  - `updated_at` string, date-time, required

## Other responses

- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.
- `404` — NotFound: Not Found 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/revisions/f4208dbc3eb3/schema)
