Returns sell-side pricing policies (product_pricing_policies) for all products in the entity.
Each row defines one qty-break tier for a specific pricing level or account override.
Use product_id, account_id, pricing_level_id, is_active, and is_default to filter.
Cursor-based pagination via starting_after (pass the last record id from the previous page).
Max 200 rows per page. Requires products:read scope.
Industry reference: Stripe Price object list (GET /v1/prices) — retrieved 2026-05-15.
Documentation Index
Fetch the complete documentation index at: https://docs.arcuserp.com/llms.txt
Use this file to discover all available pages before exploring further.
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_
Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Filter to policies for a specific product
Filter to account-specific overrides for a specific account
Filter to policies for a specific pricing level
Filter by active/inactive status
Filter to default policies only
Max rows to return
1 <= x <= 200Cursor: return rows with id > this value (from last page's final id)