AdminPostRegionsRegionReq
The details to update of the regions.
Properties
name
stringThe name of the Region
currency_code
stringThe 3 character ISO currency code to use in the Region.
tax_code
stringThe tax code of the Region.
tax_rate
numberThe tax rate to use in the Region.
gift_cards_taxable
booleanIf set to
true
, taxes will be applied on gift cards.automatic_taxes
booleanIf set to
true
, the Medusa backend will automatically calculate taxes for carts in this region. If set to false
, the taxes must be calculated manually.tax_provider_id
null | stringThe ID of the tax provider to use. If none provided, the system tax provider is used.
payment_providers
string[]A list of Payment Provider IDs that can be used in the Region
fulfillment_providers
string[]A list of Fulfillment Provider IDs that can be used in the Region
countries
string[]A list of countries' 2 ISO characters that should be included in the Region.
includes_tax
booleanWhether taxes are included in the prices of the region.
metadata
Record<string, unknown>Was this section helpful?