---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.com/dev/market/partner-api/doc/en/reference/reports/generateUnitedMarketplaceServicesReport.md
  - https://yandex.com/dev/market/partner-api/doc/ru/reference/reports/generateUnitedMarketplaceServicesReport.md
  - https://yandex.com/dev/market/partner-api/doc/zh/reference/reports/generateUnitedMarketplaceServicesReport.md
  - href: en/reference/reports/generateUnitedMarketplaceServicesReport.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/en/llms.txt

{% note warning "The structure and content of the reports are subject to change without prior notice." %}

For example, a new column may be added or the name of the sheet may be changed.

{% endnote %}

<!-- source: en/api/reports/generateUnitedMarketplaceServicesReport.md -->
<div class="openapi">

# Report on the cost of services

<!-- markdownlint-disable-file -->

{% list tabs %}

- Info

  
  <!-- source: en/_auto/method_scopes/generateUnitedMarketplaceServicesReport.md -->
  **The method is available for [all models](https://yandex.com/dev/market/partner-api/doc/en/overview/business.md).**

  {% cut "**If you are using an API Key token, one of the accesses in the list is required to call the method**" %}

  * finance-and-accounting — [View financial data and reports](https://yandex.com/dev/market/partner-api/doc/en/_auto/scopes_summary/pages/finance-and-accounting.md)
  * all-methods — Full account management
  * all-methods:read-only — View all data

  {% endcut %}
  <!-- endsource: en/_auto/method_scopes/generateUnitedMarketplaceServicesReport.md -->
  
  
  Starts the generation of a report on the cost of services for a specified period. [What kind of report is this](https://yandex.ru/support/marketplace/ru/accounting/transactions#reports)
  
  The type of report depends on which fields are filled in in the request:
  
  |**Report type**               |**What fields are needed?**             |
  |-----------------------------|---------------------------------|
  |By the date of service accrual    |`dateFrom` and `dateTo`            |
  |By the date of the act formation    |`year` and `month`                 |
  
  You cannot order both types of reports with a single request.
  
  You can find out the generation status and get a link to the finished report using a request. [GET v2/reports/info/{reportId}](https://yandex.com/dev/market/partner-api/doc/en/reference/reports/getReportInfo.md).
  
  
  <!-- source: en/_auto/reports/united/services/generator/united_marketplace_services.md -->
  Explanation of the report columns:

  {% cut "Sheet **Placement of goods and services** (file **placement**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ORDER_ID | orderId | Order and product information/Order or shipment number | integer ||
  ||
  ORDER_CREATION_DATE_TIME
  |
  orderCreationDateTime
  |
  Order and product information/Order creation date
  |
  string
  ||
  || SHOP_SKU | shopSku | Order and product information/Your SKU | string ||
  || OFFER_NAME | offerName | Order and product information/Product or service name | string ||
  || TURBO_GOODS | turboGoods | Order and product information/Product type | string ||
  || PRICE | price | Order and product information/Your price for the product or service | number ||
  ||
  DECOUPLING_MARKUP
  |
  decouplingMarkup
  |
  Order and product information/Difference between your price and sale price
  |
  number
  ||
  || COUNT | count | Order and product information/Quantity, units | integer ||
  || BATCH_SIZE | batchSize | Order and product information/Sale quantum | integer ||
  || BATCH_COUNT | batchCount | Order and product information/Quanta in the order | integer ||
  || BATCH_PRICE | batchPrice | Order and product information/Price per quantum | number ||
  || WEIGHT | weight | Order and product information/Weight, kg | number ||
  || VOLUME | volume | Order and product information/Volume, l | number ||
  || LENGTH | length | Order and product information/Length, cm | number ||
  || WIDTH | width | Order and product information/Width, cm | number ||
  || HEIGHT | height | Order and product information/Height, cm | number ||
  || DIMENSIONS_SUM | dimensionsSum | Order and product information/Sum of three dimensions, cm | number ||
  || PAYMENT_TYPE | paymentType | Order and product information/Payment acceptance method | string ||
  || QUALITY_INDEX | qualityIndex | Order and product information/Quality index value | string ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || TARIFF_TERMS | tariffTerms | Service information/Tariff conditions | string ||
  || TARIFF | tariff | Service information/Rate | number ||
  || UNIT | unit | Service information/Unit of measurement | string ||
  || MIN_TARIFF | minTariff | Service information/Minimum rate per item | number ||
  || MAX_TARIFF | maxTariff | Service information/Maximum rate per item | number ||
  || SERVICE_BEFORE_TARIFF | serviceBeforeTariff | Service information/Service price up to minimum rate | number ||
  || SERVICE_DATE_TIME | serviceDateTime | Service information/Service date and time | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  ||
  AMOUNT_WITHOUT_BONUSES
  |
  amountWithoutBonuses
  |
  Service information/Price of service without discounts and surcharges
  |
  number
  ||
  ||
  FEE_BENEFIT_TARIFF
  |
  feeBenefitTariff
  |
  Service price decrease (discount) and increase/Removals and rewards/Rate, %
  |
  number
  ||
  ||
  FEE_BENEFIT_DISCOUNT
  |
  feeBenefitDiscount
  |
  Service price decrease (discount) and increase/Removals and rewards/Discount based on the minimum tariff
  |
  number
  ||
  ||
  DAYS_OF_DELAY
  |
  daysOfDelay
  |
  Service price decrease (discount) and increase/Cancellations due to seller's fault, late shipment or delivery/Delay in shipment or delivery, days
  |
  integer
  ||
  ||
  LATE_ORDER_EXECUTION_FEE_TARIFF
  |
  lateOrderExecutionFeeTariff
  |
  Service price decrease (discount) and increase/Cancellations due to seller's fault, late shipment or delivery/Rate for late shipment or delivery, % of placement rate
  |
  number
  ||
  ||
  CANCELLATION_ORDER_FEE_TARIFF
  |
  cancellationOrderFeeTariff
  |
  Service price decrease (discount) and increase/Cancellations due to seller's fault, late shipment or delivery/Rate when canceled due to seller's fault, % of placement rate
  |
  number
  ||
  ||
  QUALITY_INDEX_MIN_TARIFF
  |
  qualityIndexMinTariff
  |
  Service price decrease (discount) and increase/Cancellations due to seller's fault, late shipment or delivery/Min price per item
  |
  number
  ||
  ||
  QUALITY_INDEX_MAX_TARIFF
  |
  qualityIndexMaxTariff
  |
  Service price decrease (discount) and increase/Cancellations due to seller's fault, late shipment or delivery/Max price per item
  |
  number
  ||
  ||
  QUALITY_INDEX_AMOUNT
  |
  qualityIndexAmount
  |
  Service price decrease (discount) and increase/Cancellations due to seller's fault, late shipment or delivery/Service price change
  |
  number
  ||
  ||
  DECOUPLING_TARIFF
  |
  decouplingTariff
  |
  Service price decrease (discount) and increase/Smart offer/Rate, %
  |
  number
  ||
  ||
  DECOUPLING_PRICE_CHANGE
  |
  decouplingPriceChange
  |
  Service price decrease (discount) and increase/Smart offer/Service price change
  |
  number
  ||
  ||
  INDIVIDUAL_DISCOUNT
  |
  individualDiscount
  |
  Service price decrease (discount) and increase/Other discounts/Custom discount for service
  |
  number
  ||
  ||
  LOYALTY_DISCOUNT
  |
  loyaltyDiscount
  |
  Service price decrease (discount) and increase/Other discounts/Loyalty discount
  |
  number
  ||
  ||
  NETTING
  |
  netting
  |
  Service price decrease (discount) and increase/Other discounts/Discount for participation in joint promotions
  |
  number
  ||
  || TOTAL_AMOUNT | totalAmount | Service cost | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Order for sale** (file **sale_commission**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ORDER_ID | orderId | Order and product information/Order or shipment number | integer ||
  ||
  ORDER_CREATION_DATE_TIME
  |
  orderCreationDateTime
  |
  Order and product information/Order creation date
  |
  string
  ||
  || SHOP_SKU | shopSku | Order and product information/Your SKU | string ||
  || OFFER_NAME | offerName | Order and product information/Product name | string ||
  || PRICE | price | Order and product information/Your price per item | number ||
  || COUNT | count | Order and product information/Quantity, units | integer ||
  || PAYMENT_TYPE | paymentType | Order and product information/Payment acceptance method | string ||
  || QUALITY_INDEX | qualityIndex | Order and product information/Quality index value | string ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || TARIFF | tariff | Service information/Rate per item | number ||
  || UNIT | unit | Service information/Unit of measurement | string ||
  || MIN_TARIFF | minTariff | Service information/Minimum rate per item | number ||
  || SERVICE_DATE_TIME | serviceDateTime | Service information/Service date and time | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  ||
  AMOUNT_WITHOUT_BONUSES
  |
  amountWithoutBonuses
  |
  Service information/Price of service without discounts and surcharges
  |
  number
  ||
  ||
  FEE_BENEFIT_TARIFF
  |
  feeBenefitTariff
  |
  Service price decrease (discount) and increase/Removals and rewards/Rate, %
  |
  number
  ||
  ||
  FEE_BENEFIT_DISCOUNT
  |
  feeBenefitDiscount
  |
  Service price decrease (discount) and increase/Removals and rewards/Discount based on the minimum tariff
  |
  number
  ||
  ||
  DAYS_OF_DELAY
  |
  daysOfDelay
  |
  Service price decrease (discount) and increase/Cancellations due to seller's fault, late shipment or delivery/Delay in shipment or delivery, days
  |
  integer
  ||
  ||
  LATE_ORDER_EXECUTION_FEE_TARIFF
  |
  lateOrderExecutionFeeTariff
  |
  Service price decrease (discount) and increase/Cancellations due to seller's fault, late shipment or delivery/Rate for late shipment or delivery, % of placement rate
  |
  number
  ||
  ||
  CANCELLATION_ORDER_FEE_TARIFF
  |
  cancellationOrderFeeTariff
  |
  Service price decrease (discount) and increase/Cancellations due to seller's fault, late shipment or delivery/Rate when canceled due to seller's fault, % of placement rate
  |
  number
  ||
  ||
  QUALITY_INDEX_MIN_TARIFF
  |
  qualityIndexMinTariff
  |
  Service price decrease (discount) and increase/Cancellations due to seller's fault, late shipment or delivery/Min price per item
  |
  number
  ||
  ||
  QUALITY_INDEX_MAX_TARIFF
  |
  qualityIndexMaxTariff
  |
  Service price decrease (discount) and increase/Cancellations due to seller's fault, late shipment or delivery/Max price per item
  |
  number
  ||
  ||
  QUALITY_INDEX_AMOUNT
  |
  qualityIndexAmount
  |
  Service price decrease (discount) and increase/Cancellations due to seller's fault, late shipment or delivery/Service price change
  |
  number
  ||
  ||
  INDIVIDUAL_DISCOUNT
  |
  individualDiscount
  |
  Service price decrease (discount) and increase/Other discounts/Custom discount for service
  |
  number
  ||
  ||
  LOYALTY_DISCOUNT
  |
  loyaltyDiscount
  |
  Service price decrease (discount) and increase/Other discounts/Loyalty discount
  |
  number
  ||
  || TOTAL_AMOUNT | totalAmount | Service cost | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Warehouse processing** (file **warehouse_processing**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ORDER_ID | orderId | Order and product information/Order or shipment number | integer ||
  || WAREHOUSE | warehouse | Order and product information/Warehouse | string ||
  || SHOP_SKU | shopSku | Order and product information/Your SKU | string ||
  || OFFER_NAME | offerName | Order and product information/Product name | string ||
  || PRICE | price | Order and product information/Your price per item | number ||
  || COUNT | count | Order and product information/Quantity, units | integer ||
  || BATCH_SIZE | batchSize | Order and product information/Sale quantum | integer ||
  || BATCH_COUNT | batchCount | Order and product information/Quanta in the order | integer ||
  || BATCH_PRICE | batchPrice | Order and product information/Price per quantum | number ||
  || WEIGHT | weight | Order and product information/Weight, kg | number ||
  || LENGTH | length | Order and product information/Length, cm | number ||
  || WIDTH | width | Order and product information/Width, cm | number ||
  || HEIGHT | height | Order and product information/Height, cm | number ||
  || DIMENSIONS_SUM | dimensionsSum | Order and product information/Sum of three dimensions, cm | number ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || TARIFF | tariff | Service information/Rate per item | number ||
  || UNIT | unit | Service information/Unit of measurement | string ||
  || MIN_TARIFF | minTariff | Service information/Minimum rate per item | number ||
  || MAX_TARIFF | maxTariff | Service information/Maximum rate per item | number ||
  ||
  SERVICE_PRICE_BEFORE_TARIFF
  |
  servicePriceBeforeTariff
  |
  Service information/Service price without rate restrictions
  |
  number
  ||
  || SERVICE_DATE_TIME | serviceDateTime | Service information/Service date and time | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Acceptance of supply** (file **goods_acceptance**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || FF_REEQUEST_ID | ffReequestId | Service information/Yandex Market delivery number | string ||
  || WMS_ID | wmsId | Service information/Supply number in warehouse | string ||
  || WAREHOUSE | warehouse | Service information/Warehouse | string ||
  || SHOP_SKU | shopSku | Service information/Your SKU | string ||
  || OFFER_NAME | offerName | Service information/Product name | string ||
  || WEIGHT | weight | Service information/Weight, kg | number ||
  || LENGTH | length | Service information/Length, cm | number ||
  || WIDTH | width | Service information/Width, cm | number ||
  || HEIGHT | height | Service information/Height, cm | number ||
  || DIMENSIONS_SUM | dimensionsSum | Service information/Sum of three dimensions, cm | number ||
  || CARGO_PLACE_TYPE | cargoPlaceType | Service information/Type of cargo space or goods | string ||
  || COUNT | count | Service information/Quantity, units | integer ||
  || ACCEPTANCE_STAGE | acceptanceStage | Service information/Stage | string ||
  || TARIFF | tariff | Service information/Rate per item | number ||
  || SERVICE_DATE_TIME | serviceDateTime | Service information/Service date and time | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Loyalty program and reviews** (file **loyalty_and_reviews**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ORDER_ID | orderId | Service information/Order or shipment number | integer ||
  || SHOP_SKU | shopSku | Service information/Your SKU | string ||
  || OFFER_NAME | offerName | Service information/Product name | string ||
  || PRICE | price | Service information/Your price per item | number ||
  || CLIENT_PRICE | clientPrice | Service information/Paid by buyer | number ||
  || COUNT | count | Service information/Quantity, units | integer ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || REVIEW_ID | reviewId | Service information/Review ID | string ||
  || SERVICE_DATE_TIME | serviceDateTime | Service information/Service date and time | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  ||
  TARIFF_OR_BET_FOR_REVIEW
  |
  tariffOrBetForReview
  |
  Service information/Rate per item or seller bet per review
  |
  number
  ||
  || PROMO_AMOUNT | promoAmount | Service information/Promotion-based rate | number ||
  || CUSTOMER_BONUS_AMOUNT | customerBonusAmount | Service information/Customer points amount | number ||
  || DISCOUNT | discount | Service information/Discount | number ||
  || PAYMENT_WITH_BONUSES | paymentWithBonuses | Service information/Payment in bonuses | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Sales boost, payment for sales** (file **boost**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ORDER_ID | orderId | Service information/Order or shipment number | integer ||
  || SHOP_SKU | shopSku | Service information/Your SKU | string ||
  || OFFER_NAME | offerName | Service information/Product name | string ||
  || CATEGORY | category | Service information/Category | string ||
  || PRICE | price | Service information/Your price per item | number ||
  || COUNT | count | Service information/Quantity, units | integer ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || BET | bet | Service information/Effective bid, % of sale price | number ||
  || PREPAID | prepaid | Service information/Prepayment | number ||
  || POSTPAID | postpaid | Service information/Post-payment | number ||
  || BONUS_PAID | bonusPaid | Service information/Payment in bonuses | number ||
  || NETTING | netting | Service information/Discount for participation in joint promotions | number ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Installment plan** (file **installment_plan**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ORDER_ID | orderId | Service information/Order or shipment number | integer ||
  || SHOP_SKU | shopSku | Service information/Your SKU | string ||
  || OFFER_NAME | offerName | Service information/Product name | string ||
  || PRICE | price | Service information/Your price per item | number ||
  || COUNT | count | Service information/Quantity, units | integer ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || TARIFF | tariff | Service information/Rate per item (applied to product price before discounts) | number ||
  || UNIT | unit | Service information/Unit of measurement | string ||
  || SERVICE_DATE_TIME | serviceDateTime | Service information/Service date and time | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || TYPE | type | Service information/Record type | string ||
  |#

  {% endcut %}

  {% cut "Sheet **Shelves** (file **shelf**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ADVERTISER_ID | advertiserId | Service information/Advertiser ID | integer ||
  || LIMIT_TYPE | limitType | Service information/Budget type | string ||
  || CAMPAIGN_ID | campaignId | Service information/Campaign number | integer ||
  || CAMPAIGN_NAME | campaignName | Service information/Campaign name | string ||
  || SURFACE_TYPE | surfaceType | Service information/Service | string ||
  || EVENTS_COUNT | eventsCount | Service information/Number of impressions | string ||
  || DAILY_LIMIT | dailyLimit | Service information/Budget | number ||
  || PAYMENT | payment | Service information/Payment | number ||
  || BONUS_PAID | bonusPaid | Service information/Payment in bonuses | number ||
  || NETTING | netting | Service information/Discount for participation in joint promotions | number ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Boost sales with pay-per-views** (file **cpm-boost**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ADVERTISER_ID | advertiserId | Service information/Advertiser ID | integer ||
  || CAMPAIGN_ID | campaignId | Service information/Campaign number | integer ||
  || CAMPAIGN_NAME | campaignName | Service information/Campaign name | string ||
  || SURFACE_TYPE | surfaceType | Service information/Service | string ||
  || EVENTS_COUNT | eventsCount | Service information/Number of impressions | integer ||
  || DAILY_LIMIT | dailyLimit | Service information/Budget | number ||
  || PAYMENT | payment | Service information/Payment | number ||
  || BONUS_PAID | bonusPaid | Service information/Payment in bonuses | number ||
  || NETTING | netting | Service information/Discount for participation in joint promotions | number ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Product banners** (file **product-banners**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ADVERTISER_ID | advertiserId | Service information/Advertiser ID | integer ||
  || CAMPAIGN_ID | campaignId | Service information/Campaign number | integer ||
  || CAMPAIGN_NAME | campaignName | Service information/Campaign name | string ||
  || SURFACE_TYPE | surfaceType | Service information/Service | string ||
  || EVENTS_COUNT | eventsCount | Service information/Number of impressions | integer ||
  || DAILY_LIMIT | dailyLimit | Service information/Budget | number ||
  || PAYMENT | payment | Service information/Payment | number ||
  || BONUS_PAID | bonusPaid | Service information/Payment in bonuses | number ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Banners** (file **banners**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ADVERTISER_ID | advertiserId | Service information/Advertiser ID | integer ||
  || CAMPAIGN_ID | campaignId | Service information/Campaign number | integer ||
  || CAMPAIGN_NAME | campaignName | Service information/Campaign name | string ||
  || SURFACE_TYPE | surfaceType | Service information/Service | string ||
  || EVENTS_COUNT | eventsCount | Service information/Number of impressions | integer ||
  || DAILY_LIMIT | dailyLimit | Service information/Budget | number ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || LIMIT_TYPE | limitType | Service information/Budget type | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Push-notifications** (file **pushes**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ADVERTISER_ID | advertiserId | Service information/Advertiser ID | integer ||
  || CAMPAIGN_ID | campaignId | Service information/Campaign number | integer ||
  || CAMPAIGN_NAME | campaignName | Service information/Campaign name | string ||
  || SURFACE_TYPE | surfaceType | Service information/Service | string ||
  || EVENTS_COUNT | eventsCount | Service information/Number of impressions | integer ||
  || DAILY_LIMIT | dailyLimit | Service information/Budget | number ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || LIMIT_TYPE | limitType | Service information/Budget type | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Pop-up notifications** (file **popups**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ADVERTISER_ID | advertiserId | Service information/Advertiser ID | integer ||
  || CAMPAIGN_ID | campaignId | Service information/Campaign number | integer ||
  || CAMPAIGN_NAME | campaignName | Service information/Campaign name | string ||
  || SURFACE_TYPE | surfaceType | Service information/Service | string ||
  || EVENTS_COUNT | eventsCount | Service information/Number of impressions | integer ||
  || DAILY_LIMIT | dailyLimit | Service information/Budget | number ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || LIMIT_TYPE | limitType | Service information/Budget type | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Delivery to buyer** (file **delivery**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ORDER_ID | orderId | Order and product information/Order or shipment number | integer ||
  || SHOP_SKU | shopSku | Order and product information/Your SKU | string ||
  || OFFER_NAME | offerName | Order and product information/Product name or type of cargo. | string ||
  || PRICE | price | Order and product information/Your price per item | number ||
  || COUNT | count | Order and product information/Quantity, units | integer ||
  || BATCH_SIZE | batchSize | Order and product information/Sale quantum | integer ||
  || BATCH_COUNT | batchCount | Order and product information/Quanta in the order | integer ||
  || BATCH_PRICE | batchPrice | Order and product information/Price per quantum | number ||
  || WEIGHT | weight | Order and product information/Weight, kg | number ||
  || DIMENSIONAL_WEIGHT | dimensionalWeight | Order and product information/Volumetric weight, kg | number ||
  || VOLUME | volume | Order and product information/Volume, l | number ||
  || LENGTH | length | Order and product information/Length, cm | number ||
  || WIDTH | width | Order and product information/Width, cm | number ||
  || HEIGHT | height | Order and product information/Height, cm | number ||
  || DIMENSIONS_SUM | dimensionsSum | Order and product information/Sum of three dimensions, cm | number ||
  || LOCALITY_INDEX | localityIndex | Order and product information/Share of local sales, % | string ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || FROM | from | Service information/From | string ||
  || TO | to | Service information/Destination | string ||
  || DELIVERY_TYPE | deliveryType | Service information/Shipping method | string ||
  || TARIFF | tariff | Service information/Rate per item | number ||
  || UNIT | unit | Service information/Unit of measurement | string ||
  || MIN_TARIFF | minTariff | Service information/Minimum rate per item | number ||
  || MAX_TARIFF | maxTariff | Service information/Maximum rate per item | number ||
  ||
  SERVICE_PRICE_BEFORE_TARIFF
  |
  servicePriceBeforeTariff
  |
  Service information/Service price without rate restrictions
  |
  number
  ||
  || LOCALITY_COEFFICIENT | localityCoefficient | Service information/Locality coefficient | number ||
  || SERVICE_DATE_TIME | serviceDateTime | Service information/Service date and time | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Delivery (middle mile)** (file **crossregional_delivery**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ORDER_ID | orderId | Order and product information/Order or shipment number | integer ||
  || SHOP_SKU | shopSku | Order and product information/Your SKU | string ||
  || OFFER_NAME | offerName | Order and product information/Product name | string ||
  || PRICE | price | Order and product information/Your price per item | number ||
  || COUNT | count | Order and product information/Quantity, units | integer ||
  || WEIGHT | weight | Order and product information/Weight, kg | number ||
  || DIMENSIONAL_WEIGHT | dimensionalWeight | Order and product information/Volumetric weight, kg | number ||
  || VOLUME | volume | Order and product information/Volume, l | number ||
  || LENGTH | length | Order and product information/Length, cm | number ||
  || WIDTH | width | Order and product information/Width, cm | number ||
  || HEIGHT | height | Order and product information/Height, cm | number ||
  || DIMENSIONS_SUM | dimensionsSum | Order and product information/Sum of three dimensions, cm | number ||
  || LOCALITY_INDEX | localityIndex | Order and product information/Share of local sales, % | string ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || FROM | from | Service information/From | string ||
  || TO | to | Service information/Destination | string ||
  || DELIVERY_TYPE | deliveryType | Service information/Shipping method | string ||
  || TARIFF | tariff | Service information/Rate per item | number ||
  || UNIT | unit | Service information/Unit of measurement | string ||
  || MIN_TARIFF | minTariff | Service information/Minimum rate per item | number ||
  || MAX_TARIFF | maxTariff | Service information/Maximum rate per item | number ||
  ||
  SERVICE_PRICE_BEFORE_TARIFF
  |
  servicePriceBeforeTariff
  |
  Service information/Service price without rate restrictions
  |
  number
  ||
  || LOCALITY_COEFFICIENT | localityCoefficient | Service information/Locality coefficient | number ||
  || NETTING | netting | Service information/Discount for participation in joint promotions | number ||
  || SERVICE_DATE_TIME | serviceDateTime | Service information/Service date and time | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Express delivery** (file **express_delivery**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ORDER_ID | orderId | Order and product information/Order or shipment number | integer ||
  || SHOP_SKU | shopSku | Order and product information/Your SKU | string ||
  || OFFER_NAME | offerName | Order and product information/Product name | string ||
  || PRICE | price | Order and product information/Your price per item | number ||
  || COUNT | count | Order and product information/Quantity, units | integer ||
  || BATCH_SIZE | batchSize | Order and product information/Sale quantum | integer ||
  || BATCH_COUNT | batchCount | Order and product information/Quanta in the order | integer ||
  || BATCH_PRICE | batchPrice | Order and product information/Price per quantum | number ||
  || WEIGHT | weight | Order and product information/Weight, kg | number ||
  || LENGTH | length | Order and product information/Length, cm | number ||
  || WIDTH | width | Order and product information/Width, cm | number ||
  || HEIGHT | height | Order and product information/Height, cm | number ||
  || DIMENSIONS_SUM | dimensionsSum | Order and product information/Sum of three dimensions, cm | number ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || TARIFF | tariff | Service information/Rate per order/item | number ||
  || UNIT | unit | Service information/Unit of measurement | string ||
  || MIN_TARIFF | minTariff | Service information/Minimum rate per item | number ||
  || MAX_TARIFF | maxTariff | Service information/Maximum rate per item | number ||
  ||
  SERVICE_PRICE_BEFORE_TARIFF
  |
  servicePriceBeforeTariff
  |
  Service information/Service price without rate restrictions
  |
  number
  ||
  || SERVICE_DATE_TIME | serviceDateTime | Service information/Service date and time | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Delivery from abroad** (file **delivery_from_abroad**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ORDER_ID | orderId | Order information/Order or shipment number | integer ||
  || PARCELS_COUNT | parcelsCount | Order information/Number of products in the order (items) | integer ||
  || WEIGHT | weight | Order information/Total weight of items in the order, kg | number ||
  || WEIGHT_ROUNDED | weightRounded | Order information/Weight after rounding, kg | number ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || FROM | from | Service information/From | string ||
  || TO | to | Service information/Destination | string ||
  || SHIPPING_TARIFF | shippingTariff | Service information/Rate for shipment | number ||
  || TARIFF_FOR_WEIGHT | tariffForWeight | Service information/Rate per 1 kg | number ||
  || SERVICE_DATE_TIME | serviceDateTime | Service information/Service date and time | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Payment acceptance** (file **payment_accepting**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ORDER_ID | orderId | Service information/Order or shipment number | integer ||
  || SHOP_SKU | shopSku | Service information/Your SKU | string ||
  || OFFER_NAME | offerName | Service information/Product or service name | string ||
  || BUYER_PAID | buyerPaid | Service information/Paid by buyer | number ||
  || TARIFF | tariff | Service information/Rate | number ||
  || UNIT | unit | Service information/Unit of measurement | string ||
  || SERVICE_DATE_TIME | serviceDateTime | Service information/Service date and time | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  || RECORD_TYPE | recordType | Service information/Record type | string ||
  |#

  {% endcut %}

  {% cut "Sheet **Payment transfer** (file **payment_transfer**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ORDER_ID | orderId | Service information/Order or shipment number | integer ||
  || SHOP_SKU | shopSku | Service information/Your SKU | string ||
  || OFFER_NAME | offerName | Service information/Product or service name | string ||
  || MERCHANT_PRICE | merchantPrice | Service information/Your price | number ||
  || BUYER_PAID | buyerPaid | Service information/Paid by buyer | number ||
  ||
  TARIFF_FOR_TRANSFER
  |
  tariffForTransfer
  |
  Service information/Rate, up to 28.02.26 - % of the buyer's payment,
   from 1.03.2026 - % of the price of the product or service

  |
  number
  ||
  || SERVICE_DATE_TIME | serviceDateTime | Service information/Service date and time | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  || RECORD_TYPE | recordType | Service information/Record type | string ||
  |#

  {% endcut %}

  {% cut "Sheet **Order for payment transfer** (file **money_withdraw**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ORDER_ID | orderId | Service information/Order or shipment number | integer ||
  || SHOP_SKU | shopSku | Service information/Your SKU | string ||
  || OFFER_NAME | offerName | Service information/Product name | string ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || ITEM_PRICE | itemPrice | Service information/Your price per item | number ||
  ||
  TARIFF_FOR_TRANSFER
  |
  tariffForTransfer
  |
  Service information/Transfer rate, before 28.02.26 - % of the paid amount,
  after 1.03.2026 - % of your price
  |
  number
  ||
  || SERVICE_DATE_TIME | serviceDateTime | Service information/Service date and time | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  || RECORD_TYPE | recordType | Service information/Record type | string ||
  |#

  {% endcut %}

  {% cut "Sheet **Product booking** (file **item_booking**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ORDER_ID | orderId | Order and product information/Order or shipment number | integer ||
  ||
  ORDER_CREATION_DATE_TIME
  |
  orderCreationDateTime
  |
  Order and product information/Order creation date
  |
  string
  ||
  || SHOP_SKU | shopSku | Order and product information/Your SKU | string ||
  || OFFER_NAME | offerName | Order and product information/Product name | string ||
  || PRICE | price | Order and product information/Your price per item | number ||
  || COUNT | count | Order and product information/Quantity, units | integer ||
  || PAYMENT_TYPE | paymentType | Order and product information/Payment acceptance method | string ||
  || QUALITY_INDEX | qualityIndex | Order and product information/Quality index value | string ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || TARIFF | tariff | Service information/Rate per item | number ||
  || UNIT | unit | Service information/Unit of measurement | string ||
  || MIN_TARIFF | minTariff | Service information/Minimum rate per item | number ||
  || SERVICE_DATE_TIME | serviceDateTime | Service information/Service date and time | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  ||
  AMOUNT_WITHOUT_BONUSES
  |
  amountWithoutBonuses
  |
  Service information/Price of service without discounts and surcharges
  |
  number
  ||
  ||
  FEE_BENEFIT_TARIFF
  |
  feeBenefitTariff
  |
  Service price decrease (discount) and increase/Removals and rewards/Rate, %
  |
  number
  ||
  ||
  FEE_BENEFIT_DISCOUNT
  |
  feeBenefitDiscount
  |
  Service price decrease (discount) and increase/Removals and rewards/Discount based on the minimum tariff
  |
  number
  ||
  ||
  DAYS_OF_DELAY
  |
  daysOfDelay
  |
  Service price decrease (discount) and increase/Cancellations due to seller's fault, late shipment or delivery/Delay in shipment or delivery, days
  |
  integer
  ||
  ||
  LATE_ORDER_EXECUTION_FEE_TARIFF
  |
  lateOrderExecutionFeeTariff
  |
  Service price decrease (discount) and increase/Cancellations due to seller's fault, late shipment or delivery/Rate for late shipment or delivery, % of placement rate
  |
  number
  ||
  ||
  CANCELLATION_ORDER_FEE_TARIFF
  |
  cancellationOrderFeeTariff
  |
  Service price decrease (discount) and increase/Cancellations due to seller's fault, late shipment or delivery/Rate when canceled due to seller's fault, % of placement rate
  |
  number
  ||
  ||
  QUALITY_INDEX_MIN_TARIFF
  |
  qualityIndexMinTariff
  |
  Service price decrease (discount) and increase/Cancellations due to seller's fault, late shipment or delivery/Min price per item
  |
  number
  ||
  ||
  QUALITY_INDEX_MAX_TARIFF
  |
  qualityIndexMaxTariff
  |
  Service price decrease (discount) and increase/Cancellations due to seller's fault, late shipment or delivery/Max price per item
  |
  number
  ||
  ||
  QUALITY_INDEX_AMOUNT
  |
  qualityIndexAmount
  |
  Service price decrease (discount) and increase/Cancellations due to seller's fault, late shipment or delivery/Service price change
  |
  number
  ||
  ||
  INDIVIDUAL_DISCOUNT
  |
  individualDiscount
  |
  Service price decrease (discount) and increase/Other discounts/Custom discount for service
  |
  number
  ||
  ||
  LOYALTY_DISCOUNT
  |
  loyaltyDiscount
  |
  Service price decrease (discount) and increase/Other discounts/Loyalty discount
  |
  number
  ||
  || TOTAL_AMOUNT | totalAmount | Service cost | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Paid storage through May 31, 2022** (file **paid_storage_before_31-05-22**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || SHOP_SKU | shopSku | Service information/Your SKU | string ||
  || MARKET_SKU | marketSku | Service information/SKU in Yandex | string ||
  || OFFER_NAME | offerName | Service information/Product name | string ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || COUNT | count | Service information/Quantity, units | integer ||
  || WEIGHT | weight | Service information/Weight, kg | number ||
  || LENGTH | length | Service information/Length, cm | number ||
  || WIDTH | width | Service information/Width, cm | number ||
  || HEIGHT | height | Service information/Height, cm | number ||
  || DIMENSIONS_SUM | dimensionsSum | Service information/Sum of three dimensions, cm | number ||
  || TARIFF | tariff | Service information/Rate per item | number ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Paid storage from June 1, 2022** (file **paid_storage_after_01-06-22**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || CATEGORY | category | Service information/Category | string ||
  || SHOP_SKU | shopSku | Service information/Your SKU | string ||
  || OFFER_NAME | offerName | Service information/Product name | string ||
  || WAREHOUSE | warehouse | Service information/Warehouse or cluster | string ||
  ||
  AVG_STOCK_LITERS
  |
  avgStockLiters
  |
  Service information/Average daily volume of goods in stock, liters
  |
  number
  ||
  || AVG_SOLD_LITERS | avgSoldLiters | Service information/Average daily volume of goods sold, liters | number ||
  || TURNOVER_DAYS | turnoverDays | Service information/Turnover, days | string ||
  || LENGTH_PRODUCT_M | lengthProductM | Service information/Length of the product unit, m | string ||
  || WIDTH_PRODUCT_M | widthProductM | Service information/Product unit width, m | string ||
  || HEIGHT_PRODUCT_M | heightProductM | Service information/The height of the product unit, m | string ||
  || COUNT_PRODUCT_UNIT | countProductUnit | Service information/Number of product units, pcs. | string ||
  ||
  VOLUME_UNITS_OF_GOODS
  |
  volumeUnitsOfGoods
  |
  Service information/The volume of all units of goods, cubic meters
  |
  string
  ||
  || MEASUREMENT_UNIT | measurementUnit | Service information/Unit of measurement | string ||
  || TARIFF | tariff | Service information/Rate | number ||
  || TRANSACTION_TYPE | transactionType | Service information/Transaction type | string ||
  || STORAGE_PERIOD | storagePeriod | Service information/Number of storage days according to rate | integer ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || PAID_STORAGE | paidStorage | Service information/Cost of paid storage | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Supply via transit warehouse** (file **delivery_via_transit_warehouse**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || MARKET_DELIVERY_ID | marketDeliveryId | Service information/Yandex Market delivery number | string ||
  || WAREHOUSE_DELIVERY_ID | warehouseDeliveryId | Service information/Supply number in warehouse | integer ||
  || ACCEPTANCE_POINT | acceptancePoint | Service information/Point of shipment | string ||
  ||
  SERVICES_COLUMN_MANY_WAREHOUSES_SUPPLY
  |
  servicesColumnManyWarehousesSupply
  |
  Service information/Supply for multiple warehouses
  |
  string
  ||
  || XDOC_FROM | xdocFrom | Service information/Where from | string ||
  || XDOC_TO | xdocTo | Service information/Where | string ||
  ||
  SERVICES_COLUMN_VDC_DIRECTIONS_COUNT
  |
  servicesColumnVdcDirectionsCount
  |
  Service information/The number of destinations reached in the supply
  |
  integer
  ||
  || IS_BOX | isBox | Service information/Pallet or box | string ||
  || CARGO_PLACE_TYPE | cargoPlaceType | Service information/Type of cargo space or goods | string ||
  || VOLUME_LITERS | volumeLiters | Service information/Delivery volume, l. | integer ||
  || TURBO_PERCENTAGE | turboPercentage | Service information/The share of turbo in the supply, % | number ||
  || TARIFF | tariff | Service information/Rate | number ||
  || MEASUREMENT_UNIT | measurementUnit | Service information/Unit of measurement | string ||
  || MINIMUM_TARIFF_LIMIT | minimumTariffLimit | Service information/Minimum tariff limit | number ||
  || MINIMUM_TARIFF_CONDITION | minimumTariffCondition | Service information/Restriction condition | string ||
  || BOX_COUNT | boxCount | Service information/Number of pallets or boxes | integer ||
  || DISCOUNT_PERCENT | discountPercent | Service information/Discount, % | number ||
  || DISCOUNT_AMOUNT | discountAmount | Service information/Discount | number ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Acceptance of surplus products at warehouse** (file **reception_of_surplus**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || MARKET_DELIVERY_ID | marketDeliveryId | Service information/Yandex Market delivery number | string ||
  || WAREHOUSE_DELIVERY_ID | warehouseDeliveryId | Service information/Supply number in warehouse | integer ||
  || SHOP_SKU | shopSku | Service information/Your SKU | string ||
  || TARIFF | tariff | Service information/Rate per item | number ||
  || COUNT | count | Service information/Quantity, units | integer ||
  || SERVICE_DATE_TIME | serviceDateTime | Service information/Service date and time | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  || PAYMENT_TYPE | paymentType | Service information/Accrual type | string ||
  |#

  {% endcut %}

  {% cut "Sheet **Applying the marking sign** (file **product_marking**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || MARKET_DELIVERY_ID | marketDeliveryId | Service information/Yandex Market delivery number | integer ||
  || WAREHOUSE_DELIVERY_ID | warehouseDeliveryId | Service information/Supply number in warehouse | string ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || TARIFF | tariff | Service information/Rate per item | number ||
  || COUNT | count | Service information/Quantity, units | integer ||
  || SERVICE_DATE_TIME | serviceDateTime | Service information/Service date and time | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Removal from warehouse, sorting center, order pickup point** (file **export_from_warehouse**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || MARKET_REQUEST_ID | marketRequestId | Service information/Yandex Market request number | string ||
  || WAREHOUSE_REQUEST_ID | warehouseRequestId | Service information/Request number in warehouse | string ||
  || WAREHOUSE | warehouse | Service information/Warehouse | string ||
  || XDOC_FROM | xdocFrom | Service information/Where from | string ||
  || XDOC_TO | xdocTo | Service information/Where | string ||
  || CARGO_PLACE_TYPE | cargoPlaceType | Service information/Type of cargo space or goods | string ||
  || VOLUME_LITERS | volumeLiters | Service information/Delivery volume, l. | integer ||
  || SHOP_SKU | shopSku | Service information/Your SKU | string ||
  || OFFER_NAME | offerName | Service information/Product name | string ||
  || STOCK | stock | Service information/Stock | string ||
  || ESTIMATED_COST | estimatedCost | Service information/Estimated price | number ||
  || COUNT | count | Service information/Quantity, units | integer ||
  || WEIGHT | weight | Service information/Weight, kg | number ||
  || LENGTH | length | Service information/Length, cm | number ||
  || WIDTH | width | Service information/Width, cm | number ||
  || HEIGHT | height | Service information/Height, cm | number ||
  || DIMENSIONS_SUM | dimensionsSum | Service information/Sum of three dimensions, cm | number ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || MEASUREMENT_UNIT | measurementUnit | Service information/Unit of measurement | string ||
  || TARIFF | tariff | Service information/Rate | number ||
  || SERVICE_DATE_TIME | serviceDateTime | Service information/Service date and time | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Order pickup arrangement** (file **intake_logistics**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ORDER_ID | orderId | Service information/Order or shipment number | integer ||
  || OFFER_NAME | offerName | Service information/Product name | string ||
  || GOODS_COUNT | goodsCount | Service information/Number of products (items) | integer ||
  || CARGO_TYPE | cargoType | Service information/Product type | string ||
  || WEIGHT | weight | Service information/Weight, kg | number ||
  || DIMENSIONAL_WEIGHT | dimensionalWeight | Service information/Volumetric weight, kg | number ||
  || LENGTH | length | Service information/Length, cm | number ||
  || WIDTH | width | Service information/Width, cm | number ||
  || HEIGHT | height | Service information/Height, cm | number ||
  || DIMENSIONS_SUM | dimensionsSum | Service information/Sum of three dimensions, cm | number ||
  || ORDER_COUNT | orderCount | Service information/Order quantity | integer ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || UNIT_NAME | unitName | Service information/What the rate is applied to | string ||
  || TARIFF | tariff | Service information/Rate per order/item | number ||
  || SERVICE_DATE_TIME | serviceDateTime | Service information/Service date and time | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  || RECORD_TYPE | recordType | Service information/Record type | string ||
  |#

  {% endcut %}

  {% cut "Sheet **Processing orders in the sorting center or order pickup point** (file **order_processing**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ORDER_ID | orderId | Service information/Order or shipment number | integer ||
  || BOX_EXTERNAL_ID | boxExternalId | Service information/Return package number (box bar code) | string ||
  || LOCATION | location | Service information/Place of order shipment | string ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || TARIFF | tariff | Service information/Rate per order or shipment | number ||
  || MIN_AMOUNT | minAmount | Service information/Minimum amount | number ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  || RECORD_TYPE | recordType | Service information/Record type | string ||
  |#

  {% endcut %}

  {% cut "Sheet **Processing orders in the warehouse** (file **order_processing_on_warehouse**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ORDER_ID | orderId | Service information/Order or shipment number | integer ||
  || BOX_EXTERNAL_ID | boxExternalId | Service information/Return package number (box bar code) | string ||
  || TARIFF | tariff | Service information/Rate for shipment | number ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Storage of unpurchased goods and returns** (file **storage_of_returns**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || RESUPPLY_TYPE | resupplyType | Service information/Return or non-purchase | string ||
  || ORDER_ID | orderId | Service information/Order or shipment number | integer ||
  || RETURN_ID | returnId | Service information/Return number | integer ||
  || RETURN_COUNT | returnCount | Service information/Number of returned products (items) | integer ||
  ||
  UNREDEEMED_ORDER_TARIFF
  |
  unredeemedOrderTariff
  |
  Service information/Rate for storing unpurchased order
  |
  number
  ||
  || RETURN_TARIFF | returnTariff | Service information/Rate for storing return | number ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  || RECORD_TYPE | recordType | Service information/Record type | string ||
  |#

  {% endcut %}

  {% cut "Sheet **Resale commission** (file **expropriation**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ORDER_NUMBER | orderNumber | Order and product information/Order or shipment number | integer ||
  || SKU | sku | Order and product information/Your SKU | string ||
  || PRODUCT_NAME | productName | Order and product information/Product name | string ||
  || MERCHANT_PRICE | merchantPrice | Order and product information/Your price | number ||
  || SELL_PRICE | sellPrice | Order and product information/Sale price | number ||
  || SERVICE | service | Service information/Service | string ||
  || TARIFF_PER_ITEM | tariffPerItem | Service information/Rate per item | number ||
  || MEASUREMENT_UNIT | measurementUnit | Service information/Unit of measurement | string ||
  || DATE_TIME | dateTime | Service information/Service date and time | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || FULL_PRICE | fullPrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Disposal arrangement** (file **utilization**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || UTILIZATION_REQUEST_ID | utilizationRequestId | Service information/Disposal request number | string ||
  ||
  UTILIZATION_REQUEST_DATE_TIME
  |
  utilizationRequestDateTime
  |
  Service information/Date and time of disposal request creation
  |
  string
  ||
  || SHOP_SKU | shopSku | Service information/Your SKU | string ||
  || OFFER_NAME | offerName | Service information/Product name | string ||
  || COUNT | count | Service information/Quantity, units | integer ||
  || WEIGHT | weight | Service information/Weight, kg | number ||
  || LENGTH | length | Service information/Length, cm | number ||
  || WIDTH | width | Service information/Width, cm | number ||
  || HEIGHT | height | Service information/Height, cm | number ||
  || DIMENSIONS_SUM | dimensionsSum | Service information/Sum of three dimensions, cm | number ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || TARIFF | tariff | Service information/Rate | number ||
  || SERVICE_DATE_TIME | serviceDateTime | Service information/Service date and time | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Extended access to services** (file **extended_service_access**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || SECURITY_PAYMENT_ID | securityPaymentId | Service information/Security payment number | string ||
  || SECURITY_PAYMENT_DATE | securityPaymentDate | Service information/Security payment date | string ||
  || SECURITY_PAYMENT_AMOUNT | securityPaymentAmount | Service information/Security payment amount | number ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || TARIFF | tariff | Service information/Rate | number ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Subscriptions** (file **business_subscription**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || TARIFF | tariff | Service information/Rate per month | number ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  || COMMENTARY | commentary | Service information/Commentary | string ||
  |#

  {% endcut %}

  {% cut "Sheet **Personal manager** (file **personal_manager**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || TARIFF | tariff | Service information/Rate per month | number ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  || COMMENTARY | commentary | Service information/Commentary | string ||
  |#

  {% endcut %}

  {% cut "Sheet **Mailing** (file **mailing**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ADVERTISER_ID | advertiserId | Service information/Advertiser ID | integer ||
  || CAMPAIGN_ID | campaignId | Service information/Campaign number | integer ||
  || CAMPAIGN_NAME | campaignName | Service information/Campaign name | string ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || EVENTS_COUNT | eventsCount | Service information/Number of impressions | integer ||
  || DAILY_LIMIT | dailyLimit | Service information/Budget | number ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || LIMIT_TYPE | limitType | Service information/Budget type | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Advertising on external platforms** (file **web**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ADVERTISER_ID | advertiserId | Service information/Advertiser ID | integer ||
  || CAMPAIGN_ID | campaignId | Service information/Campaign number | integer ||
  || CAMPAIGN_NAME | campaignName | Service information/Campaign name | string ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || EVENTS_COUNT | eventsCount | Service information/Number of impressions | integer ||
  || DAILY_LIMIT | dailyLimit | Service information/Budget | number ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || LIMIT_TYPE | limitType | Service information/Budget type | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **TV advertising** (file **tv**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ADVERTISER_ID | advertiserId | Service information/Advertiser ID | integer ||
  || CAMPAIGN_ID | campaignId | Service information/Campaign number | integer ||
  || CAMPAIGN_NAME | campaignName | Service information/Campaign name | string ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || EVENTS_COUNT | eventsCount | Service information/Number of impressions | integer ||
  || DAILY_LIMIT | dailyLimit | Service information/Budget | number ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || LIMIT_TYPE | limitType | Service information/Budget type | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Advertising on the Market** (file **yandex-market**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ADVERTISER_ID | advertiserId | Service information/Advertiser ID | integer ||
  || CAMPAIGN_ID | campaignId | Service information/Campaign number | integer ||
  || CAMPAIGN_NAME | campaignName | Service information/Campaign name | string ||
  || SERVICE_NAME | serviceName | Service information/Service | string ||
  || EVENTS_COUNT | eventsCount | Service information/Number of impressions | integer ||
  || DAILY_LIMIT | dailyLimit | Service information/Budget | number ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || LIMIT_TYPE | limitType | Service information/Budget type | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}

  {% cut "Sheet **Video banners in taxi** (file **pads**)" %}

  #|
  || **CSV column name** | **JSON column name** | **XLSX column name** | **Value type** ||
  || BUSINESS_ID | businessId | Business information/Business account ID | integer ||
  || PLACEMENT_MODEL | placementModel | Business information/Operation models | string ||
  || PARTNER_ID | partnerId | Business information/Store IDs | integer ||
  || PARTNER_NAME | partnerName | Business information/Store names | string ||
  || INN | inn | Business information/INN (taxpayer identification number) | string ||
  || PLACEMENT_CONTRACT | placementContract | Business information/Agreement numbers for placement | string ||
  || PROMOTION_CONTRACT | promotionContract | Business information/Agreement numbers for promotion | string ||
  || ADVERTISER_ID | advertiserId | Service information/Advertiser ID | integer ||
  || CAMPAIGN_ID | campaignId | Service information/Campaign number | integer ||
  || CAMPAIGN_NAME | campaignName | Service information/Campaign name | string ||
  || SURFACE_TYPE | surfaceType | Service information/Service | string ||
  || EVENTS_COUNT | eventsCount | Service information/Number of impressions | integer ||
  || DAILY_LIMIT | dailyLimit | Service information/Budget | number ||
  || SERVICE_DATE | serviceDate | Service information/Service date | string ||
  || ACT_DATE | actDate | Service information/Certificate creation date | string ||
  || LIMIT_TYPE | limitType | Service information/Budget type | string ||
  || SERVICE_PRICE | servicePrice | Service information/Service price | number ||
  |#

  {% endcut %}
  <!-- endsource: en/_auto/reports/united/services/generator/united_marketplace_services.md -->
  
  
  
  <!-- source: en/_auto/method_limits/generateUnitedMarketplaceServicesReport.md -->
  |<div style="text-align: left;">**⚙️ Limit without subscription:** 1 request per 2 minutes<br>**⭐️ [Limit with Medium subscription](https://yandex.ru/support/marketplace/ru/marketing/subscription):** 1 request per minute</div>|
  |-|
  <!-- endsource: en/_auto/method_limits/generateUnitedMarketplaceServicesReport.md -->
  
  
  
  ## Request
  
  <div class="openapi__requests">
  
  <div class="openapi__request__wrapper" style="--method: var(--dc-openapi-methods-post);margin-bottom: 12px">
  
  <div class="openapi__request">
  
  POST {.openapi__method}
  ```text translate=no
  https://api.partner.market.yandex.ru/v2/reports/united-marketplace-services/generate
  ```
  
  </div>
  
  </div>
  
  </div>
  
  ### Query parameters
  
  #|
  || **Name** | **Description** ||
  ||
  
  _format_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The format of the report or document.
  Report format:
  
  * `FILE` — the spreadsheet file (XLSX).
  * `CSV` — A ZIP archive with CSV files for each report sheet.
  * `JSON` — A ZIP archive with JSON files for each report sheet.
  
  
  _Default:_{.json-schema-reset .json-schema-value} `FILE`
  
  _Enum:_{.json-schema-reset .json-schema-value} `FILE`, `CSV`, `JSON`
  {.table-cell}
  ||
  ||
  
  _language_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string
  
  The language of the report or document.
  Language of the report:
  
  * `RU` — Russian language.
  * `EN` — English language.
  
  
  _Enum:_{.json-schema-reset .json-schema-value} `RU`, `EN`
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "businessId": 1,
    "dateTimeFrom": "2025-01-01T00:00:00Z",
    "dateTimeTo": "2025-01-01T00:00:00Z",
    "dateFrom": "2025-08-22",
    "dateTo": "2025-01-01",
    "yearFrom": 2025,
    "monthFrom": 12,
    "yearTo": 2025,
    "monthTo": 12,
    "placementPrograms": [
      "FBS"
    ],
    "inns": [
      "example"
    ],
    "campaignIds": [
      1
    ]
  }
  ```
  
  {% endcut %}
  
  #|
  || **Name** | **Description** ||
  ||
  
  _businessId_{.json-schema-reset .json-schema-property .json-schema-required}
  {.table-cell}|
  **Type**: integer
  
  Cabinet ID.   To find out, use the request [GET v2/campaigns](https://yandex.com/dev/market/partner-api/doc/en/reference/campaigns/getCampaigns.md).
  
  ℹ️ [What is a cabinet and a store on the Market?](https://yandex.ru/support/marketplace/account/introduction.html)
  
  
  
  
  _Min value:_{.json-schema-reset .json-schema-assertion} `1`
  {.table-cell}
  ||
  ||
  
  _campaignIds_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer[] &#124; null
  
  The list of campaign IDs of those stores that are needed in the report.
  
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Unique items:_{.json-schema-reset .json-schema-assertion} `true`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    1
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _dateFrom_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;date&gt;
  
  The beginning of the period, inclusive.
  
  Date format: `YYYY-MM-DD`.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-08-22`
  {.table-cell}
  ||
  ||
  
  _dateTimeFrom_{.json-schema-reset .json-schema-property .json-schema-deprecated}_[ ](*Deprecated)_{.openapi-deprecated .openapi-deprecated-compact}
  {.table-cell}|
  **Type**: string&lt;date-time&gt;
  
  The beginning of the period, inclusive.
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01T00:00:00Z`
  {.table-cell}
  ||
  ||
  
  _dateTimeTo_{.json-schema-reset .json-schema-property .json-schema-deprecated}_[ ](*Deprecated)_{.openapi-deprecated .openapi-deprecated-compact}
  {.table-cell}|
  **Type**: string&lt;date-time&gt;
  
  End of the period, inclusive. Maximum period — 3 months.
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01T00:00:00Z`
  {.table-cell}
  ||
  ||
  
  _dateTo_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string&lt;date&gt;
  
  End of the period, inclusive. Maximum period — 3 months.
  
  Date format: `YYYY-MM-DD`.
  
  
  _Example:_{.json-schema-reset .json-schema-example} `2025-01-01`
  {.table-cell}
  ||
  ||
  
  _inns_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string[] &#124; null
  
  The list of INN's that are needed in the report.
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Unique items:_{.json-schema-reset .json-schema-assertion} `true`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    "example"
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _monthFrom_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer
  
  The month number.
  
  _Min value:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Max value:_{.json-schema-reset .json-schema-assertion} `12`
  {.table-cell}
  ||
  ||
  
  _monthTo_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer
  
  The month number.
  
  _Min value:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Max value:_{.json-schema-reset .json-schema-assertion} `12`
  {.table-cell}
  ||
  ||
  
  _placementPrograms_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: string[] &#124; null
  
  The list of models that are needed in the report.
  
  
  _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
  _Unique items:_{.json-schema-reset .json-schema-assertion} `true`
  
  {% cut "**Example**" %}{.json-schema-example}
  
  ```json translate=no
  [
    "FBS"
  ]
  ```
  
  {% endcut %}
  {.table-cell}
  ||
  ||
  
  _yearFrom_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer
  
  Year.
  {.table-cell}
  ||
  ||
  
  _yearTo_{.json-schema-reset .json-schema-property}
  {.table-cell}|
  **Type**: integer
  
  Year.
  {.table-cell}
  ||
  |#{.json-schema-properties}
  
  </div>
  
  ## Responses
  
  <div class="openapi__response__code__200">
  
  ## 200 OK
  
  In response, you receive an identifier that allows you to find out the generation status and download the finished report.
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "status": "OK",
    "result": {
      "reportId": "example",
      "estimatedGenerationTime": 0
    }
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
  - {% cut "**Type**: object" %}
  
    #|
    ||
  
    _status_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    The type of response.
    Possible values:
    * `OK` — There are no errors.
    * `ERROR` — an error occurred while processing the request.
  
  
    _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    The standard wrapper for server responses.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "status": "OK"
    }
    ```
  
    {% endcut %}
  
  - {% cut "**Type**: object" %}
  
    #|
    ||
  
    _result_{.json-schema-reset .json-schema-property}
    {.table-cell}|
    {% cut "**Type**: object" %}
  
    #|
    ||
  
    _estimatedGenerationTime_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: integer
  
    Expected generation time in milliseconds.
    {.table-cell}
    ||
    ||
  
    _reportId_{.json-schema-reset .json-schema-property .json-schema-required}
    {.table-cell}|
    **Type**: string
  
    The ID that will be needed to track the generation status and receive the finished report or document.
  
    _Example:_{.json-schema-reset .json-schema-example} `example`
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    The ID that will be needed to track the generation status and receive the finished report or document.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "reportId": "example",
      "estimatedGenerationTime": 0
    }
    ```
  
    {% endcut %}
    {.table-cell}
    ||
    |#{.json-schema-properties}
  
    {% endcut %}
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "result": {
        "reportId": "example",
        "estimatedGenerationTime": 0
      }
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__400">
  
  ## 400 Bad Request
  
  The request contains incorrect data. [More information about the error](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md#400)
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "status": "OK",
    "errors": [
      {
        "code": "example",
        "message": "example"
      }
    ]
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 1 type**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: object
  
    {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
    - **Type**: object
  
      #|
      ||
  
      _status_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The type of response.
      Possible values:
      * `OK` — There are no errors.
      * `ERROR` — an error occurred while processing the request.
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      The standard wrapper for server responses.
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "status": "OK"
      }
      ```
  
      {% endcut %}
  
    - **Type**: object
  
      #|
      ||
  
      _errors_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      {% cut "**Type**: object[]" %}
  
      #|
      ||
  
      _code_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The error code.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      Description of the error.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      A list of errors.
  
      _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      [
        {
          "code": "example",
          "message": "example"
        }
      ]
      ```
  
      {% endcut %}
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "errors": [
          {
            "code": "example",
            "message": "example"
          }
        ]
      }
      ```
  
      {% endcut %}
  
    {% endcut %}
  
    A standard wrapper for server errors.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "status": "OK",
      "errors": [
        {
          "code": "example",
          "message": "example"
        }
      ]
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__401">
  
  ## 401 Unauthorized
  
  The authorization data is not specified in the request. [More information about the error](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md#401)
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "status": "OK",
    "errors": [
      {
        "code": "example",
        "message": "example"
      }
    ]
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 1 type**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: object
  
    {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
    - **Type**: object
  
      #|
      ||
  
      _status_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The type of response.
      Possible values:
      * `OK` — There are no errors.
      * `ERROR` — an error occurred while processing the request.
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      The standard wrapper for server responses.
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "status": "OK"
      }
      ```
  
      {% endcut %}
  
    - **Type**: object
  
      #|
      ||
  
      _errors_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      {% cut "**Type**: object[]" %}
  
      #|
      ||
  
      _code_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The error code.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      Description of the error.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      A list of errors.
  
      _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      [
        {
          "code": "example",
          "message": "example"
        }
      ]
      ```
  
      {% endcut %}
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "errors": [
          {
            "code": "example",
            "message": "example"
          }
        ]
      }
      ```
  
      {% endcut %}
  
    {% endcut %}
  
    A standard wrapper for server errors.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "status": "OK",
      "errors": [
        {
          "code": "example",
          "message": "example"
        }
      ]
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__403">
  
  ## 403 Forbidden
  
  The authorization data is incorrect or access to the resource is prohibited. [More information about the error](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md#403)
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "status": "OK",
    "errors": [
      {
        "code": "example",
        "message": "example"
      }
    ]
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 1 type**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: object
  
    {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
    - **Type**: object
  
      #|
      ||
  
      _status_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The type of response.
      Possible values:
      * `OK` — There are no errors.
      * `ERROR` — an error occurred while processing the request.
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      The standard wrapper for server responses.
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "status": "OK"
      }
      ```
  
      {% endcut %}
  
    - **Type**: object
  
      #|
      ||
  
      _errors_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      {% cut "**Type**: object[]" %}
  
      #|
      ||
  
      _code_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The error code.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      Description of the error.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      A list of errors.
  
      _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      [
        {
          "code": "example",
          "message": "example"
        }
      ]
      ```
  
      {% endcut %}
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "errors": [
          {
            "code": "example",
            "message": "example"
          }
        ]
      }
      ```
  
      {% endcut %}
  
    {% endcut %}
  
    A standard wrapper for server errors.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "status": "OK",
      "errors": [
        {
          "code": "example",
          "message": "example"
        }
      ]
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__404">
  
  ## 404 Not Found
  
  The requested resource was not found. [More information about the error](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md#404)
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "status": "OK",
    "errors": [
      {
        "code": "example",
        "message": "example"
      }
    ]
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 1 type**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: object
  
    {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
    - **Type**: object
  
      #|
      ||
  
      _status_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The type of response.
      Possible values:
      * `OK` — There are no errors.
      * `ERROR` — an error occurred while processing the request.
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      The standard wrapper for server responses.
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "status": "OK"
      }
      ```
  
      {% endcut %}
  
    - **Type**: object
  
      #|
      ||
  
      _errors_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      {% cut "**Type**: object[]" %}
  
      #|
      ||
  
      _code_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The error code.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      Description of the error.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      A list of errors.
  
      _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      [
        {
          "code": "example",
          "message": "example"
        }
      ]
      ```
  
      {% endcut %}
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "errors": [
          {
            "code": "example",
            "message": "example"
          }
        ]
      }
      ```
  
      {% endcut %}
  
    {% endcut %}
  
    A standard wrapper for server errors.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "status": "OK",
      "errors": [
        {
          "code": "example",
          "message": "example"
        }
      ]
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__420">
  
  ## 420 Method Failure
  
  The resource access limit has been exceeded. [More information about the error](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md#420)
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "status": "OK",
    "errors": [
      {
        "code": "example",
        "message": "example"
      }
    ]
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 1 type**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: object
  
    {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
    - **Type**: object
  
      #|
      ||
  
      _status_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The type of response.
      Possible values:
      * `OK` — There are no errors.
      * `ERROR` — an error occurred while processing the request.
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      The standard wrapper for server responses.
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "status": "OK"
      }
      ```
  
      {% endcut %}
  
    - **Type**: object
  
      #|
      ||
  
      _errors_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      {% cut "**Type**: object[]" %}
  
      #|
      ||
  
      _code_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The error code.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      Description of the error.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      A list of errors.
  
      _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      [
        {
          "code": "example",
          "message": "example"
        }
      ]
      ```
  
      {% endcut %}
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "errors": [
          {
            "code": "example",
            "message": "example"
          }
        ]
      }
      ```
  
      {% endcut %}
  
    {% endcut %}
  
    A standard wrapper for server errors.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "status": "OK",
      "errors": [
        {
          "code": "example",
          "message": "example"
        }
      ]
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
  
  <div class="openapi__response__code__500">
  
  ## 500 Internal Server Error
  
  Internal error of Yandex. Market. [More information about the error](https://yandex.com/dev/market/partner-api/doc/en/concepts/error-codes.md#500)
  
  <div class="openapi-entity">
  
  ### Body
  
  {% cut "application/json" %}
  
  ```json translate=no
  {
    "status": "OK",
    "errors": [
      {
        "code": "example",
        "message": "example"
      }
    ]
  }
  ```
  
  {% endcut %}
  
  **Type**: object
  
  {% cut "**All of 1 type**" %}{.json-schema-combinators data-marker=and}
  
  - **Type**: object
  
    {% cut "**All of 2 types**" %}{.json-schema-combinators data-marker=and}
  
    - **Type**: object
  
      #|
      ||
  
      _status_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The type of response.
      Possible values:
      * `OK` — There are no errors.
      * `ERROR` — an error occurred while processing the request.
  
  
      _Enum:_{.json-schema-reset .json-schema-value} `OK`, `ERROR`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      The standard wrapper for server responses.
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "status": "OK"
      }
      ```
  
      {% endcut %}
  
    - **Type**: object
  
      #|
      ||
  
      _errors_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      {% cut "**Type**: object[]" %}
  
      #|
      ||
  
      _code_{.json-schema-reset .json-schema-property .json-schema-required}
      {.table-cell}|
      **Type**: string
  
      The error code.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      ||
  
      _message_{.json-schema-reset .json-schema-property}
      {.table-cell}|
      **Type**: string
  
      Description of the error.
  
      _Example:_{.json-schema-reset .json-schema-example} `example`
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% endcut %}
  
      A list of errors.
  
      _Min items:_{.json-schema-reset .json-schema-assertion} `1`
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      [
        {
          "code": "example",
          "message": "example"
        }
      ]
      ```
  
      {% endcut %}
      {.table-cell}
      ||
      |#{.json-schema-properties}
  
      {% cut "**Example**" %}{.json-schema-example}
  
      ```json translate=no
      {
        "errors": [
          {
            "code": "example",
            "message": "example"
          }
        ]
      }
      ```
  
      {% endcut %}
  
    {% endcut %}
  
    A standard wrapper for server errors.
  
    {% cut "**Example**" %}{.json-schema-example}
  
    ```json translate=no
    {
      "status": "OK",
      "errors": [
        {
          "code": "example",
          "message": "example"
        }
      ]
    }
    ```
  
    {% endcut %}
  
  {% endcut %}
  
  </div>
  
  </div>
        

- Console

  ```openapi-sandbox translate=no
  pathParams: []
  searchParams:
    - description: The format of the report or document.
      name: format
      in: query
      required: false
      schema:
        description: >
          Report format:
  
  
          * `FILE` — the spreadsheet file
          (XLSX).
  
          * `CSV` — A ZIP archive with CSV files for
          each report sheet.
  
          * `JSON` — A ZIP archive with JSON files
          for each report sheet.
        type: string
        enum:
          - FILE
          - CSV
          - JSON
        default: FILE
    - description: The language of the report or document.
      name: language
      in: query
      required: false
      schema:
        description: |
          Language of the report:
  
          * `RU` — Russian language.
          * `EN` — English language.
        type: string
        enum:
          - RU
          - EN
  headers: []
  body: |-
    {
      "businessId": 1,
      "dateTimeFrom": "2025-01-01T00:00:00Z",
      "dateTimeTo": "2025-01-01T00:00:00Z",
      "dateFrom": "2025-08-22",
      "dateTo": "2025-01-01",
      "yearFrom": 2025,
      "monthFrom": 12,
      "yearTo": 2025,
      "monthTo": 12,
      "placementPrograms": [
        "FBS"
      ],
      "inns": [
        "example"
      ],
      "campaignIds": [
        1
      ]
    }
  schema:
    description: >
      The data required to generate the report: the campaign ID, the period for
      which the report is needed, as well as filters.
    type: object
    required:
      - businessId
    properties:
      businessId:
        description: "Cabinet ID.  {% if audience == \"partner\" %} To find out, use the request [GET\_v2/campaigns](../../reference/campaigns/getCampaigns.md).\n\nℹ️ [What is a cabinet and a store on the Market?](https://yandex.ru/support/marketplace/account/introduction.html)\n\n:::no-translate\n{% endif %}\n:::\n\n"
        type: integer
        format: int64
        minimum: 1
      dateTimeFrom:
        description: The beginning of the period, inclusive.
        format: date-time
        type: string
        deprecated: true
        x-deprecation-config:
          shutdown-date: '2026-10-12'
          replacement-field: dateFrom
      dateTimeTo:
        description: End of the period, inclusive. Maximum period — 3 months.
        format: date-time
        type: string
        deprecated: true
        x-deprecation-config:
          shutdown-date: '2026-10-12'
          replacement-field: dateTo
      dateFrom:
        type: string
        format: date
        description: |
          The beginning of the period, inclusive.
  
          Date format: `YYYY-MM-DD`.
        example: '2025-08-22'
      dateTo:
        description: |
          End of the period, inclusive. Maximum period — 3 months.
  
          Date format: `YYYY-MM-DD`.
        format: date
        type: string
      yearFrom:
        description: Year.
        type: integer
        format: int32
        example: 2025
      monthFrom:
        description: The month number.
        type: integer
        format: int32
        minimum: 1
        maximum: 12
        example: 12
      yearTo:
        description: Year.
        type: integer
        format: int32
        example: 2025
      monthTo:
        description: The month number.
        type: integer
        format: int32
        minimum: 1
        maximum: 12
        example: 12
      placementPrograms:
        description: |
          The list of models that are needed in the report.
        type: array
        nullable: true
        minItems: 1
        uniqueItems: true
        items:
          description: >
            The model that the store uses:
  
  
            * `FBS` — FBS or
            Express.
  
            * `FBY` — FBY.
  
            * `DBS` — DBS.
  
            * `LAAS` — LaaS.
          type: string
          enum:
            - FBS
            - FBY
            - DBS
            - LAAS
      inns:
        description: The list of INN's that are needed in the report.
        type: array
        nullable: true
        minItems: 1
        uniqueItems: true
        items:
          type: string
      campaignIds:
        description: |
          The list of campaign IDs of those stores that are needed in the report.
        type: array
        nullable: true
        minItems: 1
        uniqueItems: true
        items:
          description: "The ID of the campaign (store) — The technical identifier that represents your store in the Yandex Market system when working through the API. It is uniquely linked to your store, but it is intended only for automated interaction.\n\nYou can find it using a query [GET\_v2/campaigns](../../reference/campaigns/getCampaigns.md) or find it in the seller's office on the Market. Click on your account icon → **Settings** and in the menu on the left, select **APIs and modules**:\n\n* block **Campaign ID**;\n* tab **Query log** → drop-down list in the block **Show logs**.\n\n⚠️ Do not confuse it with:\n- the store's identifier, which is displayed in the merchant's personal account.\n- advertising campaigns.\n"
          type: integer
          format: int64
          minimum: 1
  bodyType: application/json
  method: post
  security:
    - type: apiKey
      name: 'Api-Key'
      in: header
    - type: oauth2
      x-inline: true
      flows:
        implicit:
          authorizationUrl: https://oauth.yandex.ru/authorize
          scopes:
            market:partner-api: API Яндекс.Маркета / Поиска по товарам для партнеров
  path: v2/reports/united-marketplace-services/generate
  host: https://api.partner.market.yandex.ru
  
  ```
        

{% endlist %}


</div>
<!-- endsource: en/api/reports/generateUnitedMarketplaceServicesReport.md -->


[*Deprecated]: No longer supported, please use an alternative and newer version.