---
metadata:
  - name: generator
    content: Diplodoc Platform v5.55.0
alternate:
  - https://yandex.com/dev/market/partner-api/doc/en/push-notifications/concepts/data-format.md
  - https://yandex.com/dev/market/partner-api/doc/ru/push-notifications/concepts/data-format.md
  - https://yandex.com/dev/market/partner-api/doc/zh/push-notifications/concepts/data-format.md
  - href: zh/push-notifications/concepts/data-format.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.com/dev/market/partner-api/doc/zh/llms.txt

# 请求和响应数据格式

市场对商店的请求仅使用JSON格式的数据。 商店的响应数据必须以相同的格式呈现。

数据格式在HTTP标头中指定。 `Content-Type: application/json`.

请求和响应的必需编码：UTF-8。


{% cut "请求体示例" %}

```json translate=no
{
  "notificationType": "PING",
  "time": "2025-01-16T10:09:49.759084017Z"
}
```
{% endcut %}


{% cut "响应体的示例" %}

```json translate=no
{
  "version": "1.0.0",
  "name": "name",
  "time": "2025-01-16T10:09:49.759084017Z"
}
```
{% endcut %}

## 了解更多 {#read-more}

[JSON格式的描述](http://json.org)
