Skip to main content
GET
/
taxonomy-size
/
{productCategory}
Get Size
curl --request GET \
  --url https://api-v2.production.higg.org/pic-api/v1/taxonomy-size/{productCategory} \
  --header 'x-api-key: <api-key>' \
  --header 'x-developer-request-token: <api-key>'
[
  "<string>"
]
Use this endpoint to retrieve the list of valid sizes for a given product category. The productCategory path parameter should be a categoryExpansionId value obtained from the Get Categories endpoint.

Implementation Details

  • Category-dependent: Available sizes vary by product category. For example, “Apparel” categories may return sizes like "Adult", "Child", "Infant".
  • Response format: Returns an array of size strings (e.g., ["Adult", "Child"]).

Authorizations

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

Path Parameters

productCategory
string
required

Response

200 - application/json

Ok