--- title: Organization - Partner API description: A Partner organization. api_version: 2025-10 api_name: partner type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/partner/latest/objects/organization md: https://shopify.dev/docs/api/partner/latest/objects/organization.md --- # Organization object A Partner organization. ## Fields * avatar​Url [Url](https://shopify.dev/docs/api/partner/latest/scalars/Url) A URL referencing the avatar associated with the actor. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null A globally unique identifier for the actor. Example value: `gid://partners/Shop/1234`. * name [String!](https://shopify.dev/docs/api/partner/latest/scalars/String) non-null The name of the actor. This might be a Partner organization or shop name. *** ## Map ### Possible type in * [Message​Sender](https://shopify.dev/docs/api/partner/latest/unions/MessageSender) *** ## Interfaces * * [Actor](https://shopify.dev/docs/api/partner/latest/interfaces/Actor) interface * [Node](https://shopify.dev/docs/api/partner/latest/interfaces/Node) interface *** ## ||-Organization Implements ### Implements * ||-[Actor](https://shopify.dev/docs/api/partner/latest/interfaces/Actor) * ||-[Node](https://shopify.dev/docs/api/partner/latest/interfaces/Node)