---
title: "POST /datafeedstatuses/batch"
method: POST
path: "/datafeedstatuses/batch"
tags: ["datafeedstatuses"]
---

# POST /datafeedstatuses/batch

`POST /datafeedstatuses/batch`

Gets multiple Merchant Center datafeed statuses in a single request.

## Request body

- DatafeedstatusesCustomBatchRequest
  - `entries` DatafeedstatusesCustomBatchRequestEntry[] — The request entries to be processed in the batch.
    - `merchantId` string, uint64 — The ID of the managing account.
    - `batchId` integer — An entry ID, unique within the batch request.
    - `datafeedId` string, uint64 — The ID of the data feed to get.
    - `feedLabel` string — The feed label to get the datafeed status for. If this parameter is provided, then `language` must also be provided. Note that for multi-target datafeeds this parameter is required.
    - `method` string — The method of the batch entry. Acceptable values are: - "`get`"
    - `country` string — Deprecated. Use `feedLabel` instead. The country to get the datafeed status for. If this parameter is provided, then `language` must also be provided. Note that for multi-target datafeeds this parameter is required.
    - `language` string — The language to get the datafeed status for. If this parameter is provided then `country` must also be provided. Note that for multi-target datafeeds this parameter is required.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/content.md) · [All operations](https://skmtc.net/google/apis/content/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/content/revisions/1033388fc86f/schema)
