> For the complete documentation index, see [llms.txt](https://help.roolz.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.roolz.net/spiski-znachenii/oferty/tipy-gruza-i-upakovki-or-cargo_types.md).

# Типы груза и упаковки | cargo\_types

## GET /system/exchange/cargo\_types

> Получение списка поддерживаемых системой типов груза/упаковки

```json
{"openapi":"3.0.1","info":{"title":"Roolz Public API","version":"1.1"},"servers":[{"url":"https://api.test.roolz.tech/public-api/v1","description":"Тестовая среда для разработки"}],"security":[{"getKey":[]},{"headerKey":[]}],"components":{"securitySchemes":{"getKey":{"type":"apiKey","description":"API-ключ для авторизации запросов в GET параметрах","name":"apikey","in":"query"},"headerKey":{"type":"apiKey","description":"API-ключ для авторизации запросов в header","name":"X-Api-Key","in":"header"}},"parameters":{"ContentTypeHeader":{"in":"header","name":"Content-Type","required":true,"description":"","schema":{"type":"string","default":"application/json","enum":["application/json"]}},"AcceptEncodingHeader":{"in":"header","name":"Accept-Encoding","required":true,"description":"","schema":{"type":"string","default":"gzip","enum":["gzip"]}}},"schemas":{"ErrorObject":{"required":["state","message","internal"],"properties":{"state":{"type":"string","description":"Статус выполнения запроса","enum":["error"]},"message":{"type":"string","description":"Дополнительная информация"},"validations":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string"},"path":{"type":"string"},"reason":{"type":"string"}}}},"internal":{"type":"object","description":"Внутренняя информация системы Roolz для анализа проблемы при выполнении запроса","required":["roolz_debug_id"],"properties":{"roolz_debug_id":{"type":"string"}}}}}}},"paths":{"/system/exchange/cargo_types":{"get":{"tags":["system"],"operationId":"getSupportedExchangeOffersCargoTypes","summary":"Получение списка поддерживаемых системой типов груза/упаковки","parameters":[{"$ref":"#/components/parameters/ContentTypeHeader"},{"$ref":"#/components/parameters/AcceptEncodingHeader"}],"responses":{"200":{"description":"Успешное выполнение запроса","content":{"application/json":{"schema":{"type":"array","items":{"type":"string"}}}}},"400":{"description":"Ошибка во входящих данных","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorObject"}}}},"401":{"description":"Запрос не авторизован. Возможно отсутствует API-ключ"},"403":{"description":"Данная операция не разрешена"}}}}}}
```

<table><thead><tr><th width="188">Значение</th><th width="283">Отображение</th><th>Дополнительная логика</th></tr></thead><tbody><tr><td><code>liquid_bulk</code></td><td>Наливнной</td><td></td></tr><tr><td><code>break_bulk</code></td><td>Навалочный</td><td></td></tr><tr><td><code>dry_bulk</code></td><td>Насыпной</td><td></td></tr><tr><td><code>groupage</code></td><td>Сборный и разный груз</td><td></td></tr><tr><td><code>oversized</code></td><td>Негабаритный</td><td></td></tr><tr><td><code>container</code></td><td>Контейнер</td><td>Дает возможность ввести количество единиц груза</td></tr><tr><td><code>eur_pallet</code></td><td>EUR-паллеты</td><td>Дает возможность ввести количество единиц груза</td></tr><tr><td><code>fin_pallet</code></td><td>FIN-паллеты</td><td>Дает возможность ввести количество единиц груза</td></tr><tr><td><code>oth_pallet</code></td><td>Особые паллеты</td><td>Дает возможность ввести количество единиц груза</td></tr><tr><td><code>bag</code></td><td>Мешки</td><td>Дает возможность ввести количество единиц груза</td></tr><tr><td><code>big_bag</code></td><td>Биг-бэги</td><td>Дает возможность ввести количество единиц груза</td></tr><tr><td><code>icb</code></td><td>Еврокубы</td><td>Дает возможность ввести количество единиц груза</td></tr><tr><td><code>carton</code></td><td>Коробки</td><td>Дает возможность ввести количество единиц груза</td></tr><tr><td><code>barrel</code></td><td>Бочки</td><td>Дает возможность ввести количество единиц груза</td></tr><tr><td><code>roll</code></td><td>Рулоны</td><td>Дает возможность ввести количество единиц груза</td></tr><tr><td><code>reel</code></td><td>Барабаны</td><td>Дает возможность ввести количество единиц груза</td></tr><tr><td><code>coil</code></td><td>Бухта / Бунт</td><td>Дает возможность ввести количество единиц груза</td></tr><tr><td><code>crate</code></td><td>Ящики</td><td>Дает возможность ввести количество единиц груза</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.roolz.net/spiski-znachenii/oferty/tipy-gruza-i-upakovki-or-cargo_types.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
