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.
Definition
Section titled “Definition”type PostalCodeEligibility { postalCode: String! isEligible: Boolean!}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
postalCode | String! | The postal code we tested eligibility for. |
isEligible | Boolean! | true if eligible for direct sell, false if ineligible |