---
title: "Update pricing snapshot (admin) — emits `pricing_change` op"
method: PATCH
path: "/v1/items/{kind}/{slug}/pricing"
tags: ["pricing"]
---

# Update pricing snapshot (admin) — emits `pricing_change` op

`PATCH /v1/items/{kind}/{slug}/pricing`

## Path parameters

- `kind` 'agent' | 'skill' | 'mcp_server' | 'base' | 'app' | 'theme' | 'workflow_template', required
- `slug` string, required

## Request body

- PricingUpdate
  - `pricing_type` 'free' | 'paid' | 'subscription'
  - `price_cents` integer, nullable
  - `stripe_price_id` string, nullable
  - `currency` string, nullable
  - `interval` string, nullable

## Response `200`

Updated pricing

- PricingDetail
  - `pricing` Pricing
    - `pricing_type` 'free' | 'paid' | 'subscription'
    - `price_cents` integer
    - `currency` string
    - `stripe_price_id` string, nullable
    - `interval` string, nullable
    - `extras` object, nullable
  - `listings` object[]

## Other responses

- `404` — Not found
- `501` — Capability disabled on this hub

---

[API](https://skmtc.net/tesslateai/apis/tesslate-federated-marketplace-v1.md) · [All operations](https://skmtc.net/tesslateai/apis/tesslate-federated-marketplace-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tesslateai/tesslate-federated-marketplace-v1/revisions/b2706e1525df/schema)
