---
title: "Put Price Map Path"
method: PUT
path: "/price-map/{docKey}"
---

# Put Price Map Path

`PUT /price-map/{docKey}`

## Path parameters

- `docKey` string, required

## Request body

- PriceMap
  - `boxes` Box[]
    - `id` string, required
    - `page` integer, required
    - `x` number, required
    - `y` number, required
    - `w` number, required
    - `h` number, required
    - `label` string, nullable
    - `price` string, nullable
    - `sku` string, nullable
    - `align` string, nullable
    - `fontSize` integer, nullable
    - `notes` string, nullable
    - `color` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
