List Measurements
Lists the measurements (and sub-measurements) available to your company. Use these IDs when
setting measurementIds on a catalog item. A “sub-measurement” is a measurement with
type: SUB_CALCULATION.
Authentication
Query parameters
Whether to include archived (inactive) records in the response. By default only active records are returned.
Page number (1-based)
Number of items per page (max 100)
Response
A plain MEASUREMENT is a raw input value; a SUB_CALCULATION (“sub-measurement”) derives its value from a formula over other measurements.
The formula driving a SUB_CALCULATION measurement’s quantity. Read-only — there is no API to create or edit a measurement’s formula; it can only be authored in the app. Shape: operands names each referenced measurement ({name, measurementId}); ast is a binary-operation tree (ADD/SUB/MUL/DIV) whose leaves are either {operandRef} (referencing an entry in operands by name) or {constant} (a literal number); sourceText is the original formula text as authored.
