--- title: ShopPlan - GraphQL Admin description: The billing plan of the shop. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopPlan md: https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopPlan.md --- # Shop​Plan object The billing plan of the shop. ## Fields * partner​Development [Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean) non-null Whether the shop is a partner development shop for testing purposes. * public​Display​Name [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The public display name of the shop's billing plan. Possible values are: Advanced, Basic, Development, Grow, Inactive, Lite, Other, Paused, Plus, Plus Trial, Retail, Shop Component, Staff Business, Starter, and Trial. * shopify​Plus [Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean) non-null Whether the shop has a Shopify Plus subscription. * display​Name [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-nullDeprecated *** ## Map ### Fields with this object * {}[Shop.plan](https://shopify.dev/docs/api/admin-graphql/latest/objects/Shop#field-plan)