---
title: "Get a Product Set"
method: POST
path: "/productmanager.fetchproductsetcompetition/{label}"
tags: ["Competition Data", "Products"]
---

# Get a Product Set

`POST /productmanager.fetchproductsetcompetition/{label}`

Retrieves products from the specified product set (configured for Competition Data API).<p>

<!-- theme: info -->
>**Information**:
>You can retrieve the product set's `label` (that is required in the URL of this endpoint as a parameter) using the `/fetch/PCOMPCO` endpoint.

---

Required Permission| Roles with the Required Permission |
---------|----------|
 PRODUCTCOMPETITION_FETCH | Data Integration (`DATAINTEGRATION`), View Competition Data (`PB_COMPETITION_RO`), Manage Products (`PB_PRODUCTEDITOR`), Administer Products (`PB_PRODUCTS`), Investigate for Support (`SUPPORT`), Administer Plasma (`PLASMA`), Manage Product Details Only (`PB_PDETAILSEDITOR`), Manage Products & Use EC (`PB_PRODUCTEDITOR_EC`), Manage Competition Data (`PB_COMPETITION`)

## Request body

- object
  - `startRow` number — The number of the first row that defines the start of the result set's returned objects. Use this parameter if you want to implement paging for results.
  - `endRow` number — The number of the end row that defines the end of the result set's returned objects. Use this parameter if you want to implement paging for results.

## Response `200`

OK

- object
  - `response` object, required
    - `node` string
    - `csrfToken` string
    - `startRow` number
    - `data` object[]
      - `products` object[]
        - `id` string, required
        - `attributes` object[]
          - `field` string, required
          - `value` unknown
      - `options` object[]
    - `endRow` number
    - `totalRows` number
    - `status` number

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/revisions/0850b5d6be73/schema)
