GraphQL OBJECT
RegionConfiguration
Region you specify for shipping configurations, price configurations, marketing campaigns, and reporting of your products.
link Definition
- type RegionConfiguration {
- #   Unique ID of the region configuration.
- : Int! 
- #   Client account.
- : Client 
- #   Name of the region configuration.
- : String 
- #   Date and time when the region configuration was created.
- : DateTime 
- #   Date and time when the region configuration was last modified.
- : DateTime 
- #   User who created the region configuration.
- : UserAccount 
- #   User who last modified the region configuration.
- : UserAccount 
- #   Whether countries and states were added to the region configuration using an 
- #   include or exclude list.
- : ListType 
- #   List of notifications in which the region configuration is used.
- : [Notification] 
- #   List of shipping configurations in which the region configuration is used.
- : [ShippingConfiguration] 
- #   List of countries that are either part of the region configuration (ListType: 
- #   Include) or not part of the region configuration (ListType: Exclude).
- : [Country] 
- #   List of states that are either part of the region configuration (ListType: 
- #   Include) or not part of the region configuration (ListType: Exclude).
- : [State] 
- #   List of applicable price configurations in which the region configuration is 
- #   used.
- : [ApplicablePriceConfiguration] 
- #   List of catalogs in which the client region is used for filtering.
- : [Catalog] 
- }
link Required by
- ApplicablePriceConfigurationPrice configuration applied to the product. Price configuration is a special pricing you can create for a single product ID based on a combination of regions, products, and languages.
- CreateRegionConfigurationPayloadPayload 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.
- MvtCampaignCandidateMvt campaign candidate.
- NotificationClient notifications.
- querynull
- ShippingConfigurationItemShipping configuration.
- UpdateRegionConfigurationPayloadPayload for region configuration update. A region is an area of the world you specify for shipping configurations, price configurations, marketing campaigns, and reporting of your products.