---
title: "Patch Brand Markup Rules"
method: PATCH
path: "/brand/markup_rules"
---

# Patch Brand Markup Rules

`PATCH /brand/markup_rules`

## Request body

- BrandMarkupRuleUpdatePayload[]
  - `id` integer, required
  - `wms_name` string, nullable
  - `display_name` string, nullable
  - `description` string, nullable
  - `enabled_by_brand` boolean, nullable
  - `brand_markup_pctg` number, nullable
  - `brand_markup_flat` number, nullable
  - `brand_markup_pctg_ceiling` number, nullable
  - `brand_floor_price` number, nullable
  - `brand_ceiling_price` number, nullable
  - `brand_hide_if_over_price` number, nullable
  - `brand_order_value_discount_pctg` number, nullable
  - `days_promised_padding` integer, nullable
  - `brand_days_promised_padding` integer, nullable
  - `brand_free_after` number, nullable
  - `backup_enabled` boolean, nullable
  - `backup_delivery_days` integer, nullable
  - `backup_price` number, nullable
  - `priority` integer, nullable
  - `provider_zone_based_markups_enabled` boolean, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-27** `48fe14c1f057` — 1 warning, 1 info
  - the `items/display_name/anyOf[subschema #1]/` request property's maxLength was set to `100`
  - added the new optional request property `items/description`
- **2026-08-20** `43f2d92fc888` — 1 info
  - added the new optional request property `items/brand_markup_pctg_ceiling`

[Change history](https://skmtc.dev/datesnrates/apis/fastapi/changes/brand/markup_rules/patch.md)

---

[API](https://skmtc.dev/datesnrates/apis/fastapi.md) · [All operations](https://skmtc.dev/datesnrates/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datesnrates/fastapi/revisions/48fe14c1f057/schema)
