Skip to main content

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 miscellaneous

The ID of the object.

ShippingMethodPostalCodeRule.start ● String scalar miscellaneous

Start address range.

ShippingMethodPostalCodeRule.end ● String scalar miscellaneous

End address range.

ShippingMethodPostalCodeRule.inclusionType ● PostalCodeRuleInclusionTypeEnum enum shipping

Inclusion type of the postal code rule.

Interfaces

Node interface miscellaneous

An object with an ID

Member Of

ShippingMethodType object