---
title: "Resolve the price a given customer actually pays per product: override → default → blocked, with margin over wholesale."
method: POST
path: "/v1/op/partner.pricing.effective"
tags: ["kernel-ops"]
---

# Resolve the price a given customer actually pays per product: override → default → blocked, with margin over wholesale.

`POST /v1/op/partner.pricing.effective`

## Headers

- `x-api-key` string, nullable

## Request body

- PartnerPricingEffectiveInput
  - `organization_id` string, required

## Response `200`

Successful Response

- PartnerPricingEffectiveOutput
  - `brand_id` string, required
  - `organization_id` string, required
  - `rows` EffectiveRow[], required
    - `vendor` string, required
    - `resolution` string, required
    - `capture_type` string, required
    - `min_area` number, required
    - `max_area` number, nullable
    - `wholesale_floor` number, required
    - `brand_default` number, nullable
    - `effective_retail` number, nullable
    - `source` 'override' | 'platform' | 'default' | 'unpriced', required
    - `margin_pct` number, nullable
    - `borrowed_resolution` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/geopera/apis/geopera-data-platform.md) · [All operations](https://skmtc.dev/geopera/apis/geopera-data-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geopera/geopera-data-platform/revisions/cb0130b2a40a/schema)
