# Формат ответа JSON

```javascript
{
    "id": "00000000006",
    "article": "514209",
    "name": "Альбом для фотографий «История»",
    "is_virtual": 0,
    "discount_group_id": "000000001",
    "price": 3835,
    "old_price": 0,
    "is_on_order": 0,
    "o3d": false,
    "productWarehouses": [
        {
            "product_id": "00000000006",
            "warehouse_id": "000000027",
            "stock": 1,
            "reserve": 0,
            "amount": 1,
            "partner_id": null,
            "provider_id": null
        },
        {
            "product_id": "00000000006",
            "warehouse_id": "000000029",
            "stock": 11,
            "reserve": 0,
            "amount": 11,
            "partner_id": null,
            "provider_id": null
        },
        {
            "product_id": "00000000006",
            "warehouse_id": "000000034",
            "stock": 0,
            "reserve": 0,
            "amount": 0,
            "partner_id": null,
            "provider_id": null
        },
        {
            "product_id": "00000000006",
            "warehouse_id": "1-0000034",
            "stock": 0,
            "reserve": 0,
            "amount": 0,
            "partner_id": null,
            "provider_id": null
        },
        {
            "product_id": "00000000006",
            "warehouse_id": "1-0000052",
            "stock": 0,
            "reserve": 0,
            "amount": 0,
            "partner_id": null,
            "provider_id": null
        }
    ],
    "images": {
        "image": [
            {
                "big": "https://s.a-5.ru/i/big/514209_a.jpg",
                "superbig": "https://s.a-5.ru/i/superbig/514209_a.jpg",
                "thumbnail": "https://s.a-5.ru/i/preview/514209_a.jpg",
                "updated_at": 1475853522
            },
            {
                "big": "https://s.a-5.ru/i/big/514209_b.jpg",
                "superbig": "https://s.a-5.ru/i/superbig/514209_b.jpg",
                "thumbnail": "https://s.a-5.ru/i/preview/514209_b.jpg",
                "updated_at": 1475853522
            },
            {
                "big": "https://s.a-5.ru/i/big/514209_c.jpg",
                "superbig": "https://s.a-5.ru/i/superbig/514209_c.jpg",
                "thumbnail": "https://s.a-5.ru/i/preview/514209_c.jpg",
                "updated_at": 1475864255
            },
            {
                "big": "https://s.a-5.ru/i/big/514209_e.jpg",
                "superbig": "https://s.a-5.ru/i/superbig/514209_e.jpg",
                "thumbnail": "https://s.a-5.ru/i/preview/514209_e.jpg",
                "updated_at": 1475864256
            },
            {
                "big": "https://s.a-5.ru/i/big/514209_h.jpg",
                "superbig": "https://s.a-5.ru/i/superbig/514209_h.jpg",
                "thumbnail": "https://s.a-5.ru/i/preview/514209_h.jpg",
                "updated_at": 1475864256
            }
        ]
    },
    "attributes": {
        "attribute": [
            {
                "dim": null,
                "name": "Кол-во фотографий",
                "value": " 200 "
            },
            {
                "dim": "г.",
                "name": "Вес",
                "value": "1570"
            },
            {
                "dim": null,
                "name": "Цвет",
                "value": "красное дерево"
            },
            {
                "dim": "мм.",
                "name": "Размер товара",
                "value": " 250 x 330 x 40 "
            },
            {
                "dim": null,
                "name": "Материал",
                "value": "дерево"
            },
            {
                "dim": null,
                "name": "Вид нанесения",
                "value": "гравировка, шильд спектрум"
            }
        ]
    },
    "description": "Солидный фотоальбом в дереве с удобными файлами для 200 фотографий 10 х 15см. Всегда нужный и респектабельный подарок. А цена делает его привлекательным вдвойне."
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://oasiscatalog.gitbook.io/api-oasis/overview/api-documentation-v.3-new/vygruzhaemaya-informaciya/tovary/edinica/format-otveta-json.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
