StorefrontProductRegionalPricingDto
Regional pricing information for this product. Only present if there is a regional pricing configured.
base_priceintegerRequired
The base price in the regional currency, in the lowest denominator (e.g. cents).
currencystringRequired
The currency code used in the region.
region_idstringRequired
The identifier for the region.
tax_inclusivebooleanRequired
Indicates whether the base price includes tax.
Example
{
"base_price": 1799,
"currency": "eur",
"region_id": "eu",
"tax_inclusive": true
}