---
title: "Retail price rows stranded below the brand's CURRENT wholesale floor (Geopera admin)."
method: POST
path: "/v1/op/billing.partner.drift_report"
tags: ["kernel-ops"]
---

# Retail price rows stranded below the brand's CURRENT wholesale floor (Geopera admin).

`POST /v1/op/billing.partner.drift_report`

## Headers

- `x-api-key` string, nullable

## Request body

- PartnerDriftReportInput
  - `brand_id` string, required

## Response `200`

Successful Response

- PartnerDriftReportOutput
  - `brand_id` string, required
  - `entries` DriftEntry[], required
    - `level` string, required
    - `organization_id` string, nullable
    - `rule_id` string, required
    - `vendor` string, required
    - `resolution` string, required
    - `capture_type` string, required
    - `min_area` number, required
    - `price_per_sqkm` number, required
    - `wholesale_floor` number, nullable
    - `issue` string, required
  - `rules_checked` integer, required

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