AdminCurrenciesResource
admin/currencies.AdminCurrenciesResource
Methods
list
list(query?
, customHeaders?
): ResponsePromise
<AdminCurrenciesListRes
>
Parameters
customHeaders
Record<string, any>RequiredDefault: `{}`
Returns
ResponsePromise
<AdminCurrenciesListRes
>
the list of currencies as well as the pagination properties.
Description
Lists currencies.
This feature is under development and may change in the future.
To use this feature please enable featureflag tax_inclusive_pricing
in your medusa backend project.
update
update(code
, payload
, customHeaders?
): ResponsePromise
<AdminCurrenciesRes
>
Parameters
code
stringRequiredcode of the currency to update.
update to apply to currency.
customHeaders
Record<string, any>RequiredDefault: `{}`
Returns
ResponsePromise
<AdminCurrenciesRes
>
the updated currency.
Description
Updates a currency
This feature is under development and may change in the future.
To use this feature please enable featureflag tax_inclusive_pricing
in your medusa backend project.
Was this section helpful?