get https://example.com/v1/buying-policies/quotas
Retrieves the global configuration for the quota buying policy.
This includes the current activation status, the default quota value and the last update timestamp.
When the policy is ACTIVE:
- All orders from accounts are evaluated against defined minimum quota thresholds per supplier.
- If no specific quota is found for a supplier, the default value applies.
- If the account's cumulative order amount for the period is below the threshold, the order is blocked.
When the policy is INACTIVE:
- No blocking or quota validation is applied.
- Orders are processed regardless of supplier-level thresholds.
By default, if the policy is active and no quota is defined for a supplier, orders will be blocked.
⚠️ This endpoint is only accessible when the dj-client
header is set to OPERATOR
.