List cost rules
Paginated list of cost rules (vendor-scoped tiered pricing / extra-cost rules).
Requires the tenant Cost Rules feature flag. When the flag is off, all
cost-rule endpoints return 404 with message
Cost Rules feature is not enabled for this tenant.
If status is omitted, only ACTIVE rules are returned. To walk every
rule (including inactive or draft), pass an explicit status, or call once
per status.
Authorizations
Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.
Query Parameters
Page number for pagination (starts at 1)
x >= 1Number of items per page (max 100)
1 <= x <= 100Filter by supplier / factory ID.
Filter by status. If omitted, only ACTIVE rules are returned.
ACTIVE, INACTIVE, DRAFT Filter to rules that include this document type.
PURCHASE_ORDER, WORK_ORDER, SHIPMENT Name contains (LIKE). Alias — search.
Name contains (LIKE). Alias for name.
Description contains (LIKE).