- Ya
- 27 Aprili 2026, 23:08 UTC
- Mwandishi
- kamo
- Ahadi ya
- 0fc364e
Frontend types and API calls updated to match the shared-lib + service rename of AccountGroup to AccountTier. The "Group" naming was leaking into the customer-segmentation domain (where it described pricing tiers) and read like leftover billing-group code; the retail concept is now unambiguously called "Tier". - Types: AccountGroup -> AccountTier, RetailCustomerGroupItem -> RetailCustomerTierItem - Methods: **************** -> {get,create,update,delete}Tier; **************** -> getRetailCustomerTiers (and create/update/delete) - Routes: /retail/customer-groups -> /retail/customer-tiers, /tiers paths - Field: customerGroupId -> customerTierId; response keys customerGroups -> customerTiers - MarketDiscountsTab and MarketCustomersTab consumers updated