List Catalog Units
Lists the units of measure available to your company (e.g. Each, Square Feet, Linear Feet).
Use these IDs when setting unitId on a catalog item, or when linking measurements.
Authentication
x-api-keystring
API Key authentication via header
Query parameters
include_archived
Whether to include archived (inactive) records in the response. By default only active records are returned.
page
Page number (1-based)
page_size
Number of items per page (max 100)
Response
List of catalog units
id
Catalog unit identifier
code
Stable short code for the unit (e.g. “SF”, “EA”)
label
Human-readable label for the unit (e.g. “Square Feet”)
dimension
The physical dimension this unit measures, if any. Null for packaging-style units (e.g. bundle, roll) that can’t be used on a measurement.
isCustom
Whether this unit was defined by the company, as opposed to one of the seeded defaults.
isArchived
Whether this unit has been archived.
Errors
400
Bad Request Error
401
Unauthorized Error
502
Bad Gateway Error
