# DeliveryProvince - admin-graphql - OBJECT Version: 2024-10 ## Description A region that is used to define a shipping zone. ### Access Scopes ## Fields * [code](/docs/api/admin-graphql/2024-10/scalars/String): String! - The code of the region. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - The full name of the region. * [translatedName](/docs/api/admin-graphql/2024-10/scalars/String): String! - The translated name of the region. The translation returned is based on the system's locale. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples