Files
medusa-store/docs/api/admin/components/schemas/AdminPostRegionsRegionCountriesReq.yaml
2022-12-22 17:09:49 +02:00

12 lines
307 B
YAML

type: object
required:
- country_code
properties:
country_code:
description: The 2 character ISO code for the Country.
type: string
externalDocs:
url: >-
https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements
description: See a list of codes.