> ## Documentation Index
> Fetch the complete documentation index at: https://docs-pos.solya.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Store pricing

> Override a product's reference price per store in the Solya POS Centrale, so each location can sell at its own price.

**Store pricing** lets a store sell a product at a price other than its catalogue
reference price. A product always has a reference (master) price set in the
[catalogue](/en/centrale/catalogue); a store price is a per-store override layered
on top of it.

## What it is for

* Set a **store-specific price** for a product where the reference price does not
  apply.
* See at a glance which products carry a **custom** price versus the reference.
* Remove an override so a store falls back to the reference price.

## Key screens and actions

<Steps>
  <Step title="Pick a store">
    Choose the store whose prices you want to manage. The screen shows its
    products with their effective price and whether it is the reference price or a
    store override.
  </Step>

  <Step title="Set or change a store price">
    Enter a store-specific HT price for a product; it is flagged as a custom store
    price ("Prix magasin") distinct from the reference price.
  </Step>

  <Step title="Clear an override">
    Remove the store price to revert the product to its catalogue reference price.
  </Step>
</Steps>

<Note>
  Store prices are HT (excluding tax) and in cents. Temporary reductions are handled
  separately as [markdowns](/en/centrale/demarques); the effective price rung up at
  the till resolves reference price, store override and any active markdown.
</Note>

## In the API

| Capability                 | Endpoints                 |
| -------------------------- | ------------------------- |
| Read store prices          | `GET /v1/store-prices`    |
| Set / update a store price | `PUT /v1/store-prices`    |
| Clear a store price        | `DELETE /v1/store-prices` |

See the [API Reference](/en/developers/overview) for full request shapes.
