Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

GeoZoneDTO

The geo zone details.

Properties

idstringRequired
The ID of the geo zone.
typeGeoZoneTypeRequired
The type of the geo zone.
country_codestringRequired
The country code of the geo zone.
province_codenull | stringRequired
The province code of the geo zone.
citynull | stringRequired
The city of the geo zone.
postal_expressionnull | Record<string, unknown>Required
The postal expression of the geo zone.
metadatanull | Record<string, unknown>Required
Holds custom data in key-value pairs.
created_atDateRequired
The creation date of the geo zone.
updated_atDateRequired
The update date of the geo zone.
deleted_atnull | DateRequired
The deletion date of the geo zone.
Was this section helpful?