--- title: DeliveryProvince - GraphQL Admin description: A region that is used to define a shipping zone. api_version: unstable api_name: admin source_url: html: 'https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryProvince' md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryProvince.md --- # Delivery​Province object A region that is used to define a shipping zone. ## Fields * code [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The code of the region. * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) non-null A globally-unique ID. * name [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The full name of the region. * translated​Name [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The translated name of the region. The translation returned is based on the system's locale. *** ## Map ### Fields with this object * {}[DeliveryCountry.provinces](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryCountry#field-DeliveryCountry.fields.provinces) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node) interface *** ## ||-DeliveryProvince Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node)