docs: clarify ISO format for province codes (#12282)
* docs: clarify ISO format for province codes * regenerate
This commit is contained in:
@@ -39,6 +39,12 @@ A service zone is represented by the [ServiceZone data model](/references/fulfil
|
||||
|
||||
A service zone can have multiple geographical zones, each represented by the [GeoZone data model](/references/fulfillment/models/GeoZone). It holds location-related details to narrow down supported areas, such as country, city, or province code.
|
||||
|
||||
<Note title="Tip">
|
||||
|
||||
The province code is always in lower-case and in [ISO 3166-2 format](https://en.wikipedia.org/wiki/ISO_3166-2).
|
||||
|
||||
</Note>
|
||||
|
||||
---
|
||||
|
||||
## Shipping Profile
|
||||
|
||||
@@ -26,6 +26,12 @@ For example, a fulfillment provider may have a shipping option that can be used
|
||||
|
||||
Service zones can be more restrictive, such as restricting to certain cities or province codes.
|
||||
|
||||
<Note title="Tip">
|
||||
|
||||
The province code is always in lower-case and in [ISO 3166-2 format](https://en.wikipedia.org/wiki/ISO_3166-2).
|
||||
|
||||
</Note>
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user