Return the account’s order settings — count flags for pending / voided orders, refund-date attribution, and the list of exclusion filters that drop matching orders from every analytics query.
Defaults are applied when the account has no stored orderSettings
(countPendingOrders=false, countVoidedOrders=false,
refundDateAttribution=refund_date, exclusionFilters=[]) so the
response shape is always complete.
Required scope: account:read.
Documentation Index
Fetch the complete documentation index at: https://docs.upstackdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Your Upstack API key. Starts with upstack_.
The pixel id the request targets.
The current order settings.
Account-wide order analytics config. Drives every revenue, attribution,
and cohort number across the dashboard and the public query API. Defaults
when unset: countPendingOrders=false, countVoidedOrders=false,
refundDateAttribution=refund_date, exclusionFilters=[].
PUT semantics are whole-object replace — any existing filter not present in the PUT body is deleted. Max 50 filters per account.