Get Categories
Product Attributes
Get Categories
GET
Get Categories
Use this endpoint to retrieve the full list of product categories available in PIC. Each category in the response includes a
code and a human-readable name. The code value is what you pass as the categoryExpansionId (or {productCategory}) when creating or updating a product.
Implementation Details
- No request body: This is a
GETrequest with no parameters. - Category list: Returns a flat list of category objects. Each entry includes a
code(to be used as thecategoryExpansionId/{productCategory}in other endpoints) and a human-readablename.

