Skip to main content

Region

A Region represents a geographical administrative unit, such as a Country, Province, State, Prefecture etc. This is an abstract class which is extended by the Country and Province entities. Regions can be grouped into Zones which are in turn used to determine applicable shipping and taxes for an Order.

Signature

code

propertystring

A code representing the region. The code format will depend on the type of region. For example, a Country code will be a 2-letter ISO code, whereas a Province code could use a format relevant to the type of province, e.g. a US state code like "CA".

type

propertyRegionType

name

propertyLocaleString

parent

propertyRegion

parentId

propertyID

enabled

propertyboolean

translations

propertyArray<Translation<Region>>

customFields

propertyCustomRegionFields
Was this chapter helpful?
Report Issue
Edited Feb 10, 2026ยทEdit this page