# Release notes v2.4.0
In this release, we:
- added multi-currency support,
- added a guide describing multi-currency usage in BigCommerce integration.
# Migration guide
To achieve the responses in specific currency:
- add
currencyCodeparam to thegetProductsByIdAPI endpoint, - add
currencyCodeparam to thegetProductsWithFilterAPI endpoint, - add
currencyCodeparam to thegetProductsByCategoryAPI endpoint,
To get the list of available currencies:
- use the
getCurrenciesAPI endpoint - use the
getChannelAPI endpoint with{ include: 'currencies' }parameter.