Skip to main content
Version: 3.x

ShippingMethodPostalCodeRule

Represents shipping method postal code rule.

type ShippingMethodPostalCodeRule implements Node {
id: ID!
start: String
end: String
inclusionType: PostalCodeRuleInclusionTypeEnum
}

Fields

ShippingMethodPostalCodeRule.id ● ID! non-null scalar

The ID of the object.

ShippingMethodPostalCodeRule.start ● String scalar

Start address range.

ShippingMethodPostalCodeRule.end ● String scalar

End address range.

ShippingMethodPostalCodeRule.inclusionType ● PostalCodeRuleInclusionTypeEnum enum

Inclusion type of the postal code rule.

Interfaces

Node interface

An object with an ID

Member of

ShippingMethodType object


Was this page helpful?