API Naming Convention Update

Breaking Change: The API now uses snake_case consistently for all field names and SNAKE_CASE for enum values.

Examples of changed fields:

  • priceTypeprice_type
  • externalIdexternal_id
  • customerIdcustomer_id

Update your integration to use the new field names.