Skip to main content

ShippingMethodPostalCodeRule Object

Represents shipping method postal code rule.

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

Fields

id ● ID!

The ID of the object.

start ● String

Start address range.

end ● String

End address range.

inclusionType ● PostalCodeRuleInclusionTypeEnum

Inclusion type of the postal code rule.

Interfaces

Node

An object with an ID

Member Of

ShippingMethodType object