API Naming Convention Update
January 21st, 2025
Breaking Change: The API now uses snake_case consistently for all field names and SNAKE_CASE for enum values.
Examples of changed fields:
priceType→price_typeexternalId→external_idcustomerId→customer_id
Update your integration to use the new field names.
