Endpoint patterns
Most Profile Tier endpoints are profile-scoped:GET /v3/profiles/{profile}/tiers: read the tier a Profile currently holdsPUT /v3/profiles/{profile}/tiers/assign: manually assign a tier to a ProfileGET /v3/profiles/{profile}/tiers/calculate: recalculate the tier for a single Profile
POST /v3/profile/tiers/calculate/batch.json: queue tier recalculations for a list of profiles
Use the global batch endpoint when you need to recalculate tiers across a large set of profiles, for example after adjusting Tier Point values or importing historical transactions. Each entry requires a
profile_id. Processing runs asynchronously on a low-priority queue.