# 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
currencyCode
param to thegetProductsById
API endpoint, - add
currencyCode
param to thegetProductsWithFilter
API endpoint, - add
currencyCode
param to thegetProductsByCategory
API endpoint,
To get the list of available currencies:
- use the
getCurrencies
API endpoint - use the
getChannel
API endpoint with{ include: 'currencies' }
parameter.