---
title: "Get item extension mappings for a property"
method: GET
path: "/fiscal-document/v1/fiscalization/items"
tags: ["Fiscalization"]
---

# Get item extension mappings for a property

`GET /fiscal-document/v1/fiscalization/items`

Returns the per-item GOBL extension mapping configuration for the given property

## Headers

- `X-Property-ID` integer, required

## Response `200`

OK

- ItemMappingResponse
  - `categoryDefaults` object — Default extensions per single-default category. Key is the category identifier (e.g. room_booking), value is a map of GOBL extension key-value pairs.
  - `items` ItemMappingEntry[] — Per-item extension mappings for non-single-default categories
    - `itemId` string, required — PMS item/product origin ID
    - `extensions` object, required — GOBL extension key-value pairs for this item

## Other responses

- `404` — Fiscalization config not found for property

---

[API](https://skmtc.net/cloudbeds/apis/cloudbeds-api.md) · [All operations](https://skmtc.net/cloudbeds/apis/cloudbeds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudbeds/cloudbeds-api/revisions/2faa857793e8/schema)
