---
title: "Add a bundle partner"
method: POST
path: "/v3/bundles/{bundle_id}/partners"
tags: ["Business Bundles"]
---

# Add a bundle partner

`POST /v3/bundles/{bundle_id}/partners`

Requires the `bundle:update` scope. Associates a partner with a specific bundle using the provided unique identifier.

## Request body

- CreateBundlePartnerRequest
  - `partner_unique_id` string, required — Unique identifier of the partner to associate

## Response `200`

Partner associated successfully

- BundlePartner
  - `created_at` string, date-time, required — Creation timestamp
  - `id` integer, required — Bundle Partner ID
  - `partner` object, required
    - `account_holder` string — Name of the account holder
    - `email` string, email — Email address of the business
    - `id` integer — Business ID
    - `is_banned` boolean — Is the business banned?
    - `logo` string, uri — URL to the business logo
    - `unique_id` string — Unique identifier for the business
    - `username` string — Username of the business

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/versions/730030bd6477/schema)
