---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.ru/dev/market/partner-api/doc/en/console.md
  - https://yandex.ru/dev/market/partner-api/doc/ru/console.md
  - https://yandex.ru/dev/market/partner-api/doc/zh/console.md
  - href: zh/console.md
    type: text/markdown
    title: Markdown version
  - href: llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/market/partner-api/doc/zh/llms.txt

# 如何使用控制台

每个请求的描述页面上有两个选项卡。: **资料** 和 **控制台**.

控制台允许您手动发出请求并查看市场响应的内容。

{% note info "您无法在控制台中发送集成名称。" %}

因此，集成类型将显示在此类请求的日志页面上。 **文档控制台**，而不是它的名字。

[了解有关使用日志的更多信息](https://yandex.ru/dev/market/partner-api/doc/zh/concepts/debug.md)

{% endnote %}

## 如何登录仪表板 {#authorization}

1. 点击按钮 **授权书**.
1. 选择您正在使用的令牌, — **阿皮基** 或 **oauth2**.
1. 以格式输入令牌:

    * `ACMA:I4c4CxCSYaI41RSC2uYWP2qj3Rhhm4knMiBEga5K:151c0664` — 为 Api-Key;
    
    * `Bearer y0_BfRRRRRV2L8sWWvNkSNNNNSrLHaNXg4cCMswFbL6MWab9lktL2KPsMw` — 为了OAuth。

了解有关获取和使用令牌的更多信息:

*  [API-Key](https://yandex.ru/dev/market/partner-api/doc/zh/concepts/api-key.md)
*  [OAuth2.0](https://yandex.ru/dev/market/partner-api/doc/zh/concepts/oauth-2.0.md)

## 发送请求 {#send-request}

{% note warning "发送到控制台的所有请求及其响应 — 真实的" %}

例如，如果您尝试取消现有订单 — 真的要取消了。

{% endnote %}

1. 打开带有所需方法描述的页面，然后转到选项卡 **控制台**.
1. 填写**Path params**，**Header params**和**Body**。 如果您需要参数的描述，请返回**Info**选项卡并在那里查看。 — 您已经输入的数据不会丢失。
1. 点击 **发送**.

