Skip to content

PostalCodeEligibility

The PostalCodeEligibility object is the GraphQL data type of the response object returned by the query. It determines what fields are available to a client making a postalCodeEligibility query request.

type PostalCodeEligibility {
postalCode: String!
isEligible: Boolean!
}
FieldTypeDescription
postalCodeString!The postal code we tested eligibility for.
isEligibleBoolean!true if eligible for direct sell, false if ineligible