Retrieves products from the specified product set (configured for Competition Data API).
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 ) |
{- "startRow": 0,
- "endRow": 10
}
{- "response": {
- "node": "string",
- "csrfToken": "string",
- "startRow": 0,
- "data": [
- {
- "products": [
- {
- "id": "string",
- "attributes": [
- {
- "field": null,
- "value": null
}
]
}
], - "options": [
- { }
]
}
], - "endRow": 0,
- "totalRows": 0,
- "status": 0
}
}