---
title: "Get Product Status Update Batch Results"
method: GET
path: "/api/v1/results/status"
tags: ["Results"]
---

# Get Product Status Update Batch Results

`GET /api/v1/results/status`

**Rate limit:** 200 requests per minute

## Query parameters

- `batch_request_id` string, uuid, required

## Response `200`

OK

- UpdateProductStatusBatchResultsResponseSchema
  - `batchRequestId` string, uuid, required — Unique identifier (UUID)
  - `status` union, required
    - 'pending' | 'processing' | 'completed' | 'retry' | 'failed'
    - string
  - `items` UpdateProductStatusResultItemSchema[], required
    - `requestItem` UpdateProductStatusItemSchema, required
      - `style_key` string, required — Style key for the group of products
      - `status` string, required — Status you want to set for the given product. `published` moves the product toward approval and eventually marks it active, `inactive` keeps it hidden after it was activated, `draft` keeps it in preparation and out of the catalog until manual publication begins. Reverting to `draft` is only supported before the product reaches approval, after which one should use `inactive`.
    - `success` boolean, required
    - `errors` string[], required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `default`

---

[API](https://skmtc.dev/aboutyou/apis/sellers-center-api.md) · [All operations](https://skmtc.dev/aboutyou/apis/sellers-center-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aboutyou/sellers-center-api/revisions/578d18d6e63c/schema)
