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

# POST /productstatuses/batch

`POST /productstatuses/batch`

Gets the statuses of multiple products in a single request.

## Request body

- ProductstatusesCustomBatchRequest
  - `entries` ProductstatusesCustomBatchRequestEntry[] — The request entries to be processed in the batch.
    - `method` string — The method of the batch entry. Acceptable values are: - "`get`"
    - `productId` string — The ID of the product whose status to get.
    - `includeAttributes` boolean — Deprecated: Setting this field has no effect and attributes are never included.
    - `destinations` string[] — If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination.
    - `batchId` integer — An entry ID, unique within the batch request.
    - `merchantId` string, uint64 — The ID of the managing account.

## 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)
