GraphQL INPUT_OBJECT
CreateRegionConfigurationInput
Input for created region configuration. A region is an area of the world you specify for shipping configurations, price configurations, marketing campaigns, and reporting of your products.
link Definition
- input CreateRegionConfigurationInput {
- # Unique ID of the client account.
- : Int
- # Name of the region configuration.
- : String
- # List type of the region configuration.
- : ListTypeEnum!
- # List of country IDs within the region configuration.
- : [CountryEnum]
- # List of state IDs within the region of configuration. State ID is a five- or
- # six-character ID of the customer's country and state based on ISO 3166-2. It is
- # required for Australia, Brazil, Canada, India, Ireland, Japan, the UAE, and the
- # USA.
- : [StateEnum]
- }