> ## Documentation Index
> Fetch the complete documentation index at: https://help.lobyco.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retail Master Data

> Purchases, stores, products, hierarchies and articles.

Retail Master Data covers the retailer's own world — what you sell, where you sell it, and what was sold. The **Purchase API** here is the endpoint that records a finalized transaction and triggers bonus, receipts and challenge progress.

<Warning>
  `POST /v1/purchases` is the only call that records a sale. Discount calculation and payment capture do not.
</Warning>

## Transactions

<Columns cols={1}>
  <Card title="Purchases" icon="receipt" href="/api-reference/retail-master-data/purchases">
    Record finalized sales. The call that drives everything downstream.
  </Card>
</Columns>

## Estate and catalogue

<Columns cols={2}>
  <Card title="Stores" icon="store" href="/api-reference/retail-master-data/stores">
    Stores and chains.
  </Card>

  <Card title="Products" icon="box" href="/api-reference/retail-master-data/products">
    Products, plus hierarchies and the hierarchy reference book.
  </Card>

  <Card title="Articles V2" icon="barcode" href="/api-reference/retail-master-data/articles-v2">
    Current article endpoints.
  </Card>

  <Card title="Articles V1" icon="clock-rotate-left" href="/api-reference/retail-master-data/articles-v1">
    Earlier article endpoints. Prefer V2 for new work.
  </Card>
</Columns>

For how to get this data in, see [Retail Master Data](/integration/other-integrations/retail-master-data) in the integration guides.
