Skip to main content
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 GET request with no parameters.
  • Category list: Returns a flat list of category objects. Each entry includes a code (to be used as the categoryExpansionId / {productCategory} in other endpoints) and a human-readable name.

Authorizations

x-api-key
string
header
required
x-developer-request-token
string
header
required

Response

200 - application/json

Ok

code
string
required
name
string
required