Several Central Dispatch API operations - specifically Market Intelligence (pricing) and Marketplace (listing creation) - began returning 403 Forbidden and 402 Payment Required errors in production. This impacted the ability to fetch CD pricing data and post orders to Central Dispatch.
Root Cause
Central Dispatch provides two distinct authentication flows, each requiring its own set of API credentials (Client ID / Client Secret):
- Authorization Code Flow - used for authenticating Central ...