ShippingZoneCountryAreaInput
Country area specification for a shipping zone.
input ShippingZoneCountryAreaInput {
country: String!
countryAreas: [String!]!
}
Fields
ShippingZoneCountryAreaInput.country ● String! non-null scalar
Country code (e.g., 'US').
ShippingZoneCountryAreaInput.countryAreas ● [String!]! non-null scalar
List of country area codes (e.g., ['CA', 'NY'] for California and New York).
Member Of
ShippingZoneCreateInput input ● ShippingZoneUpdateInput input